body, html{height:100%;margin:0; padding:0;font-family: Lato;color:#333;background: #333 url(bg.jpg) no-repeat top center;
				background-attachment:fixed;-webkit-background-size: cover;
				-moz-background-size: cover;
				-o-background-size: cover;
				background-size: cover;}
				
				
	h1{font-size:55px; font-weight: 800;margin-bottom:0; font-weight: 300; text-transform: uppercase;text-align: center }
	h2{font-size:30px; color:#ff7272; font-weight: 800;font-weight: 300}

	p{font-size:14px;line-height: 24px; color:#666}
	
	
	strong{font-weight: bold}
	span{color:#ff7272;}
	
	.big{font-size: 40px; color:#000; padding:30px 0; width:100%; float:left; text-align: center;margin:40px 0;text-transform: uppercase; border-top: 3px solid #eee}
			
	.bg{height: 100%; width:100%;float:left;display:block;position:relative;}				
	.logo{ text-align: center;background: #fff; opacity: 0.9;font-size: 4em;font-weight: 300;color:#D1221F;display: block; width:100%;  position: absolute; top: 10px; }
	.message{ text-shadow: 0 0 10px #000;font-size: 0.6em;font-weight:700; color:#fff; }		
	.team{ text-shadow: 0 0 4px #000;font-size: 0.8em;font-weight:500; color:#D1221F; text-transform: uppercase; }		
	.team a{color:#fff; font-weight: bold; text-decoration: none;}
	.team a:hover{color:#000;}
	.team  .s1{color:#D4D22F;}
	.team  .s2{color:#D92606;}
	.team  .s3{color:#1C52AC;}
	
	.action{border: 2px solid #D1221F; padding: 10px;  position: absolute; bottom: 10px; font-size: 2em; background-color: #D1221F; opacity: 0.9; color:#fff;text-align: center;width: 100%; }
	.action a{color:#fff; font-weight: bold; text-decoration: none;}
	.action a:hover{color:#000;}
	
	.action2{border: 1px solid #fff; margin-bottom: 30px; padding: 10px; position: relative; top: 35%; font-size: 3em; background-color: #D1221F; opacity: 0.9; color:#fff;text-align: center;width: 100%; display:none; }
	.action2 a{color:#fff; font-size: 1.5em; font-weight: bold; text-decoration: none;}
	.action2  h1{
		font-size: 2em; 
	}
	
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
/* Styles */
.action { display: none; }
.action2 {display: block;}
}
