@import url('https://fonts.googleapis.com/css2?family=Calistoga&family=Comfortaa:wght@300;400;500;600;700&display=swap');

body {
    font-family: 'Raleway', sans-serif;
}
h1 {

}
a {
    color: inherit;
    text-decoration: underline;
}

@media (min-width: 767px) {
    .row.equal {
        display: flex;
        flex-wrap: wrap;
    }

}
.row.equal div[class*="col-"] > {
    height: 100%;
}


section.header {
    background-color: #000000;
    background-size: cover;
    background-position: center center;
    background-image: url("../img/back.jpg");
    padding: 30px 0;
}
section.tickets {
    background-color: #F1F3F4;
    padding: 30px 0;
}

footer {
    padding: 50px 0;
    background-color: #1C1C1C;
    color: #FFF;
    font-size: 12px;
    margin-top: 50px;
}

.introtext {
    color:#FFF;
    padding:25px 0;
}

@media (max-width: 768px) {

}

.btn-info {
    background-color: #246EB9;
    border-color: #246EB9;
}
.form-control, .btn {
    border-radius: 0 !important;
}

#moreInvoiceData {
    display: none;
}
a.showMoreData {
    display: inline-block;
    color: #9C0F04;
    font-weight: bold;
    margin-bottom: 10px;
    cursor: pointer;
}




.ticketCard {
    background-color: #FFF;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 15px;
}
.ticketCard .title {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.ticketCard .price {
    font-weight: bold;
    color:#9D0F06;
    font-size: 20px;
}
.ticketCard .quantity {
    width: 50%;
    margin-top: 10px;
}
.ticketCard .quantity input {
    text-align: center;
}

.paymentmethods .checkbox {
    margin:0; padding:0;
}