html {
    font-size: 18px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    background-color: #000000;
    background-image: url(../images/Age-Verification-Background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 20px;
}

    body.nonprofit {
        background-image: url(../images/Age-Verification-Constitution-Background.jpg);
    }

@media screen and (min-width: 992px) {
    body {
        padding-top: 100px;
    }
}

@media screen and (min-width: 1200px) {
    body {
        padding-top: 200px;
    }
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a {
    color: #0077cc;
}

.underline {
    text-decoration: underline;
}

h1 {
    font-size: 30px;
    font-weight: 800;
    letter-spacing: 0.45px;
    margin-top: 1rem;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

main {
    font-family: proxima-nova, sans-serif;
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 20rem;
}

    main .site-logo-container {
        margin-bottom: 2rem;
    }

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
}

form label {
    cursor: pointer;
    font-weight: 700;
}

form input[type=checkbox] {
    cursor: pointer;
    margin-right: 10px;
}

form input[type=number] {
    color: #161616;
    height: 53px;
    width: 100%;
}

    form input[type=number]::-webkit-input-placeholder {
        color: #161616;
    }

    form input[type=number]:-moz-placeholder {
        color: #161616;
        opacity: 1;
    }

    form input[type=number]::-moz-placeholder {
        color: #161616;
        opacity: 1;
    }

    form input[type=number]:-ms-input-placeholder {
        color: #161616;
    }

    form input[type=number]::-ms-input-placeholder {
        color: #161616;
    }

    form input[type=number]::placeholder {
        color: #161616;
    }

form input[type=submit] {
    background-color: #e61b00;
    border-color: #e61b00;
    border-radius: unset;
    font-size: 14px;
    font-weight: 600;
    height: 53px;
    letter-spacing: 0.14px;
    margin-top: 2rem;
    text-transform: uppercase;
    width: 100%;
}

    form input[type=submit].btn-primary {
        background-color: #e61b00;
        border-color: #e61b00;
    }
