@charset "utf-8";
/* Woodlands Slideshow  */
#wd_showframe { /* We're not using this at the moment, but here it is anyway */
width:90%;
margin-left:5%;
margin-right:5%;
padding:0;
height:360px;
max-height:360px;
background-color:#166936;
}

#wd_slideshow {
position: relative;
width: 100%;
max-width: 1920px;        /* optional: keeping it real */
aspect-ratio: 1920 / 623; /* exact ratio of images */
background: #166936;
overflow: hidden;
}

#wd_slideshow .slide {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
object-fit: contain;
background: #166936;
opacity: 0;
transition: opacity 1.5s ease-in-out;
}

#wd_slideshow .slide.active {
opacity: 1;
}

#woodlands_h1 {
position:absolute;
text-align: left !important;
width:100%;
bottom: 0;
left: 0;
padding:10px 10px 10px 22px;
color:#fff;
text-shadow: 1px 4px 8px rgba(0,0,0,1);
background: rgba(0,0,0,0.4);
font-size:2.5em;
}

@media only screen and (max-width: 379px) {
	#woodlands_h1 {
    font-size:1.0em;
    padding:5px 5px 5px 10px;
    font-weight: 500;
    }
}
@media only screen and (min-width: 380px) {
	#woodlands_h1 {
    font-size:1.1em;
    padding:5px 5px 5px 10px;
    font-weight: 500;
    }
}
@media only screen and (min-width: 480px) {
	#woodlands_h1 {
    font-size:1.2em;
    padding:5px 5px 5px 10px;
    font-weight: 500;
    }
}
@media only screen and (min-width: 670px) {
	#woodlands_h1 {
    font-size:1.5em;
    padding:5px 5px 5px 10px;
    font-weight: 900;
    }
}
@media only screen and (min-width: 768px) {
	#woodlands_h1 {
    font-size:2.0em;
    padding:7px 7px 7px 15px;
    }
}
@media only screen and (min-width: 992px) {
	#woodlands_h1 {
    font-size:2.5em;
    padding:8px 8px 8px 25px;
    }
}
@media only screen and (min-width: 1200px) {
	#woodlands_h1 {
    font-size:3.2em;
    padding:10px 10px 10px 30px;
    }
}