/* Reset Styles */

/*@import url(reset.css);*/

  
.splash hr {
	border: none;
	border-bottom: 3px solid #f7f7f7;
}

.splash-arrow {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }


.splash img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */ }

@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
 
.fade-in {
    opacity:0;
    -webkit-animation:fadeIn ease-in 1; 
    -moz-animation:fadeIn ease-in 1;
    animation:fadeIn ease-in 1;
 
    -webkit-animation-fill-mode:forwards;  
    -moz-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
 
    -webkit-animation-duration:0.3s;
    -moz-animation-duration:0.3s;
    animation-duration:0.3s;
    
    -webkit-animation-delay: 0.5s;
	-moz-animation-delay: 0.5s;
	animation-delay: 0.5s;

}

/* Custom Styles */

.splash { font: normal 1em/1.5em 'Open Sans', sans-serif !important; color: white;  }
.splash a { color: #333; text-decoration: none; }
.splash h1 { font: bold 3.5em 'Oswald', sans-serif !important; border:0; }

.splash {
	background: url('../img/2009.jpg') right center;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	min-height: 360px;
	z-index: 999;
	background-size: cover;
	background-attachment: fixed;
	text-align: center;
}

.splash-title {
	color: white;
	margin-top: 50px;
	text-shadow: 0 2px 10px #000;
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	animation-delay: 1s;
}
.splash-content, .splash-arrow-text {
	color: white;
	font-family: 'Open Sans', sans-serif !important;
	font-size: 1.2em;
}
.splash-content {
	/*margin-top: 100px;*/
	/*text-shadow: 0 2px 10px #000;*/
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	animation-delay: 1s;
}
.splash-arrow-text {
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin-left: -33px;
	font-weight: bold;
}
a.splash-arrow {
	color: white;
	font-size: 1.2em;
	position: absolute;
	bottom: 55px;
	left: 50%;
	margin-left: -25px;
	padding: 10px;
	width: 50px;
	height: 50px;
	font-weight: bold;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all 0.1s ease;
	-webkit-animation-delay: 1.5s;
	-moz-animation-delay: 1.5s;
	animation-delay: 1.5s;
	border: 3px solid white;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

a.splash-arrow:hover {
	text-decoration: none;
	bottom: 50px;
}

@media (max-width: 690px) and (orientation : portrait) {
	.splash h1 {font-size: 9em !important;}
	.splash img { left: -300px; }
	.splash-content { font-size: 2.5em }
	a.splash-arrow { margin-left: 0; }
	.splash-arrow-text { font-size: 4em; margin-left: -80px; }
}

@media (max-width: 690px) and (orientation : landscape) {
	.splash h1 {font-size: 4em !important;}
	.splash-content { font-size: 2.5em }
	.splash-arrow-text { font-size: 3em; margin-left: -80px; }
}

/*
@media all and (max-width: 1200px) {
  .splash-title {font-size: 2.5em;}
}

@media all and (max-width: 690px) {
  .splash-title {font-size: 2em;}
}

@media all and (max-width: 480px) {
	.splash-title {font-size: 1.5em;}
}
*/