:root {
    --color-2: #fff203;
    --color: white;
    --color-3: #001e45;
    --dark-red: #8a1e05;
    --light-sea-green: #00aca2;
}

.hero-section h2 {
    color: var(--color-2);
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 12px;
    font-family: Montserrat, sans-serif;
    font-size: 4em;
    font-weight: 800;
    line-height: 1em;
}

.navbar.scrolled {
    background: #00aca2;
}

.nav-link.w--current {
    color: #8a1d05;
}

.hero-section sup a {
    font-size: 1rem;
    line-height: 1;
    height: 1rem;
    text-decoration: underline;
    color: var(--color-2);
}

.button.white._50 {
    text-align: center;
    width: 50%;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 1em;
}

.hero-section {
    background-image: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)), url('../images/stahlny_summer_hero_optimized.jpg');
    background-position: 0 0, 0 30%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    justify-content: flex-start;
    align-items: flex-end;
    height: 95vh;
    padding: 6% 5%;
    display: flex;
}

.button-teal-50 {
    background-color: var(--light-sea-green);
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    padding: 15px 30px;
    line-height: 1em;
    display: flex;
}

.button-teal-50:hover {
    background-color: var(--dark-red);
}

.hero-wrapper {
    border: 1px none var(--color);
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 80%;
    padding: 0;
    display: flex;
    position: relative;
}

.fixed-hero-buttons {
    z-index: 2000;
    justify-content: center;
    display: flex;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.hero-text {
    color: var(--color);
    text-align: left;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    font-size: 32px !important;
    font-weight: 500;
    line-height: 1.2em;
    text-shadow: none !important;
}

.text-span {
    font-weight: 800;
}

.new_h_button {
    margin-top: 25px;
    border: 1px solid #fff;
    color: var(--color-2) !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    background-color: #fff20300 !important;
    padding: 15px 25px !important;
    font-family: Montserrat, sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 1em;
}

.button:hover {
    background-color: var(--color-2) !important;
    color: var(--color-3) !important;
}

@media screen and (max-width: 991px) {
    .fixed-hero-buttons {
        flex-direction: row;
    }

    h2 {
        font-size: 4em;
    }

    .hero-section {
        background-position: 0 0, 50%;
        height: 800px;
    }

    .hero-wrapper {
        width: 100%;
    }

    .hero-text {
        font-size: 30px;
    }
}

@media screen and (max-width: 767px) {

    .button-teal-50 {
        text-align: center;
    }

    .fixed-hero-buttons {
        display: none;
    }

    h2 {
        margin-bottom: 10px;
        font-size: 3em;
    }

    .hero-section {
        height: 500px;
        padding: 5%;
    }

    .hero-text {
        font-size: 22px;
    }

    .button {
        margin-top: 20px;
    }
}

@media screen and (max-width: 479px) {

    .hero-section h2 {
        font-size: 45px;
    }

    .hero-wrapper * {
        text-align: center;
    }

    .hero-wrapper {
        justify-content: center;
        align-items: center;

    }

    .button, .button-teal-50 {
        padding-left: 20px;
        padding-right: 20px;
    }

    h2 {
        font-size: 2.5em;
    }

    .hero-section {
        background-position: 0 0, 65%;
        height: calc(100vh - 111px);
        padding-bottom: 50px;

    }

    .button {
        text-align: left;
        letter-spacing: 1px;
        margin-top: 15px;
        padding: 12px 20px;
        font-size: 14px;
    }
}
