.age-gate-form {
    max-width:800px;
}

.age-gate-logo-image {
    width:100px;
    margin: 1rem;
}

.age-gate-subheading {
    font-size:22px;
}

.age-gate-message {
    font-size:16px;
}

.age-gate-form label {
    display: none;
}

.age-gate-form-section {
    width:100%;
    margin: 0;
}

.age-gate-form-elements {
    display: flex;
    flex-direction: column;
}

.age-gate-form-section {
    padding: 11px 0;
}

@media (min-width: 768px) {
    .age-gate-form-elements {
    flex-direction: row;
}
.age-gate-form-section, .age-gate-region {
    padding: 0 11px;
}
}

.age-gate-form-elements, .age-gate-region {
    justify-content: space-evenly;
    margin: 1rem auto;
    width: 66%;
}

.age-gate-select {
    max-width: 100%;
}

#ag-region {
    max-width:100%;
}

input[type='submit'].age-gate-submit {
    background-color: white;
    color: #143d93;
    text-transform: capitalize;
    font-weight:500;
    border: solid 2px white;
    border-radius: 5px;
    margin-top: 1rem;
}

input[type='submit'].age-gate-submit:hover {
    background-color: transparent;
    border: solid 2px white;
    border-radius: 5px;
    color: white;
}