﻿/***** BEGIN RESET *****/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;	
}

ol, ul {
	list-style: none;
}

table{border-collapse:collapse; width:100%;}
td{vertical-align:top;}

/* Make HTML 5 elements display block-level for consistent styling */  
header, nav, article, footer, address {  
    display: block;  
} 

/*-------- COLORS --------

*/

/***** END RESET *****/
::-moz-selection {
    background: #000; 
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}


/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

/*-------- BODY STYLES --------*/

body {overflow-x: hidden;}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none; cursor: pointer !important;}
button:hover {cursor: pointer !important;}


hr{border:#000 1px solid;}
html {font-family: 'Roboto', sans-serif !important;}

/*--- HEADER STYLES ---------------------*/
#header-nav { display: flex; justify-content: space-between; width: 95%; margin: 0 auto; padding: 40px 0; align-items: center;}
#header-nav .header-contact {display: flex; gap: 50px; float: right;}
#header-nav .header-contact a {display: flex; align-items: center; gap: 12px;}
.header-contact a i {background: #C81F22; color: #fff; border-radius: 50%; height: 50px; width: 50px; font-size: 24px; line-height: 24px; display: flex; justify-content: center; align-items: center; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
.header-contact a p {font-size: 18px; font-family: 'Roboto', sans-serif; font-weight: bold; line-height: 20px; color: #000;}
.header-contact a:hover p {color: #C81F22; transition: .5s;}
.header-contact a p span {color: #989898; font-size: 12px; font-weight: 400; line-height: 12px;}

/*---BODY--------------------------------*/

/*---DEFAULT---*/
.hero-bkgrd {background: url("/siteart/hero.jpg") no-repeat; background-position: center; background-size: cover; width: 95%; margin: 0 auto; border-radius: 10px;}
.hero-overlay {background: linear-gradient(270deg, rgba(29,29,29,0.5046393557422969) 0%, rgba(29,29,29,0.7987570028011204) 100%); border-radius: 10px;}
.hero-wrap {width: 90%; margin: 0 auto; padding: 150px 0 120px 0;}
.hero-content {width: 750px;}
.hero-content p span {color: #fff; font-size: 18px; line-height: 28px;}
.hero-content h1 {color: #fff; font-size: 45px; line-height: 55px; font-weight: bold; margin: 8px 0 15px 0;}
.hero-content p {font-size: 18px; line-height: 28px; color: #fff;}
.hero-content .hero-buttons {display: flex; gap: 20px; margin-top: 30px;}
.hero-content .hero-buttons > a:first-child button {background: #C81F22; width: 220px; padding: 10px 0 12px 0; border: 2px #C81F22 solid; border-radius: 30px; color: #fff; font-size: 17px; line-height: 17px; font-family: 'Roboto', sans-serif;}
.hero-content .hero-buttons > a:last-child button {background: none; width: 220px; padding: 10px 0 12px 0; border: 2px #fff solid; border-radius: 30px; color: #fff; font-size: 17px; line-height: 17px; font-family: 'Roboto', sans-serif;}
.hero-content .hero-buttons a:hover button {background: #961719; border: 2px #961719 solid; transition: .5s;}

#expert-repairs {display: flex; justify-content: space-between; width: 85%; margin: 0 auto; padding: 80px 0 60px 0; align-items: center; gap: 100px;}
#expert-repairs h2 {font-size: 35px; line-height: 45px; color: #1D1D1D;}
#expert-repairs > div:first-child {width: 680px;}
#expert-repairs > div:last-child {width: 450px;}
#expert-repairs > div:last-child p {color: #1D1D1D; font-size: 18px; line-height: 28px; margin-bottom: 10px;}
#expert-repairs > div:last-child a {color: #C81F22; font-size: 18px; line-height: 28px;}
#expert-repairs div a:hover i {padding-left: 10px; transition: .5s;}

#inventory-links {display: flex; width: 85%; margin: 0 auto; justify-content: space-between; gap: 15px; padding: 40px 0;}
#inventory-links a {width: 100%;}
#inventory-links a img {width: 100%; border-radius: 10px; margin-bottom: 10px;}
#inventory-links a h3 {color: #1D1D1D; font-size: 25px; line-height: 45px;}
#inventory-links a p {color: #7C7C7C; font-size: 15px; line-height: 25px;}
#inventory-links a:hover img {box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; transition: .5s; transform: translateY(-6px);}

.about-bkgrd {background: url("/siteart/about-bkgrd.jpg") no-repeat; background-position: center; background-size: cover; border-radius: 10px; width: 95%; margin: 0 auto; margin-top: 40px; margin-bottom: 80px;}
.about-overlay {background: rgba(29,29,29,0.80); border-radius: 10px;}
.about-bkgrd .about-wrap {width: 90%; margin: 0 auto; padding: 100px 0; text-align: center;}
.about-bkgrd .about-content {width: 740px; margin: 0 auto;}
.about-bkgrd h4 {color: #fff; font-size: 35px; line-height: 45px; width: 560px; margin: 0 auto; margin-bottom: 15px;}
.about-bkgrd p {color: #fff; font-size: 18px; line-height: 28px;}
.about-bkgrd button {background: #C81F22; color: #fff; width: 220px; padding: 10px 0 12px 0; border: 2px #C81F22 solid; border-radius: 30px; font-size: 17px; line-height: 17px; font-family: 'Roboto', sans-serif; margin-top: 25px;}
.about-bkgrd button:hover {background: none; border: 2px #fff solid; transition: .5s;}

/*---SERVICE---*/
.services-bkgrd {background: #1F1F1F; width: 90%; margin: 0 auto; border-radius: 10px; margin-top: -50px; margin-bottom: 100px;}
.services-wrap {width: 95%; margin: 0 auto; padding: 80px 0 90px 0; text-align: center;}
.services-wrap h3 {font-size: 32px; color: #fff;}
.services-flex {display: flex; gap: 20px; margin-top: 40px;}
.services-flex > div {width: 100%; background: #fff; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; padding: 45px 25px; border-radius: 5px;}
.services-flex p {font-size: 16px; line-height: 26px;}
.services-flex i {font-size: 24px; line-height: 24px; background: #C81F22; color: #fff; height: 55px; width: 55px; display: flex; justify-content: center; align-items: center; border-radius: 50%;}
.service-nug div {display: flex; justify-content: center;}
.service-nug h4 {font-size: 20px; font-weight: 600; margin: 30px 0 15px 0;}
.service-content {width: 95%; margin: 0 auto; margin-top: 50px; margin-bottom: 70px;}
.service-content h2 {font-size: 35px; margin-bottom: 15px;}
.service-content h3 {font-size: 22px; margin-bottom: 8px;}
.service-content p {margin-bottom: 20px; font-size: 18px; line-height: 28px;}
.service-page h2 {font-size: 35px !important; line-height: 45px !important;}
.service-page button {background: #C81F22 !important; color: #fff !important; width: 220px !important; padding: 10px 0 12px 0 !important; border: 2px #C81F22 solid !important; border-radius: 30px !important; font-size: 16px !important; line-height: 16px !important; font-family: 'Roboto', sans-serif !important; margin-top: 15px !important; display: block !important; font-weight: 400 !important;}
.service-page button:hover {background: #1F1F1F !important; border: 2px #1F1F1F solid !important; transition: .5s !important;}

/*---CONTACT---*/
.contact-links {display: flex; width: 95%; margin: 0 auto; text-align: center; justify-content: center; gap: 100px;}
.contact-links i {background: #C81F22; color: #fff; border-radius: 50%; height: 50px; width: 50px; font-size: 24px; line-height: 24px; display: flex; justify-content: center; align-items: center; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; margin: 0 auto; margin-bottom: 10px;}
.contact-links p {width: 100%; font-size: 18px; font-family: 'Roboto', sans-serif; font-weight: bold; line-height: 28px; color: #000;}
#contact-page {background: #F4F4F4; margin-top: 60px;}
.contact-page-wrap > div {width: 45%;}
#contact-page img {width: 100%; border-radius: 10px;}
#contact-page h1 {color: #1F1F1F; font-size: 40px; line-height: 50px; font-weight: bold;}
#contact-page p {font-size: 16px; color: #1F1F1F; line-height: 26px; margin: 5px 0 10px 0;}
#contact-page .form-flex {display: flex; width: 100%; gap: 15px; margin-bottom: 15px;} 
#contact-page .form-flex input {width: 100%; font-family: 'Roboto', sans-serif; font-size: 15px; line-height: 15px; padding: 12px 0 10px 15px; border: none; background: #fff; height: 25px;}
#contact-page form {margin-top: 20px;}
#contact-page textarea {font-family: 'Roboto', sans-serif; font-size: 15px; line-height: 15px; width: 98%; border: none; padding: 12px 0 0px 15px; background: #fff; height: 150px;}
#contact-page form .submitselect, #contact-page button {margin-top: 30px; background: #1F1F1F; border: none; border-radius: 30px; width: 162px; padding: 10px 15px 10px 15px; display: flex; justify-content: space-between; align-items: center; color: #fff; font-size: 15px; font-family: 'Roboto', sans-serif; line-height: 15px; font-weight: 600;}
#contact-page form .submitselect i, #contact-page button i {font-size: 25px;}
#contact-page form .submitselect p, #contact-page button p {color: #fff; font-size: 16px; font-family: 'Roboto', sans-serif; line-height: 16px; font-weight: 400; margin-top: 2px; margin-bottom: 0px;}
#contact-page form .submitselect:hover, #contact-page button:hover {width: 182px; transition: .5s; background: #E31D21; cursor: pointer !important;}
#contact-page form img {width: auto; border-radius: 0px;}
#contact-page form .CaptchaAnswerPanel input {height: 25px;}
#contact-page form .CaptchaWhatsThisPanel a {color: #1F1F1F; border-bottom: 1px #1F1F1F solid;}
#contact-page form .submit {background: #1F1F1F; border: none; border-radius: 30px; width: 162px; padding: 10px 15px 10px 15px; color: #fff; font-size: 16px; font-family: 'Roboto', sans-serif; line-height: 16px; font-weight: 400;}
#contact-page form .submit:hover {transition: .5s; background: #E31D21; cursor: pointer !important;}
.contact-header {width: 95%; margin: 0 auto; text-align: center; margin-top: 10px;}
.contact-header h1 {color: #1F1F1F; font-size: 45px; line-height: 55px; font-weight: bold;}
.contact-header p {font-size: 16px; color: #1F1F1F; line-height: 26px; width: 800px; margin: 0 auto; margin-top: 10px; margin-bottom: 10px;}
.contact-page-wrap {display: flex; justify-content: space-between; margin-top: 40px; margin-bottom: 80px; width: 90%; margin: 0 auto; padding: 80px 0 120px 0;}
.contact-page-wrap a {display: flex; align-items: center; gap: 15px; margin-bottom: 20px;}
.contact-page-wrap > div:first-child a i {font-size: 20px; line-height: 20px; background: #C81F22; color: #fff; height: 45px; width: 45px; display: flex; justify-content: center; align-items: center; border-radius: 50%;}
.contact-page-wrap a p {margin: 0px !important;}
.contact-page-wrap p {margin-bottom: 20px !important;}
.contact-page-wrap h2 {color: #1F1F1F; font-size: 40px; line-height: 50px; font-weight: bold;}
.contact-map {width: 90%; margin: 0 auto; margin-top: -50px; margin-bottom: 100px;}
#contact-page .CaptchaWhatsThisPanel a {display: flex; justify-content: center; width: 100px; margin: 0 auto;}
.contact-page-wrap > div:first-child a:hover i {background: #1F1F1F; transition: .5s;}
.contact-map iframe {border-radius: 10px;}
#contact-page iframe {border-radius: 10px;}

/*---THANK YOU---*/
.contact-header button {background: #C81F22; color: #fff; width: 220px; padding: 10px 0 12px 0; border: 2px #C81F22 solid; border-radius: 30px; font-size: 16px; line-height: 16px; font-family: 'Roboto', sans-serif; margin-top: 15px;}
.contact-header button:hover {background: #1F1F1F; border: 2px #1F1F1F solid; transition: .5s;}


/*--------FORM STYLES--------------------*/




/*-------- FOOTER STYLES ----------------*/
footer {background: #1D1D1D;}
footer .footer-wrap {width: 95%; margin: 0 auto; padding: 40px 0; display: flex; justify-content: space-between;}
footer .footer-right {display: flex; gap: 100px;}
footer .footer-ul-flex {display: flex; gap: 50px;}
footer p {color: #fff; font-size: 20px; line-height: 45px; font-weight: bold; text-transform: uppercase;}
footer li, footer li a {color: #fff; font-size: 18px; line-height: 35px; font-family: 'Roboto', sans-serif;}
footer li a {border-bottom: 1px transparent solid;}
footer li a:hover {border-bottom: 1px #fff solid; transition: .5s;}

/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
.list-top-section .list-listings-count {color: #C81F22 !important;}






/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (max-width: 1350px) {
	.header-contact a p {font-size: 17px;}
	.header-contact a i {height: 45px; width: 45px; font-size: 22px; line-height: 22px;}
	#header-nav img {width: 300px;}
}

@media only screen and (max-width: 1300px) {
	#contact-page textarea {width: 97.5%;}
}

@media only screen and (max-width: 1250px) {
	.header-contact a p {font-size: 16px;}
	.header-contact a i {height: 40px; width: 40px; font-size: 20px; line-height: 20px;}
	#header-nav img {width: 290px;}
}

@media only screen and (max-width: 1200px) {
	#contact-page textarea {width: 97%;}
}

@media only screen and (max-width: 1150px) {
	#header-nav .header-contact {display: none;}
	.hero-wrap {width: 95%;}
	#expert-repairs, #inventory-links, .about-bkgrd .about-wrap {width: 95%;}
	footer .footer-wrap {flex-wrap: wrap; gap: 50px;}
	footer .footer-right, footer .footer-left {width: 100%;}
	#header-nav img {width: 280px;}
	#header-nav {padding: 20px 0 15px 0;}
	.hero-bkgrd {width: 100%; border-radius: 0px;}
	.hero-overlay {border-radius: 0px;}
	.about-bkgrd {width: 100%; border-radius: 0px;}
	.about-overlay {border-radius: 0px;}
}

@media only screen and (max-width: 1100px) {
	#contact-page textarea {width: 96.5%;}
}

@media only screen and (max-width: 1050px) {
	#contact-page {flex-wrap: wrap; gap: 80px;}
	#contact-page > div, .contact-map {width: 95% !important;}
	.services-bkgrd {width: 95%;}
}

@media only screen and (max-width: 950px) {
	.contact-page-wrap {flex-wrap: wrap; gap: 50px;}
	.contact-page-wrap > div {width: 100%;}
	#contact-page textarea {width: 98.3%;}
}

@media only screen and (max-width: 900px) {
	.hero-content, .about-bkgrd .about-content {width: 100%;}
	#expert-repairs {flex-wrap: wrap; gap: 20px;}
	#expert-repairs > div:first-child, #expert-repairs > div:last-child {width: 100%;}
	#expert-repairs > div:last-child p {margin-bottom: 20px;}
	#inventory-links {flex-wrap: wrap;}
	#inventory-links a {width: 49%; margin-bottom: 20px;}
	.contact-header p {width: 100%;}
	.services-flex {flex-wrap: wrap;}
	.services-flex > div {width: 400px; margin: 0 auto;}
}

@media only screen and (max-width: 800px) {
	.about-bkgrd h4 {width: 100%;}
	footer .footer-right {justify-content: space-between;}
	#header-nav img {width: 250px;}
	#header-nav {padding: 15px 0 10px 0;}
	#inventory-links a {width: 48.5%;}
	.contact-links {justify-content: space-between; gap: 0px;}
	#contact-page textarea {width: 98%;}
}

@media only screen and (max-width: 700px) {
	#contact-page textarea {width: 97.7%;}
}

@media only screen and (max-width: 650px) {
	footer .footer-right {flex-wrap: wrap; gap: 50px;}
	footer .footer-right > div {width: 100%;}
	#contact-page textarea {width: 97.5%;}
}

@media only screen and (max-width: 600px) {
	#contact-page textarea {width: 97.3%;}
	.services-flex > div {width: 100%;}
	.services-wrap {width: 90%;}
}

@media only screen and (max-width: 550px) {
	.hero-buttons a button, .hero-buttons a {width: 100% !important;}
	#inventory-links a {width: 100%;}
	.contact-links {flex-wrap: wrap; gap: 25px;}
	.contact-links a {width: 100%;}
	#contact-page textarea {width: 97%;}
}

@media only screen and (max-width: 500px) {
	#contact-page textarea {width: 96.8%;}
	#header-nav img {width: 225px;}
}

@media only screen and (max-width: 450px) {
	.hero-content h1, .contact-header h1 {font-size: 40px; line-height: 50px;}
	.hero-content p, .hero-content p span, #expert-repairs > div:last-child p, #expert-repairs > div:last-child a, .about-bkgrd p, footer li, footer li a  {font-size: 17px;}
	.hero-buttons a button, .hero-buttons a, .about-bkgrd button, .about-bkgrd a {width: 100% !important;}
	.hero-buttons a button, .about-bkgrd button {font-size: 16px !important; line-height: 16px !important;}
	.hero-content .hero-buttons {flex-wrap: wrap;}
	.hero-wrap {padding: 130px 0 100px 0;}
	#expert-repairs h2, .about-bkgrd h4 {font-size: 30px; line-height: 40px;}
	footer p {font-size: 18px;}
	.contact-header p, #contact-page p {font-size: 15px;}
	.contact-page-wrap h2 {font-size: 35px; line-height: 45px;}
	#contact-page textarea {width: 96.5%;}
	#contact-page .form-flex {flex-wrap: wrap;}
	.contact-header button, #contact-page form .submitselect p, #contact-page form .submit, .service-page button {font-size: 15px !important; line-height: 15px !important;}
	#contact-page form .submitselect i {font-size: 22px;}
	.service-page h2 {font-size: 30px !important; line-height: 40px !important;}
	.services-wrap h3 {font-size: 28px;}
	.services-flex p {font-size: 15px;}
	.service-nug h4 {font-size: 18px;}
	.services-flex i {font-size: 22px; line-height: 22px; height: 50px; width: 50px;}
}

@media only screen and (max-width: 400px) {
	#header-nav img {width: 200px;}
	#contact-page textarea {width: 96%;}
}

@media only screen and (max-width: 350px) {
	.hero-content h1, .contact-header h1 {font-size: 35px; line-height: 45px;}
	.hero-content p, .hero-content p span, #expert-repairs > div:last-child p, #expert-repairs > div:last-child a, .about-bkgrd p, footer li, footer li a  {font-size: 16px;}
	.hero-buttons a button, .about-bkgrd button {font-size: 15px !important; line-height: 15px !important;}
	.hero-wrap {padding: 110px 0 90px 0;}
	#expert-repairs h2, .about-bkgrd h4 {font-size: 25px; line-height: 35px;}
	#inventory-links a h3 {font-size: 22px; line-height: 42px;}
	#inventory-links a p {font-size: 14px;}
	.contact-page-wrap h2 {font-size: 30px; line-height: 40px;}
	.contact-page-wrap > div:first-child a i {font-size: 18px; line-height: 18px; height: 40px; width: 40px;}
	#contact-page textarea {width: 95.5%;}
	#contact-page {margin-top: 40px;}
	.contact-page-wrap {padding: 60px 0 120px 0;}
	.service-page h2 {font-size: 28px !important; line-height: 38px !important;}
	.services-wrap h3 {font-size: 25px;}
	.services-flex p {font-size: 14px;}
	.service-nug h4 {font-size: 17px;}
	.services-flex i {font-size: 20px; line-height: 20px; height: 45px; width: 45px;}
}

@media only screen and (max-width: 300px) {
	#header-nav img {width: 75%;}
	.hero-content h1, .contact-header h1 {font-size: 30px; line-height: 40px;}
	#expert-repairs h2, .about-bkgrd h4 {font-size: 22px; line-height: 32px;}
	#inventory-links a h3 {font-size: 20px; line-height: 40px;}
	footer .footer-ul-flex {gap: 10px; justify-content: space-between;}
	.contact-header p, #contact-page p {font-size: 14px; line-height: 25px;}
	.contact-page-wrap h2 {font-size: 28px; line-height: 38px;}
	#contact-page textarea {width: 95%;}
	.contact-header button, .service-page button {font-size: 14px !important; line-height: 14px !important; width: 100% !important;}
	#contact-page form .submitselect p, #contact-page form .submit {font-size: 14px; line-height: 14px;}
	#contact-page form .submitselect i {font-size: 20px;}
	#contact-page form .submitselect {width: 142px;}
	#contact-page form .submitselect:hover {width: 162px;}
	.service-page h2 {font-size: 25px !important; line-height: 35px !important;}
}