*{
    margin: 0px;
    padding: 0px;
}

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;

}


/*Navigation*/
.main-nav{
    position: absolute;
    float: right;
    list-style-type: none;
    margin-top: 30px;
    margin-left: 20px;
    z-index: 12;
}

.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 rgb(255, 251, 240);

}


.main-nav li a:hover{
    border: 1px solid rgb(255, 251, 240);
    color: black;
}

/*Short Header */

.container{
    width: 100%;
    text-align: center;
    margin: auto;
    z-index: 200;
}

.short-header{
display:  flex;
height: 20vh;
align-items: center;
color: white;
overflow: hidden;
}

.short-header video{
    width: 100vw
}
.header-content{
    z-index: 2;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 8vh;
    bottom: 0;
  }

  .header-overlay{
    
        height: 20vh;
        width: 100vw;
        position: absolute;
        top: 0;
        left: 0;
        background: rgb(255, 196, 0);
        z-index: 1;
        opacity: 0.85;
    
    }

  

.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;
}

.bracket iframe{
    width: 100%;
    z-index: 162;
    position: relative;

}

.bracket {
    height: 1200px;
    width: 100%;
    overflow: hidden;
}

.cover-title{
    display: grid;
    grid-template-columns: 1fr 1fr;
    background:linear-gradient(to bottom, rgb(223, 183, 26), rgb(255, 211, 68));
    position: absolute;
    top: 660px;
    width: 100%;
    height: 135px;
    overflow: hidden;
    z-index: 251;
}

.cover-title .title-info h1{
    font-size: 40px;
    font-weight: 700px;


}

.cover-title .title-signups a{
    position: relative;
    padding: 15px;
    text-align: center;
    font-size: 30px;
    top: 25%;
    text-decoration: none;
    margin: 10px;
}
.btn{
    border: 2px solid white;
    color: #262626;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}

.title-signups .btn:hover {
    border: 2px solid goldenrod;
    background: #262626;
    color: white;
}



.twitch-tv iframe{
    height:600px ;
    background: purple;
    overflow: hidden;
}

.twitch-tv{
    display: flex;
    overflow: hidden;
    background: url('./img/silver-bg.jpg');
    background-size: cover;
}

.twitch-left{
    margin: 0px;
    padding: 0px;
    width: 50%;
    position: relative;
    
 

}

.twitch-tv .twitch-right {
    background: blue;
    width: 30%;
 
  
}

.stream-info{
    width: 20%;
    overflow: hidden;
    z-index: 150;

}

.stream-info .tourney-header{
    background:linear-gradient(to top, rgb(47, 48, 49), rgb(20, 20, 20));
    height: 60px;
    width: 100%;
    overflow: hidden;
}
.stream-info .tourney-header h2{
    text-align: center;
    padding-top: 20px;
    color: white;
}

.tourney-commands{
    overflow: hidden;
    font-size: 20px;
    color: white;
}

.stream-info .tourney-commands ul{
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    z-index: 5;
    text-align: center;
    right: 1rem;
}

.stream-info .tourney-commands ul li{
    border: 1px solid rgb(240, 240, 248);
    margin: 5px;
    color: rgb(255, 208, 0);
    font-size: 20px;

    background: linear-gradient(to bottom, rgb(53, 51, 47), rgb(19, 18, 16));
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);


}

 .signup-cmd-infof a:hover {
     display:block !important;
  
}





/*begin of Footer*/

.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{
    position: relative;
    top: 20px;
    padding-left: 10%;
    color: white;
    font-size: 0.7em;
    text-transform: capitalize;
    letter-spacing: 1px;
}



.div1{
    position: absolute;
    height: 20vh;
    width: 100%;
    z-index: 50;
    overflow: hidden;

}

.div1 img{
    width: 100%;
}


#hidden_info{
    z-index: 100;
    display: none;
}

/* Hidden Info Section */
#signup_btn{
    cursor: pointer;
}


#signup_cmd{
    position: relative;
    width: 100%;
    height: 400px;
    color: #262626;
    overflow: hidden;
    
}


#signup_cmd p{
    padding: 0 40px;

}

#signup_cmd img{
    height: 250px;
    
}

#ck_btn{
    cursor: pointer;
}


#ck_cmd{
    position: relative;
    width: 100%;
    height: 400px;
    color: #262626;
    overflow: hidden;
    
}


#ck_cmd p{
    padding: 0 40px;

}


#ck_cmd img{
    height: 250px;
    
}

#mr_btn{
    cursor: pointer;
}


#mr_cmd{
    position: relative;
    width: 100%;
    height: 400px;
    color: #262626;
    overflow: hidden;
    
}


#mr_cmd p{
    padding: 0 40px;

}


#mr_cmd img{
    height: 250px;
    
}

#sl_btn{
    cursor: pointer;
}


#sl_cmd{
    position: relative;
    width: 100%;
    height: 400px;
    color: #262626;
    overflow: hidden;
    
}


#sl_cmd p{
    padding: 0 40px;

}


#sl_cmd img{
    height: 250px;
    
}

#sp_btn{
    cursor: pointer;
}


#sp_cmd{
    position: relative;
    width: 100%;
    height: 400px;
    color: #262626;
    overflow: hidden;
    
}


#sp_cmd p{
    padding: 0 40px;

}


#sp_cmd img{
    height: 250px;
    
}


#nnid_btn{
    cursor: pointer;
}


#nnid_cmd{
    position: relative;
    width: 100%;
    height: 400px;
    color: #262626;
    overflow: hidden;
    
}


#nnid_cmd p{
    padding: 0 40px;

}


#nnid_cmd img{
    height: 250px;
    
}


/* Keyframes for Mobile*/
@media screen and (max-width:760px){

    *body{
        width: 720px;
    }


    .cover-title{
        display: grid;
        grid-template-columns: 60%  40%;
        background:linear-gradient(to bottom, rgb(223, 183, 26), rgb(255, 211, 68));
        position: absolute;
        top: 660px;
        width: 100%;
        height: 135px;
        overflow: hidden;
        z-index: 251;
    }
    
    .cover-title .title-info h1{
        font-size: 30px;
        font-weight: 700px;
    
    
    }
    
    .cover-title .title-signups a{
        display: grid;
        position: relative;
        padding: 15px;
        text-align: center;
        font-size: 10px;
        top: 2%;
        text-decoration: none;
        margin: 10px;
    }
    .btn{
        border: 2px solid white;
        color: #262626;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    
    }
    
    .title-signups .btn:hover {
        border: 2px solid goldenrod;
        background: #262626;
        color: white;
    }
    
    
    
    .twitch-tv iframe{
        height:400px ;
        overflow: hidden;
        
    }
    
    .twitch-tv{
        display: grid;
        grid-template-columns: 1fr;
        overflow: hidden;
        background: url('./img/silver-bg.jpg');
        background-size: cover;
        height: auto;
    }
    
    .twitch-left iframe{
        padding: 0px;
        width: 100vw;
        position: relative;
        margin: 0px;
        
     
    
    }
    
    .twitch-tv .twitch-right iframe{
      height: 200px;
        width: 100vw;
        
     
      
    }

     .stream-info{
        position: relative;
        height: 200px;
        width: 100%;
        overflow: hidden;
        z-index: 550;
    
    }
    
    .stream-info .tourney-header{
        background:linear-gradient(to top, rgb(47, 48, 49), rgb(20, 20, 20));
        height: 60px;
        width: 100%;
        overflow: hidden;
    }
    .stream-info .tourney-header h2{
        text-align: center;
        padding-top: 20px;
        color: white;
    }
    
    .tourney-commands{
        overflow: hidden;
        font-size: 20px;
        color: white;
    }
    
    .stream-info .tourney-commands ul{
        list-style: none;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        z-index: 5;
        text-align: center;
        right: 1rem;
    }
    
    .stream-info .tourney-commands ul li{
        border: 1px solid rgb(240, 240, 248);
        margin: 5px;
        color: rgb(255, 208, 0);
        font-size: 20px;
    
        background: linear-gradient(to bottom, rgb(53, 51, 47), rgb(19, 18, 16));
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    
    
    }
    
     .signup-cmd-infof a:hover {
         display:block !important;
      
    }
    

    /*Short Header */

.container{
    width: 100%;
    text-align: center;
    margin: auto;
    z-index: 200;
}

.short-header{
display:  flex;
height: 20vh;
align-items: center;
color: white;
overflow: hidden;
}

.short-header video{
    width: 100vw
}
.header-content{
    z-index: 2;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 8vh;
    bottom: 0;
  }

  .header-overlay{
    
        height: 20vh;
        width: 100vw;
        position: absolute;
        top: 0;
        left: 0;
        background: rgb(255, 196, 0);
        z-index: 1;
        opacity: 0.85;
    
    }

  

.header-content h1{
    font-size: 35px;
    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;
}


/*begin of Footer*/

.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{
    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{
    position: relative;
    top: 20px;
    padding-left: 10%;
    color: white;
    font-size: 0.7em;
    text-transform: capitalize;
    letter-spacing: 1px;
}



.main-nav{
    position: absolute;
    float: left;
    list-style-type: none;
    margin: 15px;
    z-index: 12;
}

.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: 15px;

}
}