
body{
    padding: 0;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
}

.GSB-age {
    background: rgba(0,0,0,.7);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10000;
    display: none;
}

.GSB-age-check {
    /* background-image:url('images/twentyone.jpeg'); */
    background-repeat:no-repeat;
    width: 500px;
    height:300px;
    position: fixed;
    z-index: 100000;
    top: 50%;
    left: 50%;
    color: #fff;
    line-height: 1.5;
    transform: translate(-50%, -50%) !important;
    -webkit-box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.5 );
    box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.5 ); 
    position: absolute;
}
    
.yes-button {
    position: relative;
    background-color: green;
    color: #fff;
    font-size: 150%;
    margin: 1rem ;
    border-radius: 0.5rem;
    z-index: 100001;
}

.no-button {
    position: relative;
    background-color: red;
    color: black;
    font-size: 150%;
    margin: 1rem ;
    border-radius: 0.5rem;
    z-index: 100001;
}

.close-age-popup {
    cursor:pointer
}

@font-face {
    font-family: "SL" ;
    src: url(SoccerLeague.ttf);
}
nav {
    background: #000;
    width: 100vw;
    height: 5rem;
    position: fixed;
    top: 0;
    z-index: 11;
}
.nav_button {
    display: hidden;
}

/* change navbar styles on scroll*/
.window-scroll {
    background: #000;
    box-shadow: 0 1rem 2rem rgba(0,0,0,0.2);
}
.nav_container {
    width: 80%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}

nav button {
    display: none;
}

.nav_menu {
    display: flex;
    align-items: center;
    gap: 4rem;
}
.nav_menu li {
    list-style-type: none;
}

.nav_menu a {
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 500;
    color: #fff;
    transition: all 400ms ease;;

}

.nav_menu a:hover {
    color: blueviolet;
}
.header_img {
    width: 3rem;
    z-index: 11;
  }


.GSB { 
    text-decoration: none;
    background: transparent;
    color: #fff;
    font-family: "SL";
    font-size: 2rem;
    transition: all 400ms ease;
    letter-spacing: 1.5px;
    
}
.GSB:hover {
    color: blueviolet;
}
header {
    background: #000;
}
.header_container{
    display: grid;
    grid-template-columns: 45% 55%;
    max-height: fit-content;
}
/* video{
    position: absolute;
    width: 100%;
    height: 100%;
    scale: 1.8;
    padding-bottom: 15rem;   
    z-index: 0;
} */

.goldShovel {
    background-size: contain;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    scale: 80%;
    margin: 0, 1rem, 0, 7rem; 

}
.video_container {
    position: relative;
    overflow: hidden;
    width: 95%;
    height: 100vh;
}

.header {
    display: block;
    color: #fff;
    font-size: 500%;
    margin: 50% 5% 0 20%;
    font-family: 'Caveat', cursive;

    letter-spacing: 6px;
    line-height: 1.5;
    text-shadow: rgba(0, 0, 0, 0.7);
    z-index: 1;
}
.overlay {
    display: none;
  }
  
#ontap h1 {
    font-size: 5rem;
    text-align: center;
    margin: 5rem 7rem 1rem;
    padding-top: 3rem;
    text-shadow: rgba(0, 0, 0, 0.369);
}




/* ===== Menu =====*/
.menu {
    width: 70%;
    box-shadow: 0.5rem 1rem 1rem rgba(0,0,0,0.2);
    margin: 3rem auto 7rem;
}
.menu_container {
    display: block;
    width: 70%;
    text-align: center;
    color: rgb(58, 59, 59);
    margin: 3rem auto 7rem;
}


.menu h2 {
    text-align: center;
    font-size: 2.5rem;
    margin: 4rem 7rem 1rem;
}

.menu h4 {
    font-size: 2.2rem;
    margin-bottom: 1rem;
}
.alcohol {
    font-style: italic;
    font-size: 1rem;
    padding-left: 2rem;
}
.menu p{
    max-width: 20rem;
    margin: 0 auto 1rem;
}

/* ===== WELCOME ===== */

#welcome {
    position: relative;
    top: 5rem;
    overflow: hidden;
    height: 90vh;

}
.welcome_img {
    position: absolute;
    width: auto;
    height: 400%;
    z-index: -1;
    scale: 1.2;
    padding-bottom: 50%;

}
.welcome_message {
    box-shadow: 0 1rem 2rem rgba(0,0,0,0.7);
    background-color:rgba(0,0,0,0.1) ;
    width: 50%;
    z-index: 1;
    margin: 7% 10%;
}
.welcome_message h1 {
    color: #ffffff;
    padding: 1rem 1rem 0;
    font-size: 300%;
}

.welcome_message h4 {
    color: #ffffff;
    padding: 1rem;
    margin-bottom: 2.4rem;
    font-size: 150%;
}

/* =====ABOUT THE OWNERS===== */
.about_owners {
    position: relative;
    /* box-shadow: 0 1rem 2rem rgba(0,0,0,0.1);
    background-color:rgba(245, 241, 148, 0.1) ; */
    text-align: center;
    margin: 10rem auto -5rem;
    width: 80%;
}
.about_owners h1 {
    color: rgb(88, 88, 88);
    font-size: 2.5rem;
}

.about_owners h4 {
    color:  rgb(88, 88, 88);
    font-size: 1.5rem;
}

#owners {
    position: relative;
    top: 5rem;
    overflow: hidden;
    height: 100vh;
    align-items: center;

}
.owners_img {
    background-image: url("images/OwnersSmaller.jpg");
    background-size: contain;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    scale: 1.3;
    z-index: -1;
}



/* ===== Footer =====*/
footer {
    margin-top: 10rem;
    font-size: 1rem;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.footer_container {
   
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5rem;
}

.footer_container a {
    text-decoration: none;
    font-size: 1rem;
    transition: all 400ms ease;
    color: gray;
}
footer img {
    display: block;
    margin: 0 -5%;
    width: 20rem;
    
}

footer ul  {
    list-style: none;
    padding-left: 0;
   
}

footer ul li {
    gap: 1rem;
}

footer ul li a:hover {
    text-decoration: underline;
    color: black;
}

.footer_socials {
    display: flex;
    gap: 1rem;
    font-size: 1.2rem;
    margin-top: 2rem;
}

.footer_copyright {
    text-align: center;
    margin-top: 4rem;
    padding: 1.2rem;
    border-top: 1px solid gray;
}

@media screen and (max-width: 1200px) {

    .menu_container  {
        grid-template-columns: 1fr;
        align-items: center;
    }

}


/*========== MEDIA QUERIES (TABLETS) ==========*/
@media screen and (max-width: 1080px) {
    

    /*====== NAV BAR ======*/
    .header_img {
        width: 0rem;
        z-index: -100;
    }
    nav button {
        display: inline-block;
        background: transparent;
        font-size: 1.8rem;
        color: gray;
        cursor: pointer;
    }

    nav button#close-menu-btn {
        display: none;
    }

    .nav_menu {
        position: fixed;
        top: 1rem;
        right: 5%;
        height: fit-content;
        width: 18rem;
        flex-direction: column;
        gap: 0;
        display: none;
    }

    .nav_menu li {
        width: 100%;
        height: 5.8rem;
        animation: animateNavItems 500ms linear forwards;
        transform-origin: top;
        opacity: 0;
    }

    @keyframes animateNavItems {

        0% {
            transform: translateX()  scale(0.1);
        }
        100% {
            transform: translateX() scale(1);
            opacity: 1;
        }
    }
    .nav_menu li a {
        background: rgb(0, 0, 0);
        width: 100%;
        height: 100%;
        display: grid;
        place-items: center;
    }

    .nav_menu li a:hover {
        background: rgb(92, 90, 90);
        color: #fff;
        font-size: 200%;
    }

    .header_container{

        display: grid;
        grid-template-columns: 1fr;
        max-height: fit-content;
        align-items: center;
        background: #000;
    }
     .header {
        display: none;
    }
/* 
    video{
        position: absolute;
        width: 100%;
        height: 100%;
        scale: 1.8;
        padding-bottom: 15rem;  
        background-color: #000; 
        z-index: -1;
    } */
    .video_container{
        max-height: fit-content;
    }
    .goldShovel {
        display: block;
        max-width:100%;
        max-height:100%;
        width: auto;
        height: auto;
        margin-top: 15%;
    }
    /* .overlay {
        height: 100%;
        text-align: center;
        z-index: 10;
        width: 90%;
        display: inline-block;
        color: #fff;
        font-size: 350%;
        margin: 10% 10% 0;
        font-family: 'SL', sans-serif;
        letter-spacing: 5px;
        text-shadow: rgba(0, 0, 0, 1);
      } */
    .menu_container  {
        width: 90%;
        grid-template-columns: 1fr;
        margin-bottom: 0;
    }
   
    .menu {
        width: 100%;
        box-shadow: none;
        margin: 3rem auto 3rem;
    }
    .ontap h1{
        margin-top: 2rem;
    }

    .welcome_message {
        width: 60%;
    }
    .welcome_message h1 {
        padding: 1rem;
        font-size: 250%;
    }
    
    .welcome_message h4 {
        padding: 1rem;
        margin: 1rem 0 2.4rem;
        font-size: 125%;
    }

    /* .about_owners {
        position: relative;
        box-shadow:none;
        background-color: #fff;
        margin: 10rem auto -5remrem;
        height: max-content;
        width: 80%;
    } */
}
   
/*========== MEDIA QUERIES (PHONES) ==========*/
@media screen and (max-width: 600px) {
   
    /*========= NAV BAR =========*/

    .nav_menu {
        right: 3%;
    }
    .overlay {
        margin-top: 25%;
        font-size: 250%;
      }

    .GSB {
        font-size: 1.5rem;
    }

    
    .menu_container  {
        width: 95%;
        grid-template-columns: 1fr;
        margin-bottom: 0;
    }
 
    .menu p{
        max-width: 20rem;
    }

    .menu h2 {
        font-size: 2rem;
    }

    .menu h4 {
        font-size: 1.5rem;
        margin: 1rem 1.5rem 1rem;
    }
    
    .alcohol {
        font-size: 1rem;
        padding-left: 1rem;
    }

    #ontap h1 {
        font-size: 3rem;
        text-align: center;
        margin: 4rem auto 1rem;
    }
    .welcome_message {
        width:80%;
    }

    .footer_container {
   
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    }
    .about_owners {
        margin-bottom: -12rem;
    }

    .GSB-age {
        background: rgba(0,0,0,.7);
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 10000;
        display: none;
    }
    
    .GSB-age-check {
        /* background-image:url('images/twentyone.jpeg'); */
        background-repeat:no-repeat;
        width: 300px;
        height:300px;
        position: fixed;
        z-index: 100000;
        top: 50%;
        left: 50%;
        color: #fff;
        font-size: medium;
        line-height: 1.5;
        transform: translate(-50%, -50%) !important;
        -webkit-box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.5 );
        box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.5 ); 
        position: absolute;
    }
        
    .yes-button {
        position: relative;
        background-color: green;
        color: #fff;
        font-size: 100%;
        margin: 1rem ;
        border-radius: 0.5rem;
        z-index: 100001;
    }
    
    .no-button {
        position: relative;
        background-color: red;
        color: black;
        font-size: 100%;
        margin: 1rem ;
        border-radius: 0.5rem;
        z-index: 100001;
    }
    
    .close-age-popup {
        cursor:pointer
    }

    
    .goldShovel {
        display: block;
        max-width:100%;
        max-height:100%;
        /*width: auto;*/
        /*height: auto;*/
        margin-top: 35%;
    }

}