html,
body {
	width: 100%;
	height: 100%;
	font-size:16px;
	margin:0;
	font-family:'Roboto', sans-serif;
	background-color:#FFFFFF;
	color:#373c40;
}
#maincenter{width:100%;max-width:1200px;margin:0 auto;box-shadow: 0px 0px 100px #000;}
h1{color:#ed1c24;font-family:'Archivo Black', sans-serif;margin:0;}
h2{
    font-family:'Archivo Black', sans-serif;
	 /*font-size:25px; REMOCED NICO October 12 2021 cayse Zach told me to*/
	 color:#434343;
	 font-weight:bold;
	 margin:0px;
    padding:5px 0;
}
h3{margin-top:0px;font-family:'Archivo Black', sans-serif;}
h4,h5,h6{font-family:'Archivo Black', sans-serif;}
a{
	text-decoration:none;
	color:#000000;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
	 font-family: 'Roboto', sans-serif;
}
a:hover{
	color:#ed1c24;	
	text-decoration:none;
}

.center{text-align:center;}
.left{text-align:left;}
.leftcenter{text-align:left;}
.centerleft{text-align:center;}
.right{text-align:right;}
.rightcenter{text-align:right;}
.centerimg{width: 100%;display: block;margin-left:auto;margin-right:auto;}
.floatleft{float:left;}
.floatright{float:right;}
.clear{clear:both;}
.bold{font-weight:bold;}
.hidden{display:none;}
.vcenter{display: inline-block;vertical-align: middle;float: none;}
.pointer{cursor:pointer;}
.facebook {color: #fff;background-color: #3b5998;-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-ms-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;	}
.facebook:hover {color: #fff;background-color: #1b3978;}
.twitter {color: #fff;background-color: #00acee;-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-ms-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;	}
.twitter:hover {color: #fff;background-color: #008cCe;}
.google {color: #fff;background-color: #e93f2e;}
.google:hover {color: #fff;background-color: #c91f0e;}
.pinterest {color: #fff;background-color: #bc0d1e;}
.pinterest:hover {color: #fff;background-color: #9c0b0d;}
.shadow{
	text-shadow: 1px 1px 1px #000000;	
	filter: progid:DXImageTransform.Microsoft.Shadow(direction=135,strength=1,color=000000);
}
.centercol{
	width:100%;max-width:1200px;margin:0 auto;padding:0 4px;
}
.aroundbox{padding:10px}
.box{padding:20px 0;}
.smallbox{padding:5px 0;}
.button{
	padding:5px 10px;
	color:#FFFFFF;
	background-color:#000000;
	border:0px solid #000000;
	border-radius:7px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;	
	 font-family: 'Roboto', sans-serif;
}
.button:hover{
	color:#EEEEEE;
	background-color:#ed1c24;
}
.bsmall{
	padding:5px 10px;
	font-size:14px;	
}
.relative{position:relative;}
.absolute{position:absolute;}

#copyright{
	font-family:'Roboto', sans-serif;
	color:#999;	
	line-height: 40px;
	font-size:12px;
	background:#393939;
   box-shadow:inset 0px 5px 15px rgba(0,0,0,.5);
}
#copyright a{
	color:#D91;	
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;	
}
#copyright a:hover{
	color:#FFF;	
}

#copyrightsw{
	font-family:'Roboto', sans-serif;
	color:#999;	
	line-height: 40px;
	font-size:12px;
	background:#393939;
   box-shadow:inset 0px 5px 15px rgba(0,0,0,.5);
}
#copyrightsw a{
	color:#3a9cff;	
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;	
}
#copyrightsw a:hover{
	color:#6aCcff;	
}

.shapeshadow{
	-webkit-filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.5));
	-ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=2, OffY=2,Color='#444')";
	filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=2, OffY=2, Color='#444')";
}	




/*CONTACT FORM*/
.form-group {
    margin-bottom: 25px;
}
.form-group input,.form-group textarea {
    padding: 10px;
}

.form-group input.form-control {
    height: auto;
}

.form-group textarea.form-control {
    height: 236px;
}
.form-control:focus {
    border-color: #87C556;
    box-shadow: none;
}
.text-danger {
    color: #e74c3c;
}

@media only screen and (max-width : 991px) {
	.vcenter{display: inline-block;vertical-align: top;float: none;}
}
@media only screen and (max-width : 767px) {
	.rightcenter{text-align:center;display:block;}
	.leftcenter{text-align:center;display:block;}
   .centerleft{text-align:left;}
}

.showxxs{display:none;}
.py-8 {padding:7.5rem  0!important;}
@media only screen and (max-width : 768px) {
   .py-8 {padding:2rem  0!important;}
}
@media only screen and (max-width : 400x) {
   .hidexxs{display:none;}
   .showxxs{display:inline;}
}

.hspace40{padding:40px 0;}
.row{margin:0;}

p.lead{font-weight: 400;font-size: 1.25rem}
.fs-2 {font-size: 1.5625rem !important;}
.color-7 {color: #949494 !important;font-size:.7rem !important;}
.color-3 {color: #434343 !important;}
.fw-700{font-weight: 700 !important;}.fw-900{font-weight: 900 !important;}.fw-300 {font-weight: 300 !important;}.lh-3 {line-height: 1.3 !important;}

.active{font-weight:bold;}
iframe{display: block;}/*FOR GOOGLE MAP NOT TO HAVE SPACE AT THE BOTTOM*/
.dropdown:hover>.dropdown-menu {display: block;}.dropdown-menu {margin: 0;}/*AUTO SUB-MENU*/
.vcenterbs4{display:flex;flex-direction:column;justify-content:center;}
@media only screen and (max-width : 575px) {
   .hideonsecondpage{display:none;}
   .topdivofhidesecondpage{padding-bottom:0px !important;}
}.footer{height:200px;background-color:#434343}.transbutton1{border:1px solid #000000;padding:10px;border-radius:50px;text-transform: uppercase;font-weight:bold;}
.transbutton1:hover{border:1px solid #ed1c24;}
.transbutton1 a{color:#000000}
.transbutton1 a:hover{color:#ed1c24}
nav{color:#ffffff}nav a{color:#ffffff;}nav a:hover{color:#ed1c24;}.bg-nav {background-color: #000000 !important;}nav .fa-bars{color:#ffffff;}.logofluid1{max-height:125px;}
@media only screen and (max-width:450px){.logofluid1{max-width:150px;width:100%;}}
.navbar-toggler,.navbar-toggler .fa-bars{color:#ffffff}

@media only screen and (max-width:405px) {
.navbar-toggler{margin:auto;}
.navbar-brand{margin:auto;}
}.section1716{background:#000000;background: -webkit-linear-gradient(rgba(0,0,0, 0.35), rgba(0,0,0, 0.35)), url(../images/car01-25166025219.jpg);background: linear-gradient(rgba(0,0,0, 0.35), rgba(0,0,0,0.35)), url(../images/car01-25166025219.jpg);background-size:cover;background-position:center center;;padding:150px 0;}.section1716 .btn{background-color:#000000;color:#ffffff}.section1716 .btn:hover{color:#ed1c24}.section1716 h1{color:#FFFFFF;font-size:3vw;}.section1716 h2{color:;font-size:1vw;}.section1716 .headerlogo{width:100%;max-width:250px;}@media only screen and (max-width : 900px) {.section1716 h1{font-size:4vw;}.section1716 h2{font-size:2vw;}}@media only screen and (max-width : 700px) {.section1716 h1{font-size:6vw;}.section1716 h2{font-size:4vw;}}@media only screen and (max-width : 400px) {.section1716 h1{font-size:10vw;}.section1716 h2{font-size:7vw;}}.section1736{background-color:#FFFFFF;}.section13{background-color:#FFFFFF;height:50px;}.section1741{background-color:#000000;padding: 7.5rem 0;}.section1741 h2{color:white;}.section1741 .bgbuttoncolor{background-color:#ed1c24;color:black;padding:0px;border:none;font-weight: 700;}.section1741 .bgbuttoncolor>div{padding:0.8rem 2.5rem;}.section1741 .bgbuttoncolor:hover > div {background-color:rgba(0, 0, 0, 0.1);-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-ms-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;}@media (min-width: 75em){.section1741 .fs-xl-4{font-size: 2.2rem !important;}}.section1720 .box{background-color: #f2f2f2 !important;border-radius: 10px !important;height:150px;align-items: center!important;justify-content: center!important;display: flex!important;padding: 1rem !important;}.section1730{background-color:#FFFFFF;}.section1729{background-color:#FFFFFF;}.section1732 .box{background-color: #f2f2f2 !important;border-radius: 10px !important;height:150px;align-items: center!important;justify-content: center!important;display: flex!important;padding: 1rem !important;}.fontsize60{font-size:60px;font-weight:100;}.rounded-circle{border-radius: 50%!important;}.form-group{margin-bottom: 1rem;}.moveout{position:absolute;left:-3000px;top:-3000px;}.formdesc{font-weight: 400;font-size: 1.25rem}.button{background-color:#000000;color:#ffffff}.section1728{background-color:#000000;color:white;line-height: 175%;}.facebook{background-color:#3b5998;color:#FFF;width:100%;max-width:100px;text-align;center}.facebook:hover{background-color:#2b4988;}.twitter{background-color:#1bb2e9;color:#FFF;width:100%;max-width:100px;text-align;center}.twitter:hover{background-color:#0092c9;}.section1728 a{color:white;font-weight:bold;}.section1741 .bgbuttoncolor{color:#FFF !important;}
