

body{
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    width: 100vw;
}


.atext{
    color: goldenrod;
}


/*Navigation*/
.main-nav{
    position: absolute;
    float: right;
    list-style-type: none;
    margin-top: 30px;
    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 */


.short-header{
display:  grid;
width: 100vw;
height:300px;
text-align: 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: 80px;
  }

  .header-overlay{
    
        height: 300px;
        width: 100vw;
        position: absolute;
        top: 0;
        left: 0;
        background: rgb(24, 23, 22);
        z-index: 1;
        opacity: 0.85;
    
    }

  

.header-content h1{
    font-size: 65px;
    color: rgb(255, 191, 14);
    text-shadow:2px 2px 6px #262626;
    top: 0;



}


.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;
}



/*Payment Container*/

.container .row{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;

}




/*section is the main body*/
section{
    width: 100%;
    box-sizing: border-box;
    padding: 0 ;
    background: url('./img/silver-bg.jpg');
    background-size: cover;


}


.card{
    position: relative;
    max-width: 300px;
    height: auto;
    background: linear-gradient(-45deg,#1b1a1b,#ffa424);
    border-radius: 15px;
    margin: 0 auto;
    padding: 40px 20px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, .8);
    transition: .5s;
    overflow: hidden;
    text-align: center;
    z-index: 20;

}

.card:hover{
    transform: scale(1.1);
}

.col-sm-4:nth-child(1) .card, .col-sm-4:nth-child(1) .card .title .fab{
    background: linear-gradient(-45deg,#1b1a1b, #9c552c,#66625b);
}

.col-sm-4:nth-child(2) .card, .col-sm-4:nth-child(2) .card .title .fab{
    background: linear-gradient(-45deg,#1b1a1b, #868584,#252421);
}

.col-sm-4:nth-child(3) .card, .col-sm-4:nth-child(3) .card .title .fab{
    background: linear-gradient(-45deg,#1b1a1b, #ffb145,#66625b);
}


.card:before {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 0;
    width:  100%;
    height: 40%;
    background: rgba(255,255,255, .1);
    z-index: 1;
    transform: skewY(-5deg) scale(1.5)

}

.title .fab{

    position: relative;
    color: #fff;
    font-size: 65px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .8);
}


.title h2{
    position: relative;
    margin: 20px 0 0 ;
    padding: 0;
    color: #fff;
    font-size: 28px;
    z-index: 2;
}

.price{
    position: relative;
    z-index: 2;
}

.price h4{
    margin: 0;
    padding: 20px 0;
    color: #fff;
    font-size: 60px;
    font-weight: 200;

}

.option{
    position: relative;
    z-index: 2;
}

.option ul{
    margin: 0;
    padding: 0;

}


.option ul li{
    margin: 0 0 10px;
    padding: 0;
    list-style: none;
    color: #fff;
    font-size: 16px;
    text-align: center;
}


.card a{
    position: relative;
    z-index: 2;
    background: #fff;
    color:   black  ;
    width: 150px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    display: block;
    text-align: center;
    margin: 20px auto 0;
    font-size: 16px;
    cursor: pointer;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .8);
    text-decoration: none;
    

}

.card a:hover{
    background: #fbba07;

}


/*Live Brack, PR, Sponsor*/
.box-div .box-row{
    display: grid;
    grid-template-columns: 40% 30% 30%;
    padding: 40px 10px;
    text-align: center;
    position: relative;
    z-index: 200;
    margin-top: -80px;
}

.live-bracket{
    position: relative;
    width: 80%;
    height: auto;
    background: linear-gradient(-45deg,#1b1a1b, #868584,#252421);
    margin: 0 auto;
    padding: 40px 20px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, .8);
    transition: .5s;
    overflow: hidden;
    text-align: center;
    border: 2px solid goldenrod;

}




.live-bracket:hover a.btn {
   visibility: visible !important;
}

.player-rankings:hover a.btn {
    visibility: visible !important;
 }
 
 .sponsors:hover a.btn {
    visibility: visible !important;
 }
 

.player-rankings{
    position: relative;
    max-width: 300px;
    height: auto;
    background: linear-gradient(-180deg,#35332b,#ffb145);
    margin: 0 auto;
    padding: 40px 20px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, .8);
    transition: .5s;
    overflow: hidden;
    text-align: center;
    border: 2px solid goldenrod;

}

.sponsors{
    position: relative;
    max-width: 300px;
    height: auto;
    background: url('./img/MMG2.png');
    background-size: cover;
    margin: 0 auto;
    padding: 40px 20px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, .8);
    transition: .5s;
    overflow: hidden;
    text-align: center;
    border: 2px solid goldenrod;

}

.sponsors h2{
    color: rgb(255, 211, 16);
    text-shadow: 2px 2px 5px #1b1a1b;
}

/* About And Schedule Info */
.stream-info-row{
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.dates ul{ 
    color: white;
    display: flex;
    list-style: none;
   
  
}

.stream-schedule h2{
    color: white;
    text-align: center;
    font-size: 40px;
    text-shadow:2px 2px 6px #262626;


}

.dates ul li{
    margin: 5px auto;
    padding: 5px 10px;
    border: 1px solid rgb(255, 174, 0);
    font-size: 26px;
    background: linear-gradient(-45deg,#1b1a1b, #868584,#252421)
    

}

.about-info{
    padding: 0 20px;
    color: white;

}

.about-info h2{
    color: #fbba07;
    font-size: 40px;
    text-shadow:2px 2px 6px #262626;

}


/*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{
    padding-left: 10%;
    color: white;
    font-size: 0.7em;
    text-transform: capitalize;
    letter-spacing: 1px;
}


/* Nes Bar Options */
.newbar-container{
    display: grid;
    background: rgba(0, 0, 0, 0.6);
    border-top: 2px solid #ffbf00;
    position: absolute;
    width: 100vw;
}

.newbar-container h2{
    
    position: relative;
    color: rgb(236, 236, 236) ;
    font-size: 35px;
    text-align: center;
    margin: 0;
    padding: 10px;
}





.btn{
    position: relative;
    z-index: 2;
    background: #fff;
    color:   black  ;
    width: 150px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    display: block;
    text-align: center;
    margin: 20px auto 0;
    font-size: 16px;
    cursor: pointer;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .8);
    text-decoration: none;
}


.btn:hover {
    background: goldenrod;
}


/* Keyframes for Mobile */

@media screen and (max-width:760px){

    *body{
        width: 720px;
    }

       /* 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;
    bottom: 0px;
    z-index: 501;
    width: 100%;
    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{
margin: 0;
padding: 10px;
    padding-left: 10%;
    color: white;
    font-size: 0.7em;
    text-transform: capitalize;
    letter-spacing: 1px;
}

/*Live Brack, PR, Sponsor*/
.box-div .box-row{
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 40px 10px;
    text-align: center;
    position: relative;
    z-index: 200;
    margin-top: -50px;
}

.live-bracket{
    position: relative;
    max-width: 80%;
    height: auto;
    background: linear-gradient(-45deg,#1b1a1b, #868584,#252421);
    margin: 0 auto;
    padding: 40px 20px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, .8);
    transition: .5s;
    overflow: hidden;
    text-align: center;
    border: 2px solid goldenrod;
    margin: 10px;

}




.live-bracket:hover a.btn {
   visibility: visible !important;
}

.player-rankings:hover a.btn {
    visibility: visible !important;
 }
 
 .sponsors:hover a.btn {
    visibility: visible !important;
 }
 

.player-rankings{
    position: relative;
    max-width: 300px;
    height: auto;
    background: linear-gradient(-180deg,#35332b,#ffb145);
    margin: 0 auto;
    padding: 40px 20px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, .8);
    transition: .5s;
    overflow: hidden;
    text-align: center;
    border: 2px solid goldenrod;
    margin: 10px;

}

.sponsors{
    position: relative;
    max-width: 300px;
    height: auto;
    background: url('./img/MMG2.png');
    background-size: cover;
    margin: 10px auto;
    padding: 40px 20px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, .8);
    transition: .5s;
    overflow: hidden;
    text-align: center;
    border: 2px solid goldenrod;
    grid-column: 1/3;

}


.short-header{
    display:  grid;
    width: 100vw;
    height:300px;
    text-align: 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: 80px;
      }
    
      .header-overlay{
        
            height: 300px;
            width: 100vw;
            position: absolute;
            top: 0;
            left: 0;
            background: rgb(24, 23, 22);
            z-index: 1;
            opacity: 0.85;
        
        }
    
      
    
    .header-content h1{
        font-size: 55px;
        color: rgb(255, 191, 14);
        text-shadow:2px 2px 6px #262626;
        top: 0;
    
    
    
    }
    
    
    .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;
    }
    
    /*Payment Container*/

.container .row{
    display: grid;
    grid-template-columns: 1fr;

}

/* About And Schedule Info */
.stream-info-row{
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.dates ul{ 
    margin: 10px;
    color: white;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 5px;
    list-style: none;
   
  
}

.stream-schedule h2{
    color: white;
    text-align: center;
    font-size: 40px;
    text-shadow:2px 2px 6px #262626;


}

.dates ul li{
    margin: 5px auto;
    padding: 5px 10px;
    border: 1px solid rgb(255, 174, 0);
    font-size: 26px;
    background: linear-gradient(-45deg,#1b1a1b, #868584,#252421)
    

}

.about-info{
    padding: 0 20px;
    color: white;

}

.about-info h2{
    color: #fbba07;
    font-size: 40px;
    text-shadow:2px 2px 6px #262626;

}

.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;

}

}