#ageCheck {
    position: fixed;
    margin: 0;
    padding: 0;
    top : 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: var(--clr-white);
    border-radius: 0;
    z-index: 100;
    overflow-y: scroll;
}

#ageCheck .mainAgeContainer {
    margin: 0 auto;
    width: 100%;
    max-width: 750px;
    min-height: 100vh;
}

#ageCheck .ageWindow {
    margin: 0;
    padding: 0;
    width: 100%;
    z-index: 110;
}

#ageCheck .goldenBox {
    padding-bottom: 3.2rem;
}

#ageCheck .logo,
#underage .logo {

}

#ageCheck .h1 {

}

#ageCheck .largerText {

}

#ageCheck .text {
    color: var(--clr-black);
    font-weight: 400;
    margin: 0 auto 4rem auto;
}

#ageCheck .selectors {
    margin-top: 4rem;
    padding: 0;
}

#ageCheck select {
    appearance: none;
    background-color: var(--white-clr);
    border: none;
    padding: 0 0 0 0;
    padding: 2.1rem 2rem;
    margin: 0;
    width: 100%;
    color: var(--clr-black);
    font-family: 'brandon-grotesque', sans-serif;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 2.5rem;
    background-color: var(--clr-white);
    border: solid 0.2rem var(--clr-gold);
    border-radius: 0.6rem;
    text-transform: uppercase;
    text-align: left;
}

#ageCheck select::-ms-expand {
    display: none;
}

#ageCheck .select {
    display: block;
    margin: 0 auto 1.2rem auto;
    width: 90%;
    color: var(--clr-green-dark);
    font-family: 'brandon-grotesque', sans-serif;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 2.5rem;
    background-color: var(--clr-white);
    border-radius: 0.6rem;
    text-transform: uppercase;
    text-align: left;
}

#ageCheck .select::after {
    content: "";
    width: 2.6rem;
    height: 1.6rem;
    background-color: var(--blue-clr);
    clip-path: polygon(100% 0%, 0 0%, 50% 100%);
    justify-self: end;
}

#ageCheck select,
#ageCheck .select:after {
    grid-area: select;
}

#ageCheck .button {
    width: 97%;
}

#ageCheck .buttonBackground {
    margin: 0 auto 0 auto;
    width: 90%;
    transition: color 0.5s, border 0.5s;
}

#ageCheck .button.disabled {
    color: #07316799;
    border: none !important;
}