<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*** SLIDESHOW STUFF ***/


html,body        {height:100%;}
.h_iframe iframe {position:absolute;top:0;right:10px;width:50%; height:100%;}


#slider-container {
	width: 100%; 
	height:60vh;  
	overflow: hidden;	
	min-height: 500px;

	}

.slide {
	background-color: #221f1f; 
	height:60vh; 
	width: 100%;  
	min-height: 500px;
	background-position: center center;  
	background-repeat: no-repeat; 
	background-size: cover; }

a:link.slide-link 		{color: #FFF; text-decoration: none; font-size: 13px; display: block; margin-top: 8px; }
a:visited.slide-link 	{color: #FFF; text-decoration: none; font-size: 13px;  }
a:hover.slide-link		{color: #682a8d; text-decoration: none; font-size: 13px; }

.slider-text {
	width: 55%;
	position: relative;
	top: 20vh;
	padding-top: 0; 
	color: #fff;
	font-size: 17px;
	line-height: 25px;
	font-weight: 700;

}

.slide-content.left {
	left: 15%;
}

.slider-logo {
	max-width:45%;
	height:12%;
}

.slider-logo img {
	margin:10px 0 0 20px;
}

.slide h1 {
		font-size: 64px; 
		line-height: 64px; 
		color: #000; 
		margin-top: 80px; 
		font-weight:bold;
		font-family: 'Droid Sans', sans-serif;
}


a.iframe-link1 {
    position:absolute;
    top:0;
    left:0;
    display:inline-block;
    width:90px;
    height:60px;
    z-index:5;
}


.service-pic {width: 100%; height: 250px; border-radius: 15px; background-size: cover; background-position: center center; }
.info-pic {width: 100%; height: 350px; border-radius: 15px; background-size: cover; background-position: center center; margin-top: 78px; }

.service-pic:hover {opacity: 0.8; }</pre></body></html>