:root {
  --theme-color-main: #EE2335;
}

html, body {
overflow-x: hidden;
}

.container-sm {
    max-width: 980px;
    margin: 0 auto;
}

a {
    text-decoration: none;
}

.body {
    padding-top: 0 !important;
}

.btn {
    border-radius: 20px 0 !important;
}

h1, h2, h3 {
    text-transform: uppercase;
}

.alt-heading-color {
   color: var(--theme-color-main);
}

header .social-icons .d-cell1 span {
    border: 1px solid white;
    padding: 5px 10px;
    border-radius: 30px;
    background: #ee2335;
}

/** MOBILE NAV **/

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    border-bottom: 3px solid var(--theme-color-main);
}

ul.nav.navbar-nav li a {
    text-align: center;
    text-transform: capitalize;
    color: var(--theme-color-main) !important;
    font-weight: 500;
}

/** SLOGAN **/

.d-con-slider.jumbotron {
    max-height: 75vh;
}

.d-slider-caption br {
    display: none;
}

.slogan-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    max-width: max(1250px, 75vw);
    margin: 0 auto 3.5em auto;
}
.slogan-container .top-subtitle {
    color: white;
    font-size: clamp(16px, 2vw, 25px);
}
.slogan-container .main-title {
    color: var(--theme-color-main);
    font-size: clamp(37px, 3vw, 65px);
    font-weight: 900;
    letter-spacing: 2.6px;
}

.slogan-container .bottom-subtitle {
    color: white;
    max-width: 73ch;
    font-size: clamp(12px, .85vw, 18px);
    font-weight: 600;
    text-transform: none;
    margin-bottom: 3em;
}
.slogan-container button {
    border-radius: 0.5rem 0;
    padding: 1em 3em;
    font-size: clamp(14px, 1vw, 16px);
    font-weight: 600;
}

/** END SLOGAN **/

.home #u_row_8 #u_column_13 {
    max-width: 940px;
    margin: auto;
}

.home #u_row_35 > .container > .u-row > div,
.home #u_row_14 > .container > .u-row > div
{
    background-size: cover !important;
    margin: 10px;
    max-width: 350px !important;
}

@media screen and (max-width: 320px) {
  .home #u_row_35 > .container > .u-row > div,
  .home #u_row_14 > .container > .u-row > div
  {
    max-width: 300px !important;
  }
}

.home #u_row_35 #u_column_55 {
    background: url("https://images.unlayer.com/projects/5192/1656361561120-home-services-1.jpg") no-repeat center;
}
.home #u_row_35 #u_column_56 {
    background: url("https://images.unlayer.com/projects/5192/1656361588008-home-services-2.jpg") no-repeat center;
}
.home #u_row_35 #u_column_57 {
    background: url("https://images.unlayer.com/projects/5192/1656361611658-home-services-3.jpg") no-repeat center;
}
.home #u_row_35 #u_column_62 {
    background: url("https://assets.unlayer.com/projects/5192/1657733268858-glass1.jpg") no-repeat center;
}


.home #u_row_35 #u_column_55 .u_content_text, .home #u_row_35 #u_column_56 .u_content_text, .home #u_row_35 #u_column_57 .u_content_text,
.home #u_row_35 #u_column_62 .u_content_text, .home #u_row_14 #u_column_26 .u_content_text, .home #u_row_14 #u_column_27 .u_content_text  {
    padding: 20px;
    margin: 20px;
    min-height: 235px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home #u_column_29 p, .home #u_column_30 p {
       padding: 20px;
}
.home #u_row_9, .home#u_row_10 {
    background-attachment: fixed
}
.home #u_row_35 > div > .u-row, .home #u_row_14 > div  .u-row {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

@media (max-width: 991px)
.u-row:not(.no-stack) .u-col {
    max-width: unset !important;
    flex: unset !important;
}

@media (max-width: 767px)
.u-row:not(.no-stack) .u-col {
    max-width: 350px !important;
}

/* HOMEPAGE REVIEWS == HOMEPAGE REVIEWS == HOMEPAGE REVIEWS */
.homepage-reviews-container, .reviews-container {
  display:  flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.homepage-reviews-container {
  flex-direction: column; 
}
.homepage-reviews-container h2 {
    color: #fff;
}
.reviews-container {
  width:100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center; 
}
.review {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px;
    padding: 50px 20px;
    background: rgb(238 35 53 / 65%);
    color: #fff;
    border-radius: 20px 0;
    flex: 1;
    min-width: 300px;
    max-width: 500px;
    min-height: 205px;
    flex-direction: column;
}

.review p:nth-child(2) {
    margin-top: 1em;
    font-weight: 200;
}

.review p {
  color: #fff !important; 
}

/* HOMEPAGE AMENITIES == HOMEPAGE AMENITIES == HOMEPAGE AMENITIES */
.homepage-amenities-container {
  text-align: center;
  color: #fff;
}
.homepage-amenities-container  p {
    color: #fff !important;
    font-size: 16px;
}

.amenities {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
}
.amenities-card {
    padding: 20px;
    margin: 20px;
    border-radius: 0px 10px 0px 10px;
    min-width: 155px;
}
.amenities-card p {
    color: #fff !important; 
    margin-top: 5px;
    font-weight: 700;
    margin-top: 10px;
}

#u_row_23 #u_content_text_38 {
    margin: auto;
    max-width: 750px;
}

/* HOMEPAGE GALLERY == HOMEPAGE GALLERY == HOMEPAGE GALLERY */ 
.gallery-container {
  width: 100%;
  min-height: 300px;
  position: relative;
  top: 0px;
}
.gallery-section-container {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  height: 400px;
}
.btn-before, .btn-next {
  width: 200px;
  height: 20px;
  display:flex;
  justify-content: center;
  align-items: center;
}
.gallery-header h1{
   text-align: center;
}

/* Home Page Phone Number */
.home #u_row_24 #u_content_text_39 a {
  color: var(--theme-color-main);
  font-weight: 900;
}
.home #u_row_24 #u_content_text_39 a:hover {
  color: #fff;
}

/* Appointment Button */
#u_content_custom_appointmentButton_2 input {
    padding: 20px 50px !important;
  border-radius: 20px 0 !important;
}

/** BROWSER RESIZING **/

.vehicles, .tips, .accessibility, .privacy {
    padding-top: 144px !important;
}

@media (max-width: 1250px) {
#u_content_custom_logo_1 .d-logo-box {
    text-align: center;
    position: absolute;
    left: 1em !important;
    top: 1.25em !important;
}
}

@media (max-width: 1050px) {
#u_content_custom_logo_1 .d-logo-box {
    left: 0em !important;
}
.social-icons.d-toolbar a {
    font-size: 12px !important;
}
}

@media (max-width: 991px) {
.home div#u_content_text_29 {
    padding: 20px !important;
}

.about #u_column_14 .v-col-padding.v-col-background-color.v-col-border.v-col-border-radius {
    padding: 0 !important;
}

.reviews div#u_content_text_6 {
    padding: 20px !important;
}

.reviews #u_row_11.v-row-padding {
    padding: 0px 50px !important;
}

.contact div#u_content_text_10 {
    padding: 15px !important;
}

.vehicles, .tips, .accessibility, .privacy {
    padding-top: 0 !important;
}
}