﻿#ageGate2 h2 {
    font-size: 2.5rem;
    font-family: 'FinancierDisplay-Bold';
    text-align: center;
    line-height: 1.1;
    font-style: normal;
    font-weight: 400;
    color: inherit;
    text-rendering: optimizeLegibility;
    margin-top: 0;
    margin-bottom: .5rem;
}

#ageGate2 p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1.6;
    text-rendering: optimizeLegibility;
    color: #0a0a0a;
    margin-bottom: 1rem;
    text-rendering: optimizeLegibility;
}


#ageGate2 a,
#ageGate2 a:hover,
#ageGate2 a:visited {
    color: #000;
    text-decoration: underline;
    font-size: 0.75rem;
    line-height: 1.6;
    text-decoration-color: #AA8B2E;
}


#ageGate2 .button,
#ageGate2 .button,
#ageGate2 .button:hover,
#ageGate2 .button:visited {
    background: #000;
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 0.875rem;
    width: 100% !important;
    margin-bottom: 0;
    color: white;
    letter-spacing: normal;
}

#ageGate2 .button:hover {
    background: #000;
    border-color: #000;
    color: white;
}

#ageGate2.reveal {
    padding: 30px 16px;
}

/* Medium and up */
@media screen and (min-width: 40em) {

    #ageGate2 p {
        color: #0a0a0a;
        font-weight: 400;
        font-size: 0.875rem !important;
        font-family: 'Montserrat';
        margin-bottom: 1rem;
        font-size: inherit;
        line-height: 1.6;
        text-rendering: optimizeLegibility;
    }

    #ageGate2.reveal {
        width: 640px;
        padding: 50px;
    }

    #ageGate2.reveal .button-group {
        max-width: 350px;
        margin: 20px 0 0;
    }

}