.container {
    max-width: 1000px;
    margin: 20px auto;
    padding: 0 20px;
}

.logo {
    margin: 0 auto;
    max-width: 95%;
}

@media screen and (min-width: 700px) {
    .logo {
        max-width: 80%;
    }
}

.banner {
    margin: 0 -50px;
    background-image: url('assets/banner.jpeg');
    background-size: cover;
    background-position-y: 30%;
    box-shadow: 0 0 8px 8px white inset;
    max-width: calc(100% + 100px);
    height: 200px;
}

h1, 
h2, 
p, 
button, 
a,
form {
    font-family: Helvetica, sans-serif;
}

h1 {
    font-size: 1.6em;
    text-align: center;
    margin: 1em 0 .5em;
    font-weight: normal;
}

@media screen and (min-width: 700px) {
    h1 {
        font-size: 2em;
    }
}

h2 {
    text-align: center;
    margin: 1em 0;
}

.logo img {
    max-width: 100%;
}

.btn-set {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 10px;
    margin: 2rem auto;
}

.btn-set_numbers {
    max-width: 40rem;
}

.btn-set .btn-wrapper {
    flex-basis: 30%;
    text-align: center;
}

.btn-set .btn-num,
.btn-redeem {
    background: white;
    border: 3px solid black;
    border-radius: 50%;
    height: 5rem;
    width: 5rem;
    text-align: center;
    font-weight: normal;
    font-size: 1.6em;
}

.btn-redeem {
    text-align: center;
    width: 10rem;
    border-radius: 10px;
    height: 4rem;
}

.btn-redeem:hover,
.btn-redeem:focus {
    background-color: #000;
    color: #fff;
}

.hidden {
    display: none;
}

.btn-set .btn-num.active {
    background-color: black;
    color: white;
}

.btn-num:hover,
.btn-num:focus {
    border-color: #0275b4;
    color: #0275b4;
}

.btn-num.active:hover,
.btn-num.active:focus {
    border-color: #0275b4;
    background-color: #0275b4;
}

.btn-set_dd {
    margin: .5rem 0;
    text-align: center;
}

.btn-wrapper_dd {
    margin: 1rem 0;
}

.btn-wrapper_dd .btn {
    text-align: center;
    color: white;
    border: none;
    padding: .5rem 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    border-radius: 10px;
}

.btn-wrapper_dd .btn .icon {
    margin-right: 10px;
}

.btn-wrapper_dd .btn-dd {
    background-color: #61ce70;
}

.btn-wrapper_dd .btn-stamp {
    background-color: #0275b4;
    padding: 1rem;
}

.booking {
    text-align: center;
    max-width: 767px;
}

/* Responsive iFrame */
.responsive-iframe-container {
    position: relative;
    padding-bottom: 100%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    width: 100%;
 }

 .responsive-iframe-container iframe,   
 .vresponsive-iframe-container object,  
 .vresponsive-iframe-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
 }
 
 nav .icon {
    margin-right: 5px;
}

.ad2hs-prompt {
    background-color: rgb(59, 134, 196); /* Blue */
    border: none;
    display: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;

    position: fixed;
    margin: 0 1rem 1rem;
    left: 0;
    right: 0;
    bottom: 0;
    width: calc(100% - 32px);
}

.ios-prompt {
    background-color: #fcfcfc;
    border: 1px solid #666;
    display: none;
    padding: 0.8rem 1rem 0 0.5rem;
    text-decoration: none;
    font-size: 16px;
    color: #555;

    position: fixed;
    margin: 0 auto 1rem;
    left: 1rem;
    right: 1rem;
    bottom: 0;
}

.nav-home a,
.btn-resubmit,
input[type=submit] {
    border-radius: 5px;
    padding: .5rem 1rem;
    margin: 1rem 0;
    background: #0275b4;
    color: white;
    font-size: 18px;
    border: 3px solid #0275b4;
}

.nav-home a:focus,
.nav-home a:hover,
.btn-resubmit:focus,
.btn-resubmit:hover,
input[type=submit]:focus,
input[type=submit]:hover {
    background: #F6FCFE;
    color: #0275b4;
}

.nav-home a {
    text-decoration: none;
    display: block;
}

.icon img {
    display: inline-block;
    height: 1rem;
    fill: #fff;
}

.form-email {
    margin: 2rem auto 0;
    max-width: 30rem;
    padding: 2rem;
    background: #F6FCFE;
    border: 3px solid #0275b4;
    border-radius: 5px;
}

.form-email p {
    margin-top: 0;
    font-size: 20px;
}

.form-email input,
.form-email label {
    display: block;
}

.form-email label {
    color: #0275b4;
    font-size: 18px;
    font-weight: bold;
    margin-top: 2.4rem;
}

.form-email input[type=email] {
    border: 2px solid #0275b4;
    padding: .7rem;
    margin-top: .5rem;
    width: 25rem;
    max-width: 90%;
    border-radius: 5px;
    font-size: 1.2rem;
}

.form-email input[type=email]:focus,
.form-email input[type=email]:hover {
    border-width: 5px;
    margin-bottom: -5px;
}

.form-email input[type=submit] {
    margin-top: 1.5rem;
}

.btn-resubmit .icon svg,
.nav-home a .icon svg{
    fill: #fff;
    height: 20px;
}

.btn-resubmit .icon svg {
    transform: rotateY(180deg);
}

.btn-resubmit:hover .icon svg,
.btn-resubmit:focus .icon svg,
.nav-home a:focus .icon svg,
.nav-home a:hover .icon svg {
    fill: #0275b4;
}

.btn-resubmit {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 3px;
}

.btn-set_menu {
    justify-content: center;
}

.text-message {
    text-align: center;
    font-weight: bold;
    border: 3px solid;
    border-radius: 5px;
    padding: 11px;
    max-width: 500px;
    margin: 0 auto;
}

.text-success {
    color: green;
}

.text-error {
    color: red;
}

@media screen and (max-width: 470px) {
    .nav-home a,
    .btn-resubmit {
        margin: .1rem 0;
    }
}