* {
    box-sizing: border-box;
}

@font-face {
    font-family: "BebasNeue-Regular";
    src: url(fonts/BebasNeue-Regular.ttf);
}

@font-face {
    font-family: "RobotoMono";
    src: url(fonts/RobotoMono-Regular.ttf);
    src: url(fonts/RobotoMono-SemiBold.ttf);
    src: url(fonts/RobotoMono-Bold.ttf);
}

body {
    margin: auto;
}

/* Makes sure the footer stays at the bottom of the page*/
main {
    min-height: calc(100vh - 57px - 280.88px);
}

.backdrop {
    display: none;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 90;
    background-color: rgba(0, 0, 0, 0.80);
}

.modal {
    display: none;
    height: auto;
    position: fixed;
    top: 2%;
    right: 2%;
    transform: translateX(10rem);
    opacity: 0;
    transition: all 0.4s ease-out;
    z-index: 100;
    background-color: white;
    border-radius: 8px;
    box-shadow: 2px 2px 1px black;
}

.fade {
    transform: translateX(0rem);
    opacity: 1;
}

#closeModal {
    display: flex;
    justify-content: flex-end;
}

#closeModal > button {
    border-style: none;
    background: none;
    overflow: hidden;
    margin-right: 0.3rem;
    margin-top: 0.3rem;

}

#closeModal > button:hover {
    border-style: solid;
    border-width: 1px;
    border-radius: 8px;
}

.modal-nav__items {
    display: flex;
    flex-direction: column;
    margin: 0 ;
    padding: 0;
    list-style: none;
}

.modal-nav__item {
    padding: 0.8rem 0.8rem;
    
}

.modal-nav__item a {
    width: 100%;
    color: rgb(0, 0, 0);
    text-decoration: none;
    font-family: bebasNeue-Regular, sans-serif;
    font-size: 1.2rem;
    vertical-align: middle;
    padding: 0.5rem 1rem;
    letter-spacing: 1px;
}

.modal-nav__item-cta a{
    background-color: yellow;
    border: 2px solid yellow;
    border-radius: 8px;
}

.modal-nav__item a:hover,
.modal-nav__item a:active {
    color: #000000;
    background-color: rgba(255, 255, 0, 0.3);
    border-radius: 8px;
}

.modal-nav__item-cta a:hover,
.modal-nav__item-cta a:active {
    background: rgb(0, 0, 0);
    color: yellow;
    border: 2px solid yellow;
    border-radius: 8px;
}

.dropdown_modal{
    position: relative;
    display: inline-block;
}

.dropdown_content{
    display: none;
    background-color: #000000b3; 
    justify-content: center;   
}

.dropdown_content a {
    display: block;
    font-family: BebasNeue-Regular;
    letter-spacing: 1px;
    text-decoration: none;
    color:rgb(255, 255, 255);
    text-align: center;
    margin: 0.5rem 0;
    font-size: 1.2rem;
}

.dropdown_content a:first-of-type{
    padding-top: 0.5rem;
}

.dropdown_content a:last-of-type{
    padding-bottom: 0.5rem;
}

.main-header {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items:center;
    width: 100%;
    background-color: rgb(255, 255, 255);
    padding: 0.5rem 1rem;
    box-shadow: inset 1px -1px 5px rgba(0, 0, 0, 0.801);
    position: sticky;
    position: -webkit-sticky; /* Safari */
    top: 0;
    z-index: 5;
}

#banner {
    width: 8rem;
    max-width: 11.5rem;
    flex-shrink: 1; 
}

.main-header__logo {
    width: 50%;
}

.main-nav__items {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}
.main-nav__item {
    display: inline-block;
    padding: 0.5rem 0.5rem;
}

.main-nav__item a {
    color: rgb(0, 0, 0);
    text-decoration: none;
    font-family: bebasNeue-Regular, sans-serif;
    font-size: 1.2rem;
    vertical-align: middle;
    padding: 0.5rem 1rem;
    letter-spacing: 1px;
}

.main-nav__item-cta a{
    background-color: yellow;
    border: 2px solid yellow;
    border-radius: 8px;
}

.main-nav__item a:hover,
.main-nav__item a:active {
    color: #000000;
    background-color: rgba(255, 255, 0, 0.3);
    border-radius: 8px;
}

.main-nav__item-cta a:hover,
.main-nav__item-cta a:active {
    background: rgb(0, 0, 0);
    color: yellow;
    border: 2px solid yellow;
    border-radius: 8px;
}

.dropdown{
    position: relative;
    display: inline-block;
}

#dropdown_container,
#dropdown_container_Club {
    display: none;
    position: absolute;
    background-color: #000000b3;
    width: 100%;
    top: 120%
}

#dropdown_container a,
#dropdown_container_Club a {
    display: block;
    font-family: BebasNeue-Regular;
    letter-spacing: 1px;
    text-decoration: none;
    color:rgb(255, 255, 255);
    text-align: center;
    margin: 0.5rem 0;
    font-size: 1.2rem;   
}

.mobile-navbar {
    display: none;
}

.mobile-navbar__container {
    vertical-align: middle;
    width: 2.5rem;
    cursor: pointer;
}

h1 {
    font-family: bebasNeue-Regular, sans-serif;
}

h2 {
    font-family: RobotoMono-SemiBold, sans-serif;
}
footer {
    background: #000000;
    width: 100%;
    padding-bottom: 2rem;
    margin-top: 0.5rem;
}

footer h1 {
    text-align: center;
    margin: 0;
    color: white;
    padding: 1rem 3rem;
}

.footer-content__titles {
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
    height: 3.1rem;
}

.inline-title {
    display: inline-block;
    font-size: 1.5rem;
}

.footer-content__items{
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
    
}

.footer-content__list {
    display: inline-block;
    font-size: 0.8rem;
}


.footer-content__list li {
    padding-bottom: 0.5rem;
    list-style: none;
}

.footer-content__list a{
    text-decoration: none;
    color: white;
    letter-spacing: 1px;
    text-align: center;
    padding: 0.3rem;
}

.footer-content__list a:hover,
.footer-content__list a:active{
    color:yellow
}

.footer-content a>img {
    width: 13%;
    vertical-align: middle;
    margin: 0px 1rem;
    padding-bottom: 0.5rem;
}

@media (max-width: 650px), (max-height: 650px) {

    main {
        min-height: calc(100vh - 76px - 164.34px);
    }
    
    .main-nav__item {
        display: none;
    }

    .mobile-navbar {
        display: inline-block;
    }

    .mobile-footer__hide {
        display: none;
    }

    .footer-content__titles{
        justify-content: center;
    }

    .footer-content__items {
       display: block;
    }

    .footer-content__list {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1rem;
        padding-left: 0;
    }

    .footer-content a>img {
        width: 22%;
        vertical-align: middle;
        margin: 0px 1rem;
        padding-bottom: 0.5rem;
    }
}