html, body {
    min-height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

html {
    font-size: 62.5%;
    color: #555;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    font-family: Anaheim, sans-serif;
    z-index: 1;
}

html::after {
    pointer-events: none;
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    background: radial-gradient(circle, transparent 45%, black 150%);
}

html.bg1 {
    background-image: url('../img/bg/1.jpg');
}

html.bg2 {
    background-image: url('../img/bg/2.jpg');
}

html.bg3 {
    background-image: url('../img/bg/3.jpg');
}

html.bg4 {
    background-image: url('../img/bg/4.jpg')
}

html.bg5 {
    background-image: url('../img/bg/5.jpg')
}

html.bg6 {
    background-image: url('../img/bg/6.jpg');
}

body {
    z-index: 1;
    background: rgba(0, 0, 0, 0.2);
}

h1 {
    font-size: 3.8rem;
    font-weight: 400;
    letter-spacing: -2px;
    line-height: 1;
    margin: 0 0 2rem;
    text-align: center;
    color: #fff;
}

.frontShadow {
    text-shadow: 0 0 5px #000;
}

.cityButton {
    display: inline-block;
    color: #fff;
    border: 2px solid #fff;
    background: transparent;
    padding: 8px 24px;
    border-radius: 28px;
    font-size: 175%;
    text-decoration: none;
    text-align: center;
    transition: all 0.25s ease;
    cursor: pointer;
    margin: 10px 15px;
}

.cityButton:hover {
    border-color: #ed1c24;
    background: #ed1c24;
}

.cityButton > .date {
    display: block;
    margin-top: 2px;
    font-size: 70%;
}

.aligner {
    display: flex;
    align-items: center;
    justify-content: center;
}

.aligner.stretch {
    min-height: 100%;
}

.aligner.flexWrap {
    flex-wrap: wrap;
}

.wrap {
    border-radius: 5px;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    background: rgba(0, 0, 0, 0.40);
    text-shadow: 0 0 3px #000;
    border-radius: 4px;
    box-shadow: 0 0px 5px #000;
    position: relative;
    font-size: 14px;
    color: #fff;
}

.wrap .description {
    padding: 20px 30px;
    -webkit-flex: 2 0 0;
    flex: 2 0 0;
    min-height: 350px;
}

.wrap .description .summary {
    font-weight: bold;
}

.description {
    display: flex;
    flex-direction: column;
}

.description-body {
    flex: 1;
    line-height: 1.75;
}

.wrap .map {
    -webkit-flex: 2 0 0;
    flex: 2 0 0;
    display: flex;
    position: relative;
}

.wrap .map iframe {
    flex-grow: 1;
    border-radius: 0 5px 5px 0;
}

.wrap td {
    padding: 5px 10px;
    text-align: center;
}

.wrap tr td:first-of-type {
    text-align: left;
}

.wrap a {
    color: #ed1c24;
    text-decoration: none;
}

.top {
    align-self: flex-start;
}

.bottom {
    align-self: flex-end;
}

#map {
    z-index: 0;
}

#map, #map > iframe {
    width: 100%;
    height: 100%;
}

#map > .overlay {
    background: #fff;
    opacity: 0.2;
    z-index: 1;
}

svg {
    margin: 0 auto 2rem auto;
    display: block
}

.wrap li {
    margin: 10px 0;
}

#herotext {
    color: #ed1c24;
}

.help {
    font-size: 1.25rem;
    color: #777;
}

.alert {
    border-radius: 5px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 18px 20px 15px 20px;
    text-shadow: none;
    font-size: 1.7rem;
    margin: 7px 0;
}

.alert-success {
    background: rgba(83, 196, 76, .9);
    border: 2px solid rgba(83, 196, 76, .9);
    box-shadow: none;
    color: #fff;
}

.alert-danger {
    background: rgba(238, 32, 62, 0.9);
    border: 2px solid rgba(238, 32, 62, 0.9);
    color: #fff;
}

.alert-notice {
    background: rgba(17, 141, 240, 0.9);
    border: 2px solid rgba(17, 141, 240, 0.9);
    color: #fff;
}

.alert-warning {
    background: rgba(255, 200, 87, 0.9);
    border: 2px solid rgba(255, 200, 87, 0.9);
    color: #fff;
}

label, select, input[type="text"], input[type="tel"], input[type="email"], input[type="number"] {
    width: 100%;
    display: block;
    margin: 0 auto;
}

label {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 5px;
}

select, input[type="text"], input[type="tel"], input[type="email"], input[type="number"] {
    background: #fff;
    border: 1px solid #ddd;
    line-height: 22px;
    color: #605f66;
    padding: 4px 6px;
    font-size: 15px;
}

input[type="submit"] {
    display: block;
    margin: 15px auto;
    width: 100%;
    border: none;
    border-radius: 8px;
    color: #fff;
    font-size: 1.7rem;
    letter-spacing: 1px;
    line-height: 1.5;
    padding: 1rem 3rem;
    background: #ed1c24;
    cursor: pointer;
}

.form-row {
    margin: 20px 0;
}

.required:after {
    content: "* required";
    color: #ff0000;
    vertical-align: super;
    padding-left: 5px;
    font-size: 0.95rem;
}

.hidden {
    display: none;
}

.btn-primary {
    display: block;
    margin: 5px auto;
    border: none;
    border-radius: 8px;
    color: #fff;
    font-size: 1.7rem;
    letter-spacing: 1px;
    line-height: 1.5;
    padding: 1rem 3rem;
    background: #118df0;
    cursor: pointer;
    text-align: center;
}

.form-toggler {
    display: block;
    text-align: center;
    font-size: 1.2rem;
}

#event-name {
    font-size: 18px;
    color: #ed1c24;
    text-align: center;
}

.fldd {
    display: block;
    margin: auto;
    width: 120px;
}

.cf {
    display: block;
    margin: 30px auto 0 auto;
    width: 270px;
}

.spot-counter {
    color: #fff;
    background: #ed1c24;
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px;
    font-size: 14px;
    text-align: center;
    border-radius: 4px;

}

.spot-counter span {
    font-size: 30px;
}

p.error {
    color: #ff0000;
    font-weight: bold;
}

@media print {
    .no-print, .no-print * {
        display: none !important;
    }
}

tfoot td {
    font-weight: bold;
}

.eventTable {
    border-collapse: collapse;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    color: #fff;
    text-shadow: 0 0 3px #000;
    font-size: 16px;
}

.tableLink {
    cursor: pointer;
    transition: all 0.4s ease;
}

.tableLink:hover {
    background: #ed1c24;
    color: #fff;
}

.main {
    z-index: 1;
    margin: 50px 0;
}

.narrow .main {
    max-width: 550px;
}

.wide .main {
    max-width: 80%;
}

@media screen and (min-width: 768px) {
    .verywide .main, .reservationForm {
        width: 95%;
    }
}

@media screen and (min-width: 1280px) {
    .verywide .main, .reservationForm {
        width: 75%;
    }
}

blockquote {
    border-left: 3px solid #fff;
    padding-left: 1em;
}

.eventRow {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    width: 100%;
}

.eventDate {
    text-align: center;
}

.wrapper {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    flex-grow: 0;
    -webkit-flex-grow: 0;
}

.text-4 {
    flex-grow: 2;
    -webkit-flex-grow: 2;
}

.text-2,
.text {
    flex-grow: 1;
    -webkit-flex-grow: 1;
}

.text {
    box-sizing: border-box;
}

.text, .noEvents {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 15px 20px 15px 15px;
}

.noEvents {
    text-align: center;
}

.text {
    width: 180px;
}

.num {
    width: 80px;
    text-align: right;
}

@media all and (max-width: 1100px) {
    .text-2,
    .num-2 {
        flex-direction: column;
        -webkit-flex-direction: column;
    }

    .text-2 div,
    .num-2 div {
        flex-grow: 0;
        -webkit-flex-grow: 0;
        width: 100%;
    }

    .text-2 {
        width: 180px;
    }

    .num-2 {
        width: 80px;
    }

    .eventDate {
        text-align: left;
    }

    .slotsInfo {
        flex-direction: column;
    }

    .reserveCTA {
        margin: 10px 0;
    }

}

@media all and (max-width: 580px) {
    .text-4,
    .num-4 {
        flex-direction: column;
        -webkit-flex-direction: column;
    }

    .text-4 div,
    .num-4 div {
        flex-grow: 0;
        -webkit-flex-grow: 0;
        width: 100%;
    }

    .text-4 {
        width: 180px;
    }

    .num-4 {
        width: 80px;
    }

    .eventRow {
        flex-wrap: wrap;
        border-bottom: 2px solid rgba(255, 255, 255, 0.4);
        padding-bottom: 1.5rem;
    }
}

@media all and (max-width: 320px) {
    .table-row {
        flex-direction: column;
        -webkit-flex-direction: column;
    }

    .table-row div {
        flex-grow: 0;
        -webkit-flex-grow: 0;
        width: 100%;
    }

    .num {
        text-align: left;
    }
}

.fa {
    margin-right: 5px;
}

.slotsInfo {
    margin: 3.5rem 0 2rem 0;
    display: flex;
    flex-wrap: wrap;
}

.noFreeSlots {
    font-size: 1.85rem;
}

.freeSlots {
    font-size: 2rem;
    flex: 1 1 auto;
    text-align: center;
}

.reserveCTA {
    flex: 8 8 auto;
    text-align: center;
}

button.reserve {
    background: #ed1c24;
    color: #fff;
    border-radius: 4px;
    width: 100%;
    border: none;
    min-height: 30px;
    padding: 15px 10px;
    cursor: pointer;
    transition: all 0.3ms ease;
}

button.reserve:hover {
    background: #bf1c24;
}

.button.reserve:focus {
    outline: 0;
}

.modalBlackout {
    background: rgba(0, 0, 0, 0.7);
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.reservationForm {
    position: absolute;
    top: 2%;
    background: #fafafa;
    border-radius: 5px;
    z-index: 5;
    padding: 2rem;
}

.form-label {
    padding: 15px;
    font-size: 20px;
}

.form-fields {
    padding-left: 30px;
}

.reservationForm label {
    margin-top: 15px;
}

.closeBtn {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    font-size: 20px !important;
}

.error-field {
    color: rgba(238, 32, 62, 0.9);
}

input[type=checkbox] {
    margin-right: 5px;
}
