body {
    position: relative;
    min-height: 100vh;
}
.heading-age {
    color: #FFFFFF;
    font-family: 'Syncopate Bold', sans-serif;
    font-size: 24px;
    line-height: 28.8px;
    margin-top: 38.59px;
    margin-bottom: 24px;
}
body .img-fixed {
    height: 100vh;
    min-height: 100%;
    top: 0;
}
.age-positive, .age-negative {
    position: relative;
    font-family: visual-hollow-serif, serif;
    font-size: 153px;
}
.age {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.age-verify, body .age-verify:hover, body .age-disclaimer {
    color: #ffffff;
}
body .age-disclaimer {
    font-family: 'Syncopate Bold', sans-serif;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 45px;
}
.subheading-age {
    font-size: 27px;
    margin: 0 auto 32.38px auto;
    border: 1px solid;
    padding: 10px 0;
    max-width: 672px;
    width: 100%;
}
.subheading-age, body #check_age_error {
    font-family: 'Syncopate Bold', sans-serif;
}
body .age-footer-container {
    margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
    .eagle {
        margin-top: 0;
    }
    .heading-age {
        font-size: 1rem;
    }
    main .col-5.positive {
        text-align: right !important;
    }
    main .col-5.negative {
        text-align: left !important;
    }
    .ornament img {
        max-width: 60px;
    }
    .age-verify {
        font-size: 60px;
        min-width: 87px;
    }
    .age-positive:before {
        background-position: center left;
    }
    .subheading-age {
        font-size: 14px;
        line-height: 1.2rem;
    }
    body .age-disclaimer {
        font-size: .7rem;
        margin-bottom: 0;
        line-height: 1rem;
        padding-bottom: 45px;
    }
}