﻿body {
}
/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #fff;
    color: #000;
    font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana,
        sans-serif;
    overflow-x: hidden;
    text-align: center;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 650px) {
    .jumbotron {
        margin-top: 20px;
    }
    #footer {
        width: 250px;
    }

    .body-content {
        padding: 0;
    }
}
/* age chack page specific styling*/
h1 {
    color: #000;
}

h2 {
    color: #232323;
}

p {
    margin: 0;
}

#age-gate {
    text-align: center;
}

.logo {
    width: 300px;
}

#footer {
    /*   display: block;*/
    width: auto;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    font-size: small;
}

input[type="text"] {
    color: #3aad2c !important;
    background-color: #ffffff !important;
    outline: 1px solid white !important;
    font-family: "BrandonGrotesqueWeb-Black" !important;
    font-size: 20px !important;
    background: #99b3e0;
    padding: 16px 8px;
    border: none;
    transition: background 0.25s ease-in-out, border-color 0.25s ease-in-out;
    line-height: normal;
    text-align: center;
    width: 150px;
}

select {
    width: 340px;
    height: 70px;
    border: 3px solid #ff0000;
    padding: 3px;
    font-size: 20px;
    border-radius: 20px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.age-gate-notice {
    width: 28em;
    text-align: center;
    margin: auto;
    font-size: 20px;
    font-weight: bold;
}

.age-gate-submit {
    opacity: 1!important;
    background-color: #3AAD2C !important;
    border: solid 2px white!important;
    font-family: 'BrandonGrotesqueWeb-Black'!important;
    font-size: 22px !important;
    color: #fff;
    padding: 8px 0px;
    margin-top: 25px;
    width: 190px;
}

.age-gate-submit:hover {
    cursor: pointer;
}
