/*-----------------------------------------------------------------------------
author:    www.yakimavalleytourism.com
-----------------------------------------------------------------------------*/


/* =Hot Shot Home
-----------------------------------------------------------------------------*/
.videoContainer {
	position:relative;
	margin:0;
	padding:0;
	padding-bottom: 40.5%; /* aspect ratio for video */
	width:100%;
	height:0;
	z-index:1;
	}
	
.fullscreen-bg-video {
    width: 100%;
	height:100%;
	margin:0;
	padding:0;
	position:absolute;
	top:0;
	left:0;
	}
	
.videoLogo {
	position:absolute;
	top:20%;
	left:5%;
	width:49.83333333%;
	z-index:8000;
	max-width:897px;
	}
	
.videoColor {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:7999;
	background:rgba(255,0,144,0.60);
	}
	
.featureArea {
	background:url(../img/featureBgOrange.jpg) no-repeat #0081ce top center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
	padding:2em 0;
	font-size: 18pt;  
	font-family: 'OpenSansExtraBold', Arial, sans-serif;  
	}
	
ul.featureBtns {
	list-style:none;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 0;
	}
	
ul.featureBtns li {
	padding:1em 0;
	text-align:center;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	font-size:50px;
	line-height: 90%;
	}
	
ul.featureBtns li img {
	margin:0 auto;
	padding:0 0 .5em 0;
	width:46.6666666%;
	}
	
ul.featureBtns li a {
	color:#ffffff;	
	text-decoration:none;	
	}
	
ul.featureBtns li:hover {
	opacity:0.50;
    filter:alpha(opacity=50); /* For IE8 and earlier */
	}
	
ul.featureBtns li:nth-child(1), ul.featureBtns li:nth-child(2) {
	background:url(../img/onePixelWhite.png) repeat-y top right;
	}
	
.dateBox {
	background:#146c37;
	font-family: 'OpenSansExtraBold', Arial, sans-serif;    
	font-size:6em;
	text-align:center;
	margin:0 0 .18em 0;
	color:#ffffff;
	}

.infoBox {
	padding:5%;
	text-align: center;
	color: #fff;
	background:#eb6d24;
	margin:0 auto 2em auto;
	font-weight: bold;
	font-style: italic;
	}

.infoBox a, .infoBox a:link visited {
	color: #fff;
	}
	
section h1, section h2, section p, section h3 {
	text-align:center;
	}
	
#clockdiv {
    font-family: sans-serif;
    color: #fff;
    font-weight: 100;
    text-align: center;
    font-size: 30px;
	margin:0  auto;
	font-family: 'OpenSansExtraBold', Arial, sans-serif;  
	width:100%;
	}
	
#clockdiv > div {
    padding: 10px;
    border-radius: 3px;
    background: #eb6d24;
    display: inline-block;
	width:22%;
	}
	
#clockdiv div > span {
    padding: 15px;
    border-radius: 3px;
    background: #eb6d24;
    display: inline-block;
	}
	
.smalltext {
    padding-top: 5px;
    font-size:80%;
	}
	
	


@media screen and (max-width: 1350px) {

ul.featureBtns li {
	font-size:35px;
	}
	
}

@media screen and (max-width: 1100px) {

#clockdiv > div {
    padding: 2%;
	width:20%;
	}
	
}

@media screen and (max-width: 1000px) {
	
ul.featureBtns li {
	font-size:25px;
	}
	

.dateBox { 
	font-size:4em;
	}

}

@media screen and (max-width: 850px) {
	
#clockdiv > div {
    padding: 2%;
	width:19%;
	}
	
.smalltext {
    font-size:12px;
	}
	
}

@media screen and (max-width: 685px) {
	
ul.featureBtns {
	grid-template-columns: 1fr;
	}
	
ul.featureBtns li {
	padding:0 0;
	margin:0 0 .5em 0;
	}
	
ul.featureBtns li a {
	padding:5%;
	border: solid 1px #fff;
	width:80%;
	display: block;
	margin:0  auto;
	}
	
ul.featureBtns li br {
	display:none;
	}
	
ul.featureBtns li:nth-child(1), ul.featureBtns li:nth-child(2) {
	background-image:none;	
	}

@media screen and (max-width: 550px) {
	
	
.dateBox { 
	font-size:3em;
	}

}

@media screen and (max-width: 450px) {
	
#clockdiv div > span {
    padding: 8px;
	}
	
#clockdiv > div {
    padding: 2%;
	width:18%;
	}
	
}

