* {
    font-family: "Roboto", sans-serif;
}

.berkshire-swash-regular {
    font-family: "Berkshire Swash", serif;
}


nav.navbar  {
    background-image: url('/images/header-bg.jpg');
    background-position: bottom;
    background-size: cover;
}
.nav-item .nav-link {
    color: #fff;
    font-size: 20.5px;
}

.nav-item {
    padding-left: 20px;
    padding-right: 20px;
}

.nav-item.active {
    background-color: #fdbb00;
    border-radius: 999px;
}
.nav-item.active .nav-link {
    color: #333;
    font-weight: 600;
}


footer {
    background-color: #fdbb00;
}

footer p {
    font-weight: 600;
}

footer h6 {
    font-weight: 1000;
    font-size: 17px;
}

footer a.nav-link {
    font-weight: 600;
}

footer label {
    font-weight: 500;
}

footer a.btn {
    background-color: #38247b !important;
    font-weight: 600;
    color: #fff !important;
    font-size: 17.5px !important;
    padding: 10px 50px 10px 50px !important;
}


.ticket-bg {
    background-color: #38247b;
}

.yelo-bg {
    background-color: #fdbb00 !important;
}

.tickets h1 {
    font-size: 50px;
}

table td {
    white-space: inherit;
}
table .ticket-container {
    display: block;
    position: relative;
    margin-bottom: 25px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

table .ticket-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

table .ticket-container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
}

table .ticket-container:hover input ~ .checkmark {
    background-color: #fdbb00;
}

table .ticket-container input:checked ~ .checkmark {
    background-color: #fdbb00;
}

table .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

table .ticket-container input:checked ~ .checkmark:after {
    display: block;
}

table .ticket-container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.tickets button {
    background-color: #fdbb00 !important;
    font-weight: 600;
    color: #333 !important;
    font-size: 17.5px !important;
    border-radius: 25px !important;
    padding: 7.5px 35px 7.5px 35px !important;
}

@media(min-width: 320px)
{
    .tickets button.action-btn {
            background-color: #fdbb00 !important;
            font-weight: 600;
            color: #333 !important;
            font-size: 1rem !important;
            border-radius: 1rem !important;
            padding: 7.5px 16px !important;
            /* Corrected: Removed extra values */
            border: 1px solid #fff !important;
            /* Added: Correct border property */
        }

    /* This rule is less specific and will be overridden by the rule above */
    .tickets button {
        background-color: #fdbb00 !important;
        font-weight: 600;
        color: #333 !important;
        font-size: 6.5px !important;
        border-radius: 2px !important;
        padding: 7.5px 5px 7.5px 5px !important;
    }
}

@media(min-width: 768px)
{
    .tickets button {
            background-color: #fdbb00 !important;
            font-weight: 600;
            color: #333 !important;
            font-size: 6.5px !important;
            border-radius: 25px !important;
            padding: 7.5px 35px 7.5px 35px !important;
        }
}

@media(min-width: 769px) {
    .tickets button {
        background-color: #fdbb00 !important;
        font-weight: 600;
        color: #333 !important;
        font-size: 12.5px !important;
        border-radius: 25px !important;
        padding: 7.5px 35px 7.5px 35px !important;
    }
}
