

@import url('../fonts/stylesheet.css');



*/* {

	-moz-box-sizing: border-box;

	-webkit-box-sizing: border-box;

	box-sizing: border-box;

	margin: 0px;

	padding: 0px;

	-webkit-font-smoothing: antialiased;

}*/



body{

	background: url('../images/bg.jpg');

	background-repeat: repeat;

	background-attachment: fixed;

}



.container{

	width: 100%;

}



.row{

	width: 820px;

	margin: 0 auto;

}



.clearfix{

	clear: both;

}



.text-left{

	text-align: left;

}



h1{ 

	font-size: 80px;

 	color: white;

 	font-family: 'disney_heroicregular';

 	text-align: center;

 	text-shadow: 7px 5px 2px rgba(60, 32, 10, 1)

}



h2{

	color: #d71010;

	font-size: 41px;

	font-family: 'latobold';

	margin-bottom: 20px;

	margin-top: 20px;

}



h3{

	font-size: 27px;

	font-family: 'latobold';

	line-height: 34px;

	color: black;

	margin-bottom: 30px;

}



h5{

	font-size: 23px;

	color: #000000;

	font-family: 'latoitalic';

	font-weight: normal;

	margin-bottom: 30px;

}



p{

	font-size: 17px;

	font-family: 'open_sansregular';

	margin-bottom: 35px;

	line-height: 28px;

	color: black;

	text-align: left;

}



header{

	width: 910px;

	min-height: 100px;

	margin: 15px auto 0 auto;

	border-radius: 15px;

	background: url('../images/bg-header.jpg');

	background-repeat: repeat;

	position: relative;

	text-align: center;

	padding: 15px;

}

header h1 {margin-top:0px;margin-bottom:0px;padding-top:0px;padding-bottom:0px;}


header .logo{

	position: absolute;

	left: -20px;

	top: -10px;

}



header ul{
        left: -30px;position:relative;
	list-style-type: none;width:105%;

}



header ul li{

	width: 50%;

	float: left;

	display: block;

	text-align: left;

	font-family: 'open_sansregular';

	font-size: 15px;

	color: white;

}



header ul li span{

	display: block;

	float: left;

	background: url('../images/nike.png');

	background-repeat: no-repeat;

	width: 19px;

	height: 21px;

	margin-right: 5px;

	background-position: 0px 3px;

}

header span .span1{

	float: left;

	display: block;

	text-align: left;

	font-family: 'open_sansregular';

	font-size: 15px;

	color: white;
padding-top:5px;

}


header span{

	float: right;

	display: block;

	text-align: left;

	font-family: 'open_sansregular';

	font-size: 15px;

	color: white;
padding-top:5px;

}

section.section1 .container .row{

	background: white;

	border-left: 8px solid #653512;

	border-right: 8px solid #653512;

	border-bottom: 8px solid #653512;

	padding: 20px;

	text-align: center;

}



section.section1 .container .row h1.last{

	text-align: left;

}



section.section1 .container .row h1.last a{

	color: #083cff;

	font-size: 77px;

	font-family: 'justlefthandregular';

	text-shadow: none;

	text-align: left;

	font-weight: normal;

	text-decoration: none;

}



section.section1 .container .row h1.last img{

	margin-bottom: -10px;

	margin-right: 20px;

}



footer .container .row{

	padding: 25px;

}



footer .container .row p{

	text-align: center;

	margin-bottom: 0;

}



footer .container .row a{

	color: #653512;

	font-size: 16px;

	text-decoration: none;

	font-family: 'open_sansregular';

}

