/* AG COMING SOON CSS */

* { -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
html, body {
	background: url('../images/bg-mountain.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	font-family: 'Roboto', sans-serif;
  	font-size:30px;
  	color:#2D96C9;
	position:absolute;
	width:100%;
	height:100%;
}
.logo {
	margin:15% auto 0 auto; 
	width:85%; 
	max-width:500px; 
	display: block;
	opacity: 0;
}
#csText {
	opacity: 0;
}

@media (max-width: 800px) { 

  .logo { 
    margin-top:35%;
  }

}
