*{
    /* This takes away issues of marging/padding/ width/ heigh*/
    box-sizing: border-box;

}


body{
    margin: 0;
    width: 100%;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: black;
    overflow-x: hidden;

}


.video-header{
    display:  flex;
    height: 100vh;
    align-items: center;
    color: white;
}


.container{
    max-width: 960px;
    padding-left: 1rem;
    padding-right: 1rem;
    margin: auto;
    text-align: center;
}


.fullscreen-video-wrap{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;

}

.fullscreen-video-wrap video{
    min-width: 100%;
    min-height: 100%;
    z-index: -1000;
}

.header-overlay{
    height: 100vh;
    width: 100vw;
    position: absolute;
    top: 0;
    left: 0;
    background: gold;
    z-index: 1;
    opacity: 0.85;

}

.header-content{
    z-index: 2;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 40vh;
    bottom: 0;
  }


.header-content h1{
    font-size: 50px;
    margin-bottom: 0;
    color: rgb(34, 34, 34);
}


.header-content p{
    color: black;
    font-size: 1.5rem;
    display: block;
    padding-bottom: 2rem;
    max-width: 650px;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}


.btn{
    border: 4px solid white;
    color: white;
    font-size: 1.2rem;
    padding: 1rem 2rem;
    text-decoration: none;
}

.btn:hover{
    background: rgb(3, 3, 3);
    color: gold;
    font-size: 1.2rem;
    padding: 1rem 2rem;
    text-decoration: none;
    border-radius: 8px;
}


.main-nav{
    position: absolute;
    float: right;
    list-style-type: none;
    margin-top: 30px;
    z-index: 3;
}

.main-nav li{
    display: inline-block;

}

.main-nav li a{
    color:rgb(248, 248, 248);
    text-decoration: none;
    padding: 5px 20px;
    font-family: sans-serif;
    font-size: 25px;

}

.main-nav li.active a{
    border: 1px solid white;

}


.main-nav li a:hover{
    border: 1px solid white;
    color: black;
}


/*Newsletter Form*/

form{
    padding: 10px 10px;
    display: inline-block;
    background: rgb(12, 12, 11);
}


form input{
    width: 300px;
    height: 35px;
    padding-left: 10px;
    border-radius: 5px;
}

 button.sub-news {
    height: 35px;
    background: #999;
    color: #333;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid goldenrod;
    border-radius: 5px;
    transition: all 0.5s ease-in-out
}

.newsletter{
    align-items: center;
}

.newsletter p{
    position: relative;
    font-size: 20px;
    font-weight: 800;
    right: 300px;
    bottom: 15px;
    color: white;
    float: right;
}
/* Polaroid Img */

.polaroid{
    padding: 5px;
    align-items: center;
    overflow: hidden;
    width: 300px;
    height: 300px;  
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


.polaroid:hover {
        width: 300px;
        height: 300px;
        background-color: white;
        border: 3px solid goldenrod;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }


.polaroid img{
    max-width: 100%;
    max-height: 100%;
    position: relative;
    bottom: 140px;
    
  
}



.pol-container{
    text-align: center;
    padding: 10px 10px;
    display: grid;
    grid-column-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    background: linear-gradient(to bottom, rgba(41, 37, 21, 1), rgb(255, 199, 13));;
  

}

/*New Image Gallery*/

.events-row{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    background: linear-gradient(to bottom, rgb(28, 27, 26), rgb(63, 62, 60));
    width: 100%;
    height: 320px;
    
}

.events-column{
    width: 100%;
    padding: 10px;
    position: relative;
    display: inline-block;
    box-sizing: border-box;
}

.events-column img{
    display: block;
    height: 300px;
    width: 300px;
    overflow: hidden;
    border: solid 2px goldenrod;
}

.events-column-overlay{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    font-size: 20px;
    height: 100%;
    width: 100%;
    opacity: 0;
    margin: 10px auto;
    transition: .5s ease;
    background-color:black;
    padding: 20px;
    overflow: hidden;
}

.events-column-overlay video{
    opacity: 100%;
    top: 50%;
    bottom: 50%;
}

.events-column:hover .events-column-overlay{

    opacity: .9;
}

.events-overlay-text{
    color: gold;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%, -50%);
    opacity: 1;
}

.overlay1{
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.events-column:hover .overlay1{
    width: 100%;
    overflow: hidden;
}

.events-column .mobile-events{
    display: none;
    height: 55px;
  
}



/* Info Bar */

.info-bar{
    display: grid;

    position: relative;
    background:linear-gradient(to top, rgb(65, 64, 61), rgb(16, 14, 9));
     border: 1px black;
    height:70px;
    max-width: 100%;
    align-items: center;
    margin: 0;
    overflow: hidden;
}

.info-bar-bottom{
    display: grid;
    position: relative;
    background:linear-gradient(to top , rgba(41, 37, 21, 1), rgb(255, 204, 0));
    height:2px;
    max-width: 100%;
    align-items: center;
}

.info-bar h1{
   text-align: center;
    color: white;
    margin: 5px;
   top: 20px;
   font-size:40px;
}


/* */

.split-container{
    display: grid;
    text-align: center;
    padding: 0px;
    margin: 0;
    grid-template-columns: 1fr 1fr;
    background: black;
    max-height: 400px;
    width: 100%;
}

.left-split {
    text-align: center;
    background:black;
    height: 400px;
    position:  relative;
    z-index: 1;
    
    
}

.left-split-content{
    position: absolute;
    color: white;
    bottom: 8px;
    left: 16px;
    font-size: 18px;
    z-index: 2;
    text-align: left;

}

.left-split img{
    width: 100%;
    height: 400px;
 
}


.right-split{
    position: relative;
    background: black;
    height: 400px;
    max-height:100%;
}

.right-split-content{
    position: absolute;
    bottom: 8px;
    right: 16px;
    font-size: 18px;
    z-index: 2;
    text-align: right;
}


.right-split img{

    width: 100%;
    height: 400px;
    z-index: 2;
}

.right-split-content h1{
    color: rgb(255, 255, 255);
}

.right-split-content p{
    color: white;
}


/*Half Splits Overlay Work*/

.right-split-overlay{
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
    z-index: 3;
}

.right-split-overlay video{
    opacity: 100%;
}

.split-container .right-split:hover .right-split-overlay{
    bottom: 0;
    height: 100%;
    border: 3px solid goldenrod;
    box-shadow: 2px 2px 8px 2px #e2f4f8;

}

.right-split-overlay-text{
    color: goldenrod;
    font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  overflow: hidden;
}

.right-split-overlay-text h1{
    color: white;
}

/*The left Side Overlay*/

.left-split-overlay{
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    background-color: black;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
    z-index: 3;
}

.split-container .left-split:hover .left-split-overlay{
    bottom: 0;
    height: 100%;
    border: 3px solid goldenrod;
    box-shadow: 2px 2px 8px 2px #e2f4f8;
}

.left-split-overlay-text{
  color: goldenrod;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.left-split-overlay-text h1{
    color: white;
}

.left-split-overlay video{
    opacity: 100%;
}

/* Snip Card */

/* Events Columns - New Image Gallery Hover*/





/* */

.twitchtv-container{
    display: grid;
    text-align: center;
    padding: 0px 5px;
    grid-template-columns: 1fr 1fr;
    background: black;
    max-height: 400px;
    width: 100%;
}

.twitchtv-embed {
    width: 100%;
}

iframe{
    width:100%;
    position: relative;
}

/*Ranks Section*/


.ranks-div{
    display: grid;
    padding: 5px;
    grid-template-columns:1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    background:url(./img/400p-bg.png);
    grid-row-gap: 0px;
    grid-column-gap: 5px;
    
}


.rbox{
    position: relative;
    top: 20px;
    margin: 5px;
    max-height: 100%;
    width: 200px;
    height: 150px;
    background: white;
    border: 2px solid goldenrod;
}

.rbox1 {
    position: relative;
    grid-row: 1/3;
    grid-column: 1/3;
    height: 355px;
    width: 90%;
    min-width: 150px;
    background: white;
    overflow: hidden;
}

.rbox1 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.rbox img{
    position: relative;
    width: 100%;
    max-height:100%;
    object-fit: cover;
    overflow: hidden;
}


/*Start Footer*/

a{
    text-decoration: none;
    outline: none;
}


.footer-main-div{
    width: 100%;
    height: auto;
    margin: auto;
    background: #272727;
    padding: 20px 0px;
    display: inline-block;
}

.footer-social-icons{
    position: relative;
    width: 100%;
    height: auto;
    margin: auto;
    top: 20px;
}

.footer-social-icons ul{
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.footer-social-icons ul li{
    display: inline-block;
    width: 50px;
    height: 50px;
    margin: 0px 10px;
    border-radius: 100%;
    background: goldenrod;

}

.footer-social-icons ul li a{
    color: #272727;
    font-size: 25px;
    display: block;
}

.footer-social-icons ul li a i{
    line-height: 50px;
}





footer{
    width: 100%;
    margin-bottom: 0;
    display: inline-block;
    height: 100px;
    border-top: 2px goldenrod solid;
    background-color: #272727;
}

.footer-copyright{
    width: 50%;
    float: left;
    font-size: 35px;
}

.footer-copyright p{
    padding-left: 10%;
    color: white;
    font-size: 0.7em;
    text-transform: capitalize;
    letter-spacing: 1px;
}


.news-info-container{
    display: grid;
    grid-template-columns: 40% 66%;
    border-top: 4px solid goldenrod;
    background: linear-gradient(to right, rgb(19, 19, 19), rgb(111, 111, 111));


}

.event-update-img img{
    border-radius: 100%;
    padding: 20px;
}


.event-update-text h1{
    display: inline;
text-align: center;
font-size: 30px;
color: gold;
padding-left: 15%;
}


.event-update-text p{
    position: absolute;
    color: white;
    text-align: center;
    overflow: hidden;
    width: 300px;
    padding: 5px;
}
.event-update-text{
    width: 300px;
    height: 50px;
    border: solid white 2px;
    overflow: hidden;
    padding: 0;
    margin: 50px 150px
    
}

.twitch-tv{
    margin: auto 100px;
    padding: 0px;
}


.events-link-box{
    position: relative;
    z-index: 2;
    background: #fff;
    color:   black  ;
    width: 150px;
    height: 40px;
    line-height: 30px;
    border-radius: 40px;
    display: block;
    text-align: center;
    margin: 20px auto 0;
    font-size: 16px;
    border: 2px solid goldenrod;
    cursor: pointer;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .8);
    text-decoration: none;
  
}


.events-link-box:hover{
    background: #181717;
    color: white;
}

@media screen and (max-width:760px){

    *body{
        width:720px;
    }

    .events-link-box {
        bottom: 15px;
    }

    .info-bar h1{
        font-size: 20px;
        font-weight: 700;
    }
    .events-row{
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr 1fr 1fr;
        background: linear-gradient(to bottom, rgb(28, 27, 26), rgb(63, 62, 60));
        width: 100%;
        height: 300px;
        
    }


    
    .events-column{
        width: 100%;
        padding: 10px;
        position: relative;
        display: grid;
        box-sizing: border-box;
    }
    
    .events-column img{
        display: block;
        width: 400px;
        height: 50px;
        overflow: hidden;
        border: solid 2px goldenrod;
        content: hidden;
        background: white;
    
    }
    .events-column img.img1{
   display: none;
    }

    .events-column img.img2{
        display: none;
         }

         .events-column img.img3{
            display: none;
             }

             .events-column img.img4{
                display: none;
                 }
    .events-column .mobile-events{
        display: block;
        background: linear-gradient(-95deg,#5c4c2b, #ecbc1d,#524633);
        border: solid 2px  whitesmoke;
        text-align: center;
        font-size: 40px;
        font-weight: 1800;
        padding: 0;
    }

       /* Start Footer*/
a{
    text-decoration: none;
    outline: none;
}


.footer-main-div{
    width: 100%;
    height: auto;
    margin: auto;
    background: #272727;
    padding: 20px 0px;
    display: inline-block;
}

.footer-social-icons{
    position: relative;
    width: 100%;
    height: auto;
    margin: auto;
    top: 20px;
}

.footer-social-icons ul{
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.footer-social-icons ul li{
    display: inline-block;
    width: 40px;
    height:40px;
    margin: 0px 10px;
    border-radius: 100%;
    background: goldenrod;

}

.footer-social-icons ul li a{
    color: #272727;
    font-size: 25px;
    display: block;
}

.footer-social-icons ul li a i{
    line-height: 40px;
}





footer{
    position: relative;
    margin-bottom: 0px;
    bottom: 0;
    z-index: 3501;
    width: 100%;
    display: inline-block;
    height: 100px;
    border-top: 2px goldenrod solid;
    background-color: #272727;
    overflow: hidden;
}

.footer-copyright{
    width: 50%;
    float: left;
    font-size: 25px;
}

.footer-copyright p{
margin: 0;
padding: 10px;
    padding-left: 10%;
    color: white;
    font-size: 0.7em;
    text-transform: capitalize;
    letter-spacing: 1px;
}


.twitch-tv iframe{
    height: 300px;
    margin: 0;
    padding: 0;
    

}

.event-update-text{
    display: none;
}

.news-info-container{
    display: grid;
    grid-template-columns: 1fr;
    border-top: 4px solid goldenrod;
    background: linear-gradient(to right, rgb(19, 19, 19), rgb(111, 111, 111));


}

.main-nav{
    position: absolute;
    float: left;
    list-style-type: none;
    margin: 15px 0px;
    z-index: 12;
}

.main-nav li{
    display: inline-block;

}

.main-nav li a{
    color:rgb(248, 248, 248);
    text-decoration: none;
    padding: 5px 15px;
    font-family: sans-serif;
    font-size: 15px;

}


}