:root {
  --thm-font-primary: "Roboto", sans-serif;
  --brand-grey-light: #d7d7d7;
  --brand-grey-dark: #424242;
  --brand-dark: #ce2b2d;
  --brand-accent: #90A409;
}

/* Sitewide Styles
======================================*/
h1 {
    font-weight: 800;
    margin: 20px 0;
    color: var(--brand-dark);
    font-size: clamp(3rem, 3.5vw, 6rem);
}
h2 {
    font-size: clamp(2rem, 1.5vw, 4rem);
    font-weight: 600;
    margin: 28px 0 5px;
}
h3 {
    font-size: clamp(1.5rem, 1.25vw, 3rem);
    font-weight: 400;
    margin: 20px 0 5px;
    color: var(--brand-dark);
}
a.btn {
    display: inline-block;
    background-color: #e5e6e6;
    padding: 15px 20px;
    text-decoration: none;
    color: #b7272b;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    box-shadow: 2px 2px 5px 2px #0000004f;
    width: max-content;
    margin: 15px 0;
}
a.btn:hover {
  background-color: #282828;
  color: #fff;
}
.ppsub {
    text-align: center;
}

/* Content Styles
======================================*/
.section {
    padding: 3vh 0;
}
/* Top Bar Styles
======================================*/
.topbarwrap {
    background: #000;
}
.topbarlink p {
    margin: 0;
}
.topbarlink {
    color: #fff;
    text-align: right;
    padding: 10px 0;
}
/* Header Styles
======================================*/
.headerwrap {
    padding: 21px 0;
    background: #68a4dd;
    background-image: linear-gradient(rgb(55 137 177 / 53%), rgb(172 228 255)), url(/assets/uploads/Car-Wash-Soap.png);
}
.hdrlogo {
    width: clamp(265px, 18vw, 100%);
}
.hdrtext h2 {
    font-size: clamp(1.75rem, 2vw, 4rem);
    font-weight: 700;
    color: #ce2b2d;
    background: #fff;
    padding: 10px 20px;
    border-radius: 26px;
}
/* Page Banner Styles
======================================*/
.pgbnrtext {
    min-height: 24vh;
}
.pgbnrtext h1 {
    font-size: clamp(3rem, 3vw, 4rem);
    color: #e7e7e7;
    font-weight: 700;
    text-shadow: 3px 3px black;
    padding: 25px 0;
}
/* Nav Styles
======================================*/
#navwrapper {
    background: #000000;
    z-index: 999999;
    position: sticky;
    top: 0;
}

/*Mobile Nav fix*/

.sidr-class-22 {
    padding-left: 20px;
}
/* Box Slider Styles
======================================*/
.bannerwrap {
    margin: 0;
}
.bxslide {
    background: #a92129;
}
.slideimg {
    height: clamp(250px, 68vw, 600px);
    background-size: cover;
    background-position: center;
}
.btn.bnrbtn {
    margin: 10px 0;
    max-width: 265px;
    text-align: center;
}
.slide {
    padding:0;
}
.bxslidetext {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: flex-start;
    padding: 10px;
}
.bxslidetext h2 {
    color: #fff;
    font-size: clamp(2.5rem, 4.5vw, 9rem);
    line-height: 1;
}
.bxslidetext p {
    font-size: clamp(1rem, 2.5vw, 2rem);
    line-height: 1.2;
        color: yellow;
}
@media only screen and (max-width: 767px) {
    .bxslidetext {
        text-align: center;
    }
    .btn.bnrbtn {
    margin: 10px auto;
    }
}
/* Video Box Styles
======================================*/
.videobox {
    padding: 1vw;
    text-align: center;
    border: solid 1px #d9d9d9;
    margin: 0.5vw;
}
/* Category Box Styles
======================================*/
.catboxwrap {
    justify-content: center;
}
.catbox {
    padding: 10px;
    text-align: center;
    border: solid 1px #d1d1d1;
    margin: 10px;
}
.cattitle {
    min-height: 88px;
    background: #ff8b4d;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
}
.cattitle h2 {
    font-size: 24px;
    font-weight: 600;
}
/* Left image box Styles
======================================*/
.imagebox {
    padding: 3vh;
}
.imagebox p {
    margin: 35px 0;
    padding: 15px 0;
    border-top: solid 1px #939393;
    border-bottom: solid 1px #939393;
    text-align: justify;
}
/* First Section Styles
======================================*/
.firstSecWrap {
    padding: 10vh 0;
    margin: 8vh 0;
    background: #fff;
}
.firstSecText {
    padding: 2vh 0;
}
.firstSecText p {
    padding: 10px;
}
.firstSecLink {
    text-align: center;
}
/* Second Section Styles
======================================*/
.secondSecWrap {
    background-image: url(/2022/assets/uploads/bold-backgound.jpg);
    height: 65vh;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.secondSecWrap h2 {
    color: #fff;
    text-align: center;
    font-size: clamp(3rem, 3.5vw, 5rem);
    font-weight: 700;
    background: #0000007d;
    padding: 20px;
    line-height: 1.25;
}
/* Third Section Styles
======================================*/
.thirdSecWrap {
    background: #fff;
    margin: 10vh 0;
    padding: 8vw 0;
}
.thirdSecWrap h2 {
    text-align: center;
    font-size: 3rem;
    padding: 20px 0;
    font-weight: 600;
    color: #606060;
}
/* Fourth Section Styles
======================================*/
.fourthSecWrap {
    padding: 35px;
}
.fourthSecWrap h2 {
    font-size: clamp(2rem, 5vw, 5rem);
    font-weight: 600;
    margin-bottom: 20px;
}
section.fourthSecWrap p {
    font-size: clamp(1.25rem, 1.5vw, 3rem);
}

/* Contact Form Section Styles
======================================*/
.contactctawrap {
    background: #cacaca;
}
.contactctaleft {
    background: #cacaca;
    align-items: end;
    align-self: center;
}
.contactctaright {
    background: #151515;
    padding: 35px 15px;
}
.contactctatext {
    max-width: 57%;
    padding: 10px;
}
.contactctaform {
    padding: 10px 10px 10px 25px;
    max-width: 65%;
}
.contactctaform label {
    color: #fff;
}
@media all and (max-width: 768px) {
    .contactctatext, .contactctaform {
        max-width: 100%;
    }
}
/* UL LI Column List
============================================*/
ul.listcol2 li, ul.listcol3 li, ul.listcol4 li {
  margin: 0 !important;
  width: 100%;
}
ul.listcol2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2
}
ul.listcol3 {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}
ul.listcol4 {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
}
/* MOBILEPHONES*/
@media only screen and (max-width: 767px) {
  ul.listcol2, ul.listcol3, ul.listcol4 {
      -webkit-column-count: 1;
      -moz-column-count: 1;
      column-count: 1;
  }
}
/* Jump Boxes Styles
======================================*/
.jumpbox {
    padding: 20px;
}
.jumpbox img {
    width: -webkit-fill-available;
}
/* Footer Styles
======================================*/
.footerwrap {
    background: #003a6c;
    padding: 10vmin 0;
    color: #ddd;
    margin: 25px 0 0;
}
.footerwrap h3 {
    color: #fff;
}
.subfooterwrapper p {
    font-size: 1rem;
    text-align: center;
    width: 100%;
    padding: 5px;
}


































