@charset "UTF-8";
/* CSS Document */

body {
	
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 14px;
	margin: 0;
	/* text-shadow: #000 0 0 0;  Lighten Safari's heavy fonts */
	width:100%;
	}
	
header{
	text-align:center;
	margin-bottom:10px;
}

#download{
	background-image:url(treads.png);
	background-size: 1600px 100px;
	background-repeat:no-repeat;
}

#app-store{
	width: 248px;
	height: 90px;
	background-image: url(app-store.png);
	background-size: 248px 180px;
	background-position: 0 0;
}

#app-store2{
	width: 248px;
	height: 90px;
	background-image: url(app-store-2.png);
	background-size: 248px 180px;
	background-position: 0 0;
}

#app-store:hover{
	background-position: 0 100%;
}

#app-store2:hover{
	background-position: 0 100%;
}

#youtube{
	font-size:18px;
	margin-top:25px;
	text-align:center;	
}

#ytborder{
	border-radius: 5px;
	border-style: solid;
    border-width: 5px;
	border-color:black;
	box-shadow: 5px 5px 1px #BDBDBD;
}

#phone{
	margin:20px;
}

footer{
	font-size:20px;
	margin-top:20px;
	text-align:center;
	padding:15px 10px 15px 10px;
	background-color:#cce3e9;
	color:#F13943;
}

footer a {
	color:#fc248a;
	text-decoration:none;
}

footer a:hover {
	color:#000000;
	text-decoration:underline;
}