:root {
  --secondary-color: #FFE400;
  --primary-color: #0022ff;
}

body {
    overflow-x: hidden;
}

h1, h2, h3, h4, h5 {
    text-transform: uppercase;
    text-wrap: balance;
}

@media (max-width: 1350px) {
    .phone-container a, .phone-container i {
        font-size: 14px !important;
        margin-left: -1px !important;
    }
}

/** JUMBOTRON **/

.d-con-slider.slider-text {
    max-height: 600px;
}

/* HEADER SLOGAN & APPOINTMENT BUTTON */

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

@media (max-width: 480px){
header #u_row_14.v-row-padding, header #u_row_15.v-row-padding {
    padding: 10px !important;
}
header #u_row_12 {
    display: none;
}
}

.slogan-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 100px;
    max-width: 950px; 
    margin: 3em auto !important;
}
/*
.slogan-container span.title {
    color: white;
    font-size: clamp(40px, 5vw, 65px);
    font-weight: 700;
    font-family: "Ubuntu", sans-serif;
    text-transform: uppercase;
}
*/
.slogan-container span.title {
    color: white;
    font-size: clamp(40px, 5vw, 65px);
    font-weight: 700;
    font-family: "Ubuntu", sans-serif;
    text-transform: uppercase;
    -webkit-background-clip: text;
}

.slogan-container span.subtitle {
    text-transform: uppercase;
    font-size: 18px;
    color: white;
    max-width: 680px;
    margin: 0 auto;
}

.slogan-container button, #apptSubmitBtn, #Contact-btnSubmit {
    background: var(--secondary-color);
    color: black;
    font-size: 1.3rem;
    border-radius: 0;
    border: 1px solid black;
    padding: 0.75em 1.75em;
    font-family: Ubuntu, sans-serif;
    font-weight: bold;
    transition: 150ms cubic-bezier(0.57, 0.88, 0.37, 1.13);
    margin-top: 1em;
}

.slogan-container button:hover, #apptSubmitBtn:hover, #Contact-btnSubmit:hover {
    background: #000;
    color: var(--secondary-color);
    border: 1px solid var(--secondary-color);
}

@media (max-width: 1050px) {
    .top-bar-info {
        flex: 1.5 !important;
        justify-content: space-evenly;
    }

.phone-container i {
    display: none;
}
}

@media (max-width: 991px){
header div#u_row_12 {
    display: none !important;
}
}


/*------------------------------------------------------*/

/* FOOTER */

footer div#u_row_13 a:hover {
    text-decoration: underline !important;
}

footer .d-social-box {
    display: flex;
    justify-content: center;
}
footer div#u_row_11 a {
    border: 1px solid;
    padding: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer div#u_row_122 a {
    color: white !important;
}

footer div#u_row_122 a:hover {
    color: var(--secondary-color) !important;
}