<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Kalam:wght@300;400;700&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kalam:wght@300;400;700&amp;family=Merriweather:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&amp;display=swap');

/* CSS Document */

body {
    background-color: #ffffff;
}

h1 {
    color: #ffffff;
    font-family: 'Merriweather', serif;
    font-size: 2.75rem;
    font-weight: bold;
}
h1.unseen {
	font-size:0;
}
h2 {
    color: #ff0018;
    font-family: 'Merriweather', serif;
    font-size: 1.5rem;
}

h3 {
    color: #ff0018;
    font-family: 'Merriweather', serif;
    font-size: 1.35rem;
    font-weight: bold;
}

ul.stack {
	margin-bottom:0;
}
@media (max-width:767px) {
	ul.stack-last {
	margin-bottom:30px;
	}
}

.max-width-1500 {
	max-width:1500px;
}

#header-wrapper {
    position: relative;
    top:0px;
    z-index: 150;
}
@media (min-width: 768px) {
    #header-wrapper {
        position: fixed;
    }  
}

#header-wrapper {
    background-color: #ff0018;
    border-top-color: #ffffff;
    border-top-style: solid;
    border-top-width: 5px;
    border-bottom-color: #ff0018;
    border-bottom-style: solid;
    border-bottom-width: 10px;
	padding-left:0;
	padding-right:0;
}

#header {
    padding-top: 10px;
}
@media  (min-width: 768px) {
	#header {
		margin-left:auto;
		margin-right:auto;
	}
}
		

#header .logo {
    max-width: 100%;
	text-align:center;
}
@media (min-width:768px) {
	#header .logo {
		text-align:left;
	}
}
@media (min-width:992px) {
	#header .logo {
		padding-bottom:10px;
	}
}

#header .tagline {
    font-family: 'Merriweather', serif;
    font-size: 1.125rem;
    color: #ffffff;
    padding-top: 20px;
    text-align: center;
    font-style: italic;
}
@media (min-width:768px) {
	#header .tagline {
		padding-top:0px;
		text-align:right;
		font-size:1.5rem;
	}
}
@media (min-width: 992px) {
    #header .tagline {
        font-size: 1.5rem;
        padding-top: 20px;
		text-align: center;
    }
}

#header .phone {
    font-family: 'Merriweather', serif;
    text-align: center;
    padding-top: 10px;
	padding-bottom:10px;
    font-size: 1.25rem;
    font-weight: bold;
}
@media (min-width:768px) {
	#header .phone {
		text-align:right;
		padding-top:0px;
		padding-bottom:0;
		font-size:1.75rem;
	}
}
@media (min-width: 992px) {
    #header .phone {
        text-align: right;
        padding-top: 20px;
        font-size: 1.75rem;
    }
}

#header a:link,
#header a:visited {
    color: #ffffff;
    text-decoration: none;
}

#header a:hover {
    color: #e57575;
}

#myNav {
    background-color: #000000;
    border-bottom-color: #ffffff;
    border-bottom-style: solid;
    border-bottom-width: 5px;
    border-top-color: #ffffff;
    border-top-style: solid;
    border-top-width: 5px;
    border-left-style: none;
    border-right-style: none;
    border-radius: 0px;
    margin-bottom: 0px;
	font-size:1rem;
}

@media (min-width:768px) {
	#mainnav {
		padding-left:2rem;
		padding-right:2rem;
		max-width:1500px;
		margin-left:auto;
		margin-right:auto;
	}
}

.nav-item {
	margin-top:15px;
}
.nav-item:last-child {
	margin-bottom:15px;
}

@media (min-width:768px) {
	.nav-item {
		margin-top:0;
	}
	.nav-item:last-child {
		margin-bottom:0;
	}
}

.nav-item a:link,
.nav-item a:visited {
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
	margin-left: 25px;
    margin-right: 25px;
}

.nav-item a:hover {
    color: #666666;
}

@media (min-width:768px) {
	.nav-item a:link,
	.nav-item a:visited,
	.nav-item a:hover {
		margin-left:15px;
		margin-right:15px;
	}
}

@media (min-width:1200px) {
	.nav-item  a:link,
	.nav-item a:visited,
	.nav-item a:hover {
		margin-left:25px;
		margin-right:25px;
	}
}

#mainnav a.btn:link,
#mainnav a.btn:visited {
	font-size:1.0rem;
	font-weight:700;
	background-color:#ffffff;
	color: #000000;
	padding: 4px 8px;
}
#mainnav a.btn:hover {
	color: #ff0018;
}

#lead-ins {
    padding-top:50px;
    padding-bottom: 50px;
    display: block;
}

#lead-ins p {
	padding-right:15px;
    color: #5c5c5c;
    line-height: 150%;
}

#lead-ins .btn {
    background-color: #000000;
    color: #ffffff;
    border-color: #000000;
	margin-bottom:25px;
}
@media (min-width:768px) {
	#lead-ins .btn {
		margin-bottom:0;
	}
}

#lead-ins .btn:hover {
    background-color: #ffffff;
    color: #000000;
    border-color: #000000;
}

#lead-ins-title {
	position:relative;
	margin-top:30px;
}
#lead-ins-title hr {
	width:65%;
	color:#ff0018; 
	opacity:1;
	padding-top:1px; 
	padding-bottom:1px;
	max-width:350px;
}
@media (min-width:768px) {
	#lead-ins-title hr {
		width:85%;
	}
}
#lead-ins-title .overlay {
	position:absolute;
	top:-.75rem;
	left:0;
	z-index:2;
	background-color:#ffffff;
	padding-right:.5rem;
}

.btn-energy-star {
    background-color: #00adef;
    color: #ffffff;
    border-color: #00adef;
	font-size:1.5rem;
}

.btn-energy-star:hover {
    background-color: #ffffff;
    color: #00adef;
    border-color: #00adef;
}


#review a.btn {
    background-color: #ffffff;
    color: #ff0018;
	border:5px solid #ff0018;
	border-radius:5px;
	margin-bottom:25px;
	padding: 10px;
    font-family: 'Merriweather', serif;
    font-size: 1.8rem;
    font-weight: bold;
    box-shadow: none;
}
@media (min-width:768px) {
	#review a.btn {
		margin-bottom:15px;
	}
}

#review a:hover.btn {
    color: #4285F4;
    border-color: #4285F4;
}


#specials {
    font-size: 125%;
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #ff0018;
    color: #ffffff;
}

#specials h2 {
    color: #ffffff;
	line-height:150%;
}

#specials .firstSpecial {
    text-align: center;
    border-right-style: none;
}

@media (min-width: 768px) {
    #specials .firstSpecial {
        text-align: center;
        padding-right: 25px;
        border-right-color: #ffffff;
        border-right-style: solid;
        border-right-width: .5px;
    }
}

#specials .secondSpecial {
    text-align: center;
    padding-left: 15px;
    border-style: none;
}

@media (min-width: 768px) {
    #specials .secondSpecial {
        padding-left: 25px;
        border-left-color: #ffffff;
        border-left-style: solid;
        border-left-width: .5px;
    }
}

#specials .whiteLine {
	border-top: 2px solid #ffffff;
	opacity:1.0;
}

#specials a:link,
#specials a:visited {
	color:#ffff00;
}
#specials a:hover {
	color:#000000;
}


#content {
    padding-top: 50px;
    padding-bottom: 50px;
}
@media (min-width: 768px) {
    #content.interior {
        margin-top: 200px;
    }
}

#content p {
    color: #5c5c5c;
    line-height: 150%;
}

#content ul {
    color: #5c5c5c;
    line-height: 150%;
    list-style: none;
    padding-left: 0px;
}

#content ul li:before {
    content: "\2022";
    color: #ff0018;
    margin-left: 10px;
    margin-right: 10px;
}

#testimonial {
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 1.25em;
    color: #ffffff;
    font-family: 'Kalam', cursive;
    background-image: url(../images/back-testimonial.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    background-size: cover;
}

#testimonial #stars {
    color: yellow !important;
    font-size: 20px !important;
}

@media (min-width: 768px) {
    #testimonial {
        padding-top: 80px;
		padding-bottom:80px;
        font-size: 1.75rem;
    }
}
@media (min-width:1200px) {
	#testimonial {
		padding-top:145px;
		font-size:2.25rem;
		padding-bottom:145px;
	}
}

#testimonial .container {
    background-color: rgba(0, 0, 0, 0.4);
    padding-top: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 55px;
}

#logos {
    padding-top: 35px;
    padding-bottom: 35px;
    text-align: center;
}


#footer {
    color: #ffffff;
    background-color: #343434;
    padding-top: 35px;
    padding-bottom: 35px;
	text-align:center;
	font-size:1.2rem;
}

#footer .bbb,
#footer p.parma {
    font-size: 2.25rem;
    font-weight: bold;
}
@media (min-width:768px) {
	#footer .bbb,
	#footer p.parma {
		font-size:1.65rem;
	}
}
@media (min-width:992px) {
	#footer .bbb,
	#footer p.parma {
		font-size:2.25rem;
	}
}

#footer a:link,
#footer a:visited {
    color: #ffffff;
    text-decoration: none;
}

#footer a:hover {
    color: #cccccc;
}

#credits p {
    font-size: .95rem;
}

#myCarousel {
    margin-top: 0;
}

@media (min-width: 992px) {
    #myCarousel {
        margin-top: 75px;
    }
}
#myCarousel p {
	font-size:2.75rem;
	text-shadow: 2px 2px #333333;
}

.carousel img {
    width: 100%;
	max-height:85vh;
	object-fit:cover;
}

/*.carousel-inner {
    margin-top: -250px;
    display: block;
    margin-bottom: 240px;
}*/

.carousel-inner h1 {
    display: none;
}

@media (min-width: 768px) {
    .carousel-inner h1 {
        background-color: rgba(36, 36, 36, 0.86);
        padding-top: 15px;
        padding-bottom: 15px;
        display: block;
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.img-thumbnail {
    margin-bottom: 20px;
    border-radius: 0px !important;
}

#cities a:link,
#cities a:visited {
    color: #ff0018;
    text-decoration: none;
}

#cities a:hover {
    color: #787878;
    text-decoration: underline;
}



@media (min-width: 768px) {
.modal-dialog {
    width: 650px;
    max-width:100%;
	margin: 50px auto;
	border: 10px solid #ff0018;
	border-radius:0;
}
}
.modal-content {
	padding-left:15px;
	padding-right:15px;
	border:none;
	border-radius:0;
}
.modal-footer {
	border:none;
}

#callToActionModal h2 {
	font-size:1.3rem;
	text-transform:uppercase;
	font-weight: 700;

}#callToActionModal hr {
	opacity:1.0;
	border: 3px solid #ff0018;
	border-radius: 2px;
	width:40%;
	margin:auto;
	margin-bottom:10px;
}

.btn-close-cta {
	margin-top:-25px;
	border:1px solid #444444;
	text-align:right;
	color:#444444;
	font-size:1.0rem;
}
.btn-call-to-action {
	background-color: #ff0018 ;
	color: #ffffff;
	font-size: 1.5rem;
	font-family: 'Merriweather', serif;
	padding:1.6rem 2.5rem;
	margin-top:1.1rem;
}</pre></body></html>