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


/* =Yakima Convention Center Why Yakima page
-----------------------------------------------------------------------------*/
.videoThumb {
    width:60%;
    margin:0 auto 2em auto;
    }

ul.highlights {    
    margin:0 0 2em 0;
	list-style:none;
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;    
    grid-gap: 3rem;
    justify-content: center;
    align-content: center;
	}
    
ul.highlights li {    
    border:#0f3e52 solid 2px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    padding:1em;
    text-align: center;
    display: grid;
    justify-content: center;
    align-content: center;
	}


ul.tourFeatures li {    
    margin:0 0 0 0;
	list-style:none;
	display: grid;
    grid-template-columns: 1fr 1fr;    
    grid-gap: 0;
    justify-content: center;
    align-content: center;
    border-top:#0f3e52 solid 6px;
	}
    
.tourText {
    padding:7%;
    }
    
.tourText .blueBtn {
    margin:0 0 0 0;
    }
    
.tourImg img {
    display: none;
    }
    
ul.tourFeatures li:nth-child(1) .tourImg {    
    background:url("../img/wine.jpg") center center no-repeat;
    -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
	}
    
ul.tourFeatures li:nth-child(2) .tourImg {    
    background:url("../img/beer.jpg") center center no-repeat;
    -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
	}
    
ul.tourFeatures li:nth-child(3) .tourImg {    
    background:url("../img/outdoor.jpg") center center no-repeat;
    -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
	}
    
ul.tourFeatures li:nth-child(4) .tourImg {    
    background:url("../img/farm.jpg") center center no-repeat;
    -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
	}
    
ul.tourFeatures li:nth-child(5) .tourImg {    
    background:url("../img/culture.jpg") center center no-repeat;
    -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
	}




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

.tourText {
    padding:12%;
    }

}

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


ul.highlights {   
    grid-template-columns: 1fr 1fr;
    grid-gap: 1rem;
	}
	
}

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

ul.tourFeatures li {  
    grid-template-columns: 1fr;
	}
    
.tourText {
    padding:9% 0;
    grid-row-start: 2;
    grid-row-end: 3;
    }
    
.tourImg img {
    display: block;
    grid-row-start: 1;
    grid-row-end: 2;
    }
    
ul.tourFeatures li:nth-child(1), ul.tourFeatures li:nth-child(2), ul.tourFeatures li:nth-child(3), ul.tourFeatures li:nth-child(4), ul.tourFeatures li:nth-child(5) {    
    background-image:none;
	}
		
}
	
@media screen and (max-width: 750px) {

	.videoThumb {
    width:100%;
    }

}

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

.tourText {
    text-align: center;
    }
	
.tourText .blueBtn {
    text-align: match-parent;
    }
	
}

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



}

