@font-face {
    font-family: Ciutadella W04 Medium;
    src: url('assets/Fonts/Ciutadella W04 Medium.ttf');
    font-style: normal;
}

@font-face {
    font-family: Ciutadella W04 Bold;
    src: url('assets/Fonts/Ciutadella W04 Bold.ttf');
    font-style: normal;
}

h1 {
    font-family: "Ciutadella W04 Bold" !important;
    font-size: 2em;
    padding-top: 20px;
    text-transform: uppercase;
    color: #012169 !important;
    text-align: center;
}

h2 {
    font-family: "Ciutadella W04 Bold" !important;
    font-size: 1.8em;
    padding-top: 20px;
    text-transform: uppercase;
    color: #012169 !important;
    text-align: center;
}

h3 {
    font-family: "Ciutadella W04 Bold" !important;
    font-size: 1.25em;
    padding-top: 0px;
    text-transform: none;
    color: #012169;
    text-align: center;
}

h4 {
    font-family: "Ciutadella W04 Medium" !important;
    font-size: 1.3em;
    padding-top: 0px;
    text-transform: none;
    font-weight: 100;
    color: #012169;
    text-align: center;
}

span {
    color: #012169;
    font-family: "Ciutadella W04 Bold" !important;
}

hr {
    border: none;

    /* Remove default styling */
    border-top: 2px solid #012169;

    /* Set the correct blue color */
    width: 100%;

    /* Adjust width if necessary */
    opacity: 1;
}

.btn-primary {
    font-family: "Ciutadella W04 Bold" !important;
    box-shadow: none;
    font-size: 1.4em;
    background: #007A3E;
    width: 100%;
    color: #ffffff;
    outline: none;
    padding-top: 12px;
    padding-bottom: 12px;
    text-transform: uppercase;
    border-radius: 0px;
    margin-top: 30px;
    border: none;
}

.btn-primary:focus,
.btn-primary:active:focus,
.btn-primary:hover,
.btn-primary:active {
    font-family: "Ciutadella W04 Bold" !important;
    box-shadow: none;
    background: #012169;
    width: 100%;
    color: #ffffff;
    outline: none;
    padding-top: 12px;
    padding-bottom: 12px;
    text-transform: uppercase;
    border-radius: 0px;
    border: none;
    filter: brightness(100%);
}

.input-date {
    color: #012169;
    background-color: transparent !important;
    font-size: 2rem;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    border: 2px solid #012169;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 0px !important;
}

.age-gate {
    display: block;
    align-content: center;
    box-sizing: border-box;
    padding-top: 25px;
}

.form {
    display: block;
    margin-top: 0em;
}

.age-confirmation {
    display: flex;
    justify-content: center;
    align-items: baseline;
    padding-left: 5px;
    padding-right: 5px;
}

/* Footer section */
.downtown {
    position: relative;
    padding-bottom: 0px !important;
    display: block;
}

.mobile {
    padding-bottom: 0px !important;
    position: relative;
    margin-bottom: 0px !important;
}

.desktop {
    padding: 0px;
    position: relative;
    bottom: 0px;
    z-index: 0px;
}

/* Mobile rules */
@media (max-width:992px) {
    section {
        max-height: 100vh;
        overflow-x: hidden;
    }

    .desktop {
        visibility: hidden;
        display: none;
    }

    .body-content {
        padding-bottom: 8vh;
        margin-bottom: 0vh;
    }
}

/* Desktop rules */
@media (min-width:992px) {
    section {
        min-height: 100vh;
        overflow-x: hidden;
    }

    .body-content {
        padding-bottom: 10vh;
    }

    .mobile {
        visibility: hidden;
        display: none;
    }
}

label {
    font-family: "Ciutadella W04 Bold";
    color: #012169;
    padding: 0px;
    font-size: 1.25em;
}

a {
    color: #012169 !important;
    text-decoration: underline;
}

a:hover {
    color: #012169;
}

.form-control {
    font-family: "Ciutadella W04 Medium";
    color: #012169;
    box-shadow: none;
    background: transparent;
    margin-bottom: 20px;
    border-color: #012169;
    border-radius: 0px;
    border-top-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 2px;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding: 0.05rem 0.4rem;
}

.form-control:focus {
    box-shadow: none;
    background: transparent;
    margin-bottom: 20px;
    border-top-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 2px;
    border-bottom-color: #012169;
    color: #012169;
}

::placeholder {
    color: #a8abac !important;
}

input[type="text"].form-control::-webkit-input-placeholder {
    color: #a8abac;
}

.aria-labelledby {
    color: #a8abac;
}

input#customFile.upload-file {
    display: flex;
    color: #012169;
    border-width: 13px;
    font-size: 0.8em;
    border-radius: 0px !important;
}

.form-check-input {
    border-width: 2px;
    border-color: #012169;
    border-radius: 0px !important;
}

.form-check-input:checked {
    color: #ffffff;
    background-color: #012169 !important;
    border-width: 2px;
    border-color: #012169;
    box-shadow: none;
}

.form-check-input:focus {
    box-shadow: none;
    border-color: #012169 !important;
}

input::-webkit-calendar-picker-indicator {
    display: none !important;
}

select.form-control {
    -webkit-appearance: menulist;
    font-family: "Ciutadella W04 Medium";
    color: #012169;
}

.container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

option {
    color: #012169;
    font-size: 0.9em;
}

.content {
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px !important;
}

.age-confirmation form {
    width: 100%;
}

.custom-select-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

.custom-select {
    font-family: "Ciutadella W04 Medium";
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #012169;

    /* Blue underline */
    padding: 0.05rem 0.4rem;
    font-size: 16px;
    color: #012169;

    /* Blue text */
    outline: none;
    cursor: pointer;
}

.custom-select:focus {
    outline: none;
}

/* Position the Font Awesome arrow */
.custom-select-wrapper .fa-chevron-down {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #012169;

    /* Blue arrow */
    pointer-events: none;
    font-size: 16px;
}

.enter-btn {
    margin-top: 0px;
}