/********************
VARIABLES
********************/
:root {
    --v__yellow: #ffc20e;
    --v__black: #333333;
}
/********************
HEADER
********************/
.headerAndNavContainer {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
}
.headerAndNavContainer .navContent > ul {
    display: flex;
    flex-flow: row wrap;
}
.headerAndNavContainer .navContent > ul > li:last-of-type {
    margin-left: auto;
}
/********************
HOME PAGE
********************/
/***** HERO *****/
.blockWrap_a0a0f2486ede46789947e6907b8e8bff {
    height: 80vh;
    position: relative;
}
.blockWrap_a0a0f2486ede46789947e6907b8e8bff .blockContent {
    position: absolute;
    width: 100%;
    top: 30vh;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.blockWrap_a0a0f2486ede46789947e6907b8e8bff .contentTitle {
    line-height: 1;
    padding-bottom: 0;
}
.blockWrap_cfed994e20794013bb1b14f309bf747d,
.blockWrap_adb8be08d5a24fd8b63fa09d4e1c17e2 {
    position: absolute;
}
.blockWrap_cfed994e20794013bb1b14f309bf747d {
    top: 63vh;
    height: 5vh;
    width:100vw;
}
.blockWrap_adb8be08d5a24fd8b63fa09d4e1c17e2 {
    top: 50vh;
    right: -25vw;
}
/***** SECTION TEXT *****/
:is(
    .blockWrap_f8de194c94b04101b0d710a31d425887,
    .blockWrap_d4ed9539fd25460c9bb329ec17a253a0,
    .blockWrap_cf9ef9cf968e46679d00efeca4e44e72,
    .blockWrap_dfcb00c2422c4092ae1ab7b6e828e361
    ) .contentTitle {
        padding-bottom: 0;
    }
:is(
    .blockWrap_f8de194c94b04101b0d710a31d425887,
    .blockWrap_d4ed9539fd25460c9bb329ec17a253a0,
    .blockWrap_cf9ef9cf968e46679d00efeca4e44e72
    ) .blockInnerContent p:first-of-type {
        text-transform: uppercase;
        line-height: 1;
        padding-bottom: 20px;
        font-size: 24px;
}
.blockWrap_dfcb00c2422c4092ae1ab7b6e828e361 .itemInnerContent p:first-of-type {
    text-transform: uppercase;
    line-height: 1;
    padding-bottom: 20px;
    font-size: 24px;
}
/***** CTAs *****/
.blockWrap_c1b7c000014343b5b6fe1d3b3efe5194 .imgHover-content .contentTitle {
    text-transform: uppercase !important;
}
/***** ICONS *****/
.blockWrap_daf51dfac4f047e7b03db414f5f909e9 .itemsCollectionContent {
    display: flex;
    flex-flow: row wrap;
}
.blockWrap_daf51dfac4f047e7b03db414f5f909e9 .item {
    flex: 1 0 50%;
}
/***** CAR & BOAT SECTION *****/
.blockWrap_dfcb00c2422c4092ae1ab7b6e828e361 .itemsCollectionContent {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
}
.blockWrap_dfcb00c2422c4092ae1ab7b6e828e361 .itemsCollectionContent .item:is(:first-of-type, :last-of-type) {
    flex: 1 0 37.5%;
    margin: 5% 0 0 0 !important;
    min-width: 300px;
}
.blockWrap_dfcb00c2422c4092ae1ab7b6e828e361 .itemsCollectionContent .item:not(:first-of-type, :last-of-type) {
    flex: 1 0 25%;
    margin: 5% 0 0 0 !important;
}
.blockWrap_dfcb00c2422c4092ae1ab7b6e828e361 .itemsCollectionContent .item:not(:first-of-type, :last-of-type) .itemContent {
    padding: 20px;
}
/***** CARWASH SUBCRIPTION *****/
.blockWrap_f0e9691bc277433083f1b1b48ca4ce2e .contentTitle {
    padding-bottom: 0;
}
.blockWrap_f0e9691bc277433083f1b1b48ca4ce2e .blockInnerContent p {
    line-height: 1;
    font-family: franklingothicbold, Arial, Verdana, sans-serif;
}
/***** FORM SECTION *****/
.mw__form--container {
    text-align: center;
    text-transform: uppercase;
    line-height: 1.2;
}
.mw__form--container h2 {
    font-size: 18px;
    color: white;
}
.mw__form--container h3 {
    font-size: 24px;
    color: var(--v__yellow);
    margin-bottom: 50px;
    font-family: franklingothicbold, Arial, Verdana, sans-serif;
}
@media only screen and (min-width: 992px) {
  /***** HERO *****/
  .blockWrap_a0a0f2486ede46789947e6907b8e8bff .blockContent {
      top: 55%;
      left: 55%;
      transform: translate(-50%, -55%);
  }
  .blockWrap_cfed994e20794013bb1b14f309bf747d {
      height: 80vh;
      width: 15vw;
      top: 0;
      right: 15vw;
  }
  .blockWrap_adb8be08d5a24fd8b63fa09d4e1c17e2 {
      top: 25vh;
      right: -10vw;
      z-index: 50;
  }
  .blockWrap_a0a0f2486ede46789947e6907b8e8bff .contentTitle {
      font-size: 54px;
      text-align: left;
  }
  .blockWrap_a0a0f2486ede46789947e6907b8e8bff .blockInnerContent {
      text-align: left;
  }
  .blockWrap_a0a0f2486ede46789947e6907b8e8bff .blockInnerContent p:first-of-type {
      font-size: 32px;
  }
  .blockWrap_adb8be08d5a24fd8b63fa09d4e1c17e2 {
    top: 15vh;
    right: -15vw;
    width: 80%;
  }
  .blockWrap_a0a0f2486ede46789947e6907b8e8bff .blockInnerContent p:first-of-type {
      font-size: 24px;
  }
  /***** ICONS *****/
    .blockWrap_daf51dfac4f047e7b03db414f5f909e9 .itemsCollectionContent {
        display: flex;
        flex-flow: unset;
    }
    .blockWrap_daf51dfac4f047e7b03db414f5f909e9 .item {
        flex: unset;
    }
}
/***** DESKTOP MEDIA QUERIES *****/
@media only screen and (min-width: 1500px) {
  /***** HERO *****/
  .blockWrap_a0a0f2486ede46789947e6907b8e8bff {
      height: 100vh;
  }
  .blockWrap_a0a0f2486ede46789947e6907b8e8bff .blockContent {
      top: 55%;
      left: 50%;
      transform: translate(-50%, -55%);
  }
  .blockWrap_cfed994e20794013bb1b14f309bf747d {
      height: 100vh;
      width: 20vw;
      top: 0;
      right: 20vw;
  }
  .blockWrap_adb8be08d5a24fd8b63fa09d4e1c17e2 {
      top: 25vh;
      right: -10vw;
      z-index: 50;
  }
  .blockWrap_a0a0f2486ede46789947e6907b8e8bff .contentTitle {
      font-size: 72px;
      text-align: left;
  }
  .blockWrap_a0a0f2486ede46789947e6907b8e8bff .blockInnerContent {
      text-align: left;
  }
  .blockWrap_a0a0f2486ede46789947e6907b8e8bff .blockInnerContent p:first-of-type {
      font-size: 32px;
  }
  /***** SECTION PADDING *****/
  .blockWrap_f8de194c94b04101b0d710a31d425887 {
      padding-top: 150px !important;
      padding-bottom: 150px !important;
  }
  .blockWrap_d4ed9539fd25460c9bb329ec17a253a0 {
      padding-bottom: 0 !important;
  }
  .blockWrap_cf9ef9cf968e46679d00efeca4e44e72 {
      padding-top: 150px!important;
      padding-bottom: 250px!important;
  }
  /***** SECTION TEXT *****/
  :is(
  .blockWrap_f8de194c94b04101b0d710a31d425887,
  .blockWrap_d4ed9539fd25460c9bb329ec17a253a0,
  .blockWrap_cf9ef9cf968e46679d00efeca4e44e72
  ) .contentTitle {
      font-size: 48px;
      text-align: left;
  }
  :is(
  .blockWrap_f8de194c94b04101b0d710a31d425887,
  .blockWrap_d4ed9539fd25460c9bb329ec17a253a0,
  .blockWrap_cf9ef9cf968e46679d00efeca4e44e72
      ) .blockInnerContent {
          text-align: left;
  }
  :is(
  .blockWrap_f8de194c94b04101b0d710a31d425887,
  .blockWrap_d4ed9539fd25460c9bb329ec17a253a0,
  .blockWrap_cf9ef9cf968e46679d00efeca4e44e72
      ) .blockInnerContent p:first-of-type {
          font-size: 36px;
  }
  .blockWrap_ef774fd87eaa4ae98f10dade25ae54ff .contentTitle,
  .blockWrap_dfcb00c2422c4092ae1ab7b6e828e361 .contentTitle {
      font-size: 48px !important;
  }
  .blockWrap_dfcb00c2422c4092ae1ab7b6e828e361 .itemInnerContent p:first-of-type {
      font-size: 36px;
  }
  /***** ICONS *****/
  .blockWrap_daf51dfac4f047e7b03db414f5f909e9 .item {
      flex: unset;
  }
  .blockWrap_daf51dfac4f047e7b03db414f5f909e9 .item .contentTitle {
      font-size: 24px;
  }
  /***** CTAs *****/
  .blockWrap_c1b7c000014343b5b6fe1d3b3efe5194 {
      padding-top: 0 !important;
      padding-bottom: 0 !important;
  }
  .blockWrap_c1b7c000014343b5b6fe1d3b3efe5194 .blockContent {
      padding-left: 0 !important;
      padding-right: 0 !important;
  }
  .blockWrap_c1b7c000014343b5b6fe1d3b3efe5194 .itemsCollectionContent {
      display: flex;
      flex-flow: row wrap;
  }
  .blockWrap_c1b7c000014343b5b6fe1d3b3efe5194 .item {
      width: 33.333%;
      margin: 0;
      padding-block: 20px;
      background-color: transparent;
  }
  .blockWrap_c1b7c000014343b5b6fe1d3b3efe5194 .item img {
      height: 100%;
      object-fit: cover;
  }
  .blockWrap_c1b7c000014343b5b6fe1d3b3efe5194 .itemImg {
      height: 100%;
      padding-bottom: 0 !important;
  }
  .blockWrap_c1b7c000014343b5b6fe1d3b3efe5194 .item:first-of-type {
      padding-left: 20px;
      padding-right: 0;
  }
  .blockWrap_c1b7c000014343b5b6fe1d3b3efe5194 .item:not(:first-of-type):not(:last-of-type) {
      padding-inline: 20px;
  }
  .blockWrap_c1b7c000014343b5b6fe1d3b3efe5194 .item:last-of-type {
      padding-left: 0;
      padding-right: 20px;
  }
  .blockWrap_c1b7c000014343b5b6fe1d3b3efe5194 .itemContent {
      display: none;
  }
  /***** CARWASH SUBCRIPTION *****/
  .blockWrap_f0e9691bc277433083f1b1b48ca4ce2e .contentTitle {
      font-size: 36px;
  }
  .blockWrap_f0e9691bc277433083f1b1b48ca4ce2e .blockInnerContent p {
      font-size: 60px;
  }
  /***** FORM SECTION *****/
  .mw__form--container h2 {
      font-size: 32px;
      color: white;
  }
  .mw__form--container h3 {
      font-size: 60px;
      color: var(--v__yellow);
      margin-bottom: 50px;
      font-family: franklingothicbold, Arial, Verdana, sans-serif;
  }
}
/********************
CONTACT PAGE
********************/
.blockWrap_f8b2acc51c134f8d96fdb0b83e4246a6 .blockInnerContent p {
    padding-bottom: 0;
}
.blockWrap_f8b2acc51c134f8d96fdb0b83e4246a6 .blockInnerContent p:first-of-type {
    font-size: 24px;
    text-transform: uppercase;
    font-family: franklingothicbold, Arial, Verdana, sans-serif;
}
/* Nav Dropdowns */

.navContent ul li ul a {
    white-space: normal !important;
    overflow: visible !important;
}

@media only screen and (min-width: 768px) {
    .navContent ul li ul {
        min-width: 250px !important;
        right: auto !important; 
    }
}