html,
body {
    overflow-x: hidden;
}

header,
section {
    width: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}

main {
    background: var(--section-zero-bg);
}

.filter-dropdown {
    width: 5vmin;
}

.dropdown-menu {
    display: none;
    position: absolute;
    background: var(--primary-colour);
    min-width: 160px;
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.dropdown-item {
    color: var(--secondary-colour);
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-menu a:hover {
    background: var(--header-background);
    color: var(--secondary-colour);
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-toggle::after {
    border: none;
}

/*Section 0*/

.section-0 .row .col-md-12 {
    padding-top: 10vmin;
    font-family: var(--Jost);
    color: var(--light-black);
}

.section-0 .container .col-md-12 h6 {
    color: var(--primary-colour);
    padding: 1.5vw;
    letter-spacing: 4px;
    font-size: 1rem;
}

.section-0 .container .col-md-12 h1 {
    color: var(--brand-colour);
    font-size: 4rem;
    font-weight: bold;
    padding: 0.1em 1em 0.1em 1em;

}

.section-0 .container .col-md-12 p {
    padding: 1vmin 5vmin;
    font-size: 1rem;
}

.section-0 .container .col-md-12 button {
    background-color: var(--primary-colour);
    color: var(--secondary-colour);
    border-radius: 3px;
}

/*Section 1*/

.section-1 {
    padding: 5vmin 1vmin 10vmin 1vmin;
    width: initial;
    height: initial;
}

.section-1 .dropdown>a {
    background-color: var(--primary-colour);
    color: var(--secondary-colour);
    border-radius: 3px;
}

.section-1 .container .match-container {
    margin-top: 10vmin;
    margin-bottom: 10vmin;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section-1 .container .match-container .match-panel {
    display: flex;
    flex-direction: column;
    padding: 2vmin;
    margin: 2vmin;
    background: whitesmoke;
    border-radius: 3px;
    width: 100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}

.section-1 .container .match-container .match-panel .match-detail-items {
    display: flex;
    flex-direction: row;
}

.section-1 .container .match-container .match-panel .match-detail-items .team {
    display: flex;
    flex-direction: row;
    width: 28%;
}

.section-1 .container .match-container .match-panel .match-detail-items .team .team-name {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
}

.section-1 .container .match-container .match-panel .match-detail-items .team .team-name p {
    font-family: var(--Josefin);
    font-size: 1vw;
    width: 100%;
}

.section-1 .container .match-container .match-panel .match-detail-items .team .team-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
}

.section-1 .container .match-container .match-panel .match-detail-items .team .team-logo img {
    width: 100%;
}

.section-1 .container .match-container .match-detail-items .match-panel .team p {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
}

.section-1 .container .match-container .match-panel .match-detail-items .match-details {
    display: flex;
    flex-direction: column;
    width: 28%;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.section-1 .container .match-container .match-panel .match-details div {
    margin-top: 0.5vmin;
    margin-bottom: 0.5vmin;
}

.section-1 .container .match-container .match-panel .match-details div:first-child {
    font-family: var(--Josefin);
    font-size: 1.5vw;
    white-space: nowrap;
}

.section-1 .container .match-container .match-panel .match-details div:nth-child(2) {
    font-size: 1.5vw;
}

.section-1 .container .match-container .match-panel .match-details div:last-child {
    font-family: var(--Josefin);
    font-size: 1vw;
}

.section-1 .container .match-container .match-panel .purchase-link {
    margin-left: 5vmin;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16%;
}

.section-1 .match-container .match-panel .purchase-link button {
    background-color: var(--primary-colour) !important;
    color: var(--secondary-colour) !important;
    border-radius: 3px !important;
    font-size: 0.75rem;
    white-space: nowrap;
    text-align: center;
    font-family: var(--Josefin);
}

.section-1 .match-container .match-panel .purchase-link button a {
    color: var(--secondary-colour) !important;
}

/*TICKET PAGE*/
.section-1 .container-xl .ticket-info {
    background: whitesmoke;
    border-radius: 3px;
    padding: 5vmin 5vmin 5vmin 5vmin;
    margin-bottom: 10vmin;
    box-shadow: 0px 25px 42px rgba(31, 31, 31, 0);
    font-family: var(--Josefin);
    z-index: 1;
    min-height: 100%;
}

.section-1 .container-xl .ticket-info h1,
.section-1 .container-xl .ticket-info h2,
.section-1 .container-xl .ticket-info h3,
.section-1 .container-xl .ticket-info h4,
.section-1 .container-xl .ticket-info h5,
.section-1 .container-xl .ticket-info h6 {
    text-align: left;
    color: var(--brand-colour);
}

.section-1 .container-xl .ticket-info p {
    text-align: left;
}

/*--MEDIA QUERIES--*/

/*If the screen size is 321px or less*/
@media only screen and (max-width: 321px) {
    .section-1 .container .match-container .match-panel .match-details .match-time>span:first-child {
        font-size: 0.8rem !important;
    }

    .section-1 .container .match-container .match-panel .purchase-link {
        margin-left: 10vmin;
        width: 5%;
    }
}

/*If the screen size is 480px or less*/
@media only screen and (max-width: 480px) {

    .section-0 .container .col-md-12 h1 {
        font-size: 2rem;
        overflow-wrap: break-word;
    }

    .section-1 .match-panel>div {
        margin-left: 2px;
        margin-right: 2px;
    }

    .section-1 .match-container .team {
        flex-direction: column !important;
    }

    .section-1 .match-container .team:first-child {
        flex-direction: column-reverse !important;
    }

    .section-1 .match-container .team .team-name {
        display: none !important;
        width: 100% !important;
    }

    .section-1 .match-container .team .team-logo {
        width: 100% !important;
        height: 100% !important;
    }

    .section-1 .match-container .team .team-name p {
        margin-top: 1rem;
        font-size: 0.65rem !important;
        text-align: center;
    }

    .section-1 .match-container .match-details div:first-child {
        font-size: 0.85rem !important;
    }

    .section-1 .match-container .match-details div:nth-child(2) {
        display: flex;
        flex-direction: column;
        font-size: 0.5rem !important;
    }

    .section-1 .match-container .match-details div:last-child {
        margin-top: 1.5vmin !important;
        font-size: 0.7rem !important;
    }

    .section-1 .match-container .match-details div:nth-child(2)>span:first-child {
        font-size: 1rem !important;
    }

    .section-1 .match-container .match-details div:nth-child(2)>span:last-child {
        font-size: 0.60rem !important;
    }

    .section-1 .match-container .match-panel .purchase-link button a {
        font-size: 0.65rem;
    }

}

/*If the screen size is 596px wide but less than or = 767px*/
@media only screen and (min-width: 597px) and (max-width: 767px) {}

/*If the screen size is 640px or less*/
@media only screen and (max-width: 640px) {}

/*If the screen size is 767px or less*/
@media only screen and (max-width: 767px) {}

/*If the screen size is 768px wide or more*/
@media only screen and (min-width: 768px) {}

/*If the screen size is at least 768px wide but less than or = 996px*/
@media only screen and (min-width: 768px) and (max-width: 996px) {}

/*If the screen size is 768px wide but less than or = 1023px*/
@media only screen and (min-width: 768px) and (max-width: 1023px) {}

/*If the screen size is 996px wide or less*/
@media only screen and (max-width: 996px) {
    .section-1 .match-container .team .team-name {
        display: none !important;
        width: 100% !important;
    }
}

/*If the screen size is 1006px wide but less than or = 1366px*/
@media only screen and (min-width: 1006px) and (max-width: 1366px) {}

/*If the screen size is 1024px wide or more*/
@media only screen and (min-width: 1024px) {}

/*If the screen size is 1024px wide but less than or = 1200px*/
@media only screen and (min-width: 1024px) and (max-width: 1200px) {}

/*If the screen size is 1280px wide or less*/
@media only screen and (max-width: 1280px) {}

/*If the screen size is 1279px wide or less*/
@media only screen and (min-width: 1280px) {}

@media only screen and (min-width: 2560px) {}

@media (min-width: 996px) {
    .match-title-mobile {
        display: none !important;
    }
}