@import url(https://fonts.googleapis.com/css?family=Lato:400,300,900);

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : portrait) { 
	
	#myh1 {
  font-size: 30px;
}
	#myh3 {
  font-size: 20px;
}
	#home { 
	height:400px;
		}
	
#home::before { 
	 height:400px;
	 } 

.Myicons {
   position:fixed;  
  top: 100px;
  left: 10px;
	   
}
	
}
	
	


@media only screen and (max-width: 600px) {
	
#home { 
	height:500px;
	}
#home::before { 
	 height:500px;
	 }
	
}
	
	
	

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

#home { 
height:500px;
	}
#home::before { 
	height:500px;
	 }
		
}
	
	

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

#home { 
	height:700px;
	
	 }
#home::before { 
	 height:700px;
	 }
	.carousel{
  margin-top: 30px;
	
}

	
}


#myNavbar {
	
    border-radius: 0px;
}

/* END MEDIA QUERIES*/


/* SECTIONS FOR NAVBAR LINKS TO*/
section { 

}

#home { 
	
	
	 }
#home::before { 
	 content: "";
	background-image:url("../images/run700.jpg");
	
	position: absolute;
		background-size: cover;
      position: absolute;
      top: 0px;
      right: 0px;
      bottom: 0px;
      left: 0px;
	 }

#shop { padding-top: 10px; }
#races { padding-top: 10px; }
#prizes { padding-top: 10px; }
#contact { background-color: #E9AC40; }




/* FONT AWESOME ICONS*/
.Myicons {
   position:fixed;  
  top: 280px;
  left: 10px;
	

    
}
.Myicons a { 
  color:#5B5252;
	
}
.Myicons a:hover {
    color: #61B400;
}

#myIconSpc{
	padding-bottom: 30px;
	
}


 /* CAROUSEL ITEMS*/

  

#mybtn {
	font-size:20px;
    margin-top: 30px;
    color: black;
    border-width: thin;
    border-color: #FFFFFF;
    background-color: #fff;
    opacity: 0.7;
    filter: Alpha(opacity=70);  /*IE8 and earlier */
    -webkit-box-shadow:1px 1px;
    box-shadow: 1px 1px;
}
	
#mybtn:hover {
	background-color: #fff;
	opacity: 1;
	filter: Alpha(opacity=100);  /*IE8 and earlier */}

#myh1 {
  text-shadow: 1px 1px 1px #000000;
}
#myh3 {
  
}
	
.carousel{

}
.carousel-inner{
  height: 400px;
}
.carousel-caption{
  color: #fff;
  top: 30%;
}
	
 /* CAROUSEL ITEMS*/




html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	font-family:"lato";
}

body {
	font-family:'Lato', sans-serif !important;
	font-size: 13pt !important;
	font-weight: 300 !important;
	
}





footer { 
	background-color: #3ff1353A;
	color: #FFF;
	text-align: right;
	font-size: 10pt !important;
	padding: 30px;
}

/* mylogo changes*/



.myLogo { 
	
	height: 100%;
	
	font-family: 'Lato', sans-serif;
	color: #FFF;
	font-weight:700;
}
.myLogo span {
    color: #DE0003;
    font-weight: normal;
}


.navbar {
	/*opacity: 0.9;
	filter: Alpha(opacity=90);  /*IE8 and earlier */
	
}
.navbar ul li { 
	color: #FFF !important;
	
}
.navbar .active a, .nav a:focus {
    color: #DE0003 !important;
    background-color: transparent !important;
}

/* Menu - Animação */
.navbar-nav a::before, .navbar-nav a::after {
	display: inline-block;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
	-moz-transition: -moz-transform 0.3s, opacity 0.2s;
	transition: transform 0.3s, opacity 0.2s;
}
.navbar-nav a::before {
	margin-right: 10px;
	content: '[';
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	transform: translateX(20px);
}
.navbar-nav a::after {
	margin-left: 10px;
	content: ']';
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	transform: translateX(-20px);
}
.navbar-nav a:hover, .navbar-nav a:hover::before, .navbar-nav a:hover::after, .navbar-nav a:focus::before, .navbar-nav a:focus::after {
	color:#8bc34a !important;
	background-color: transparent !important;	
	opacity: 1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
}
