body {
    position: relative;
    min-height: 100vh;
}
.heading-age {
    color: #FFFFFF;
    font-family: 'Syncopate Bold', sans-serif;
    font-size: 16px;
    line-height: 20.8px;
    margin-top: 73.59px;
    margin-bottom: 0;
}
body .img-fixed {
    height: 100vh;
    min-height: 100%;
    top: 0;
    min-width: 100vw;
}
.age-positive, .age-negative {
    position: relative;
    font-family: "visual-hollow-serif", serif;
        font-size: 80px;
}
.age {
    display: flex;
    justify-content: space-between;
    align-items: center;    
}
.age-logo-container img {
    max-width: 140px;
}
.age-verify, body .age-verify:hover, body .age-disclaimer {
    color: #ffffff;
}
body .age-disclaimer {
    font-family: 'Syncopate Bold', sans-serif;
    font-size: 9px;
    margin-bottom: 0;
    margin-top: 45px;
}
.subheading-age {
    font-size: 12px;
    margin: 82px auto 32.38px auto;
    border: 1px solid;
    max-width: 315px;
    width: 100%;
    line-height: 3;
}
.subheading-age, body #check_age_error {
    font-family: 'Syncopate Bold', sans-serif;
        color: #FFFFFF;
}
#check_age_error {
    display: none;
    font-size: 9px;
}
body .age-footer-container {
    margin-bottom: 0;
}
.ornament img {
    max-width: 70px;
}
.age-footer-container .col-10 img {
    max-width: 180px;
}
@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;
        padding-top: 8px;
        padding-bottom: 8px;
    }
    body .age-disclaimer {
        font-size: .7rem;
        margin-bottom: 0;
        line-height: 1rem;
        padding-bottom: 45px;
    }
}
@media only screen and (min-width: 1200px) {
    main .container {
        max-width: 800px;
    }
}
@media only screen and (min-width: 410px) {
    .age {
        max-width: 280px;
    }
}
.age-verify img.esp {
    height: 64px;
}
@media only screen and (max-width: 420px) {
    .age-verify img.esp {
        height: 48px;
    }
}

@media only screen and (max-width: 767px) {
    .age-verify img.port  {
        max-height: 40px;
    }
}
@media only screen and (min-width: 768px) {
    .age-verify img.port  {
        max-height: 52px;
    }
}