*{
    margin: 0;
    padding: 0;

}

body{
    background: url('./img/silver-bg.jpg') no-repeat;
    background-size: cover;
    
}


/*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(255, 255, 255);
    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;
}


/* Header Section*/

.header-container{
    display: grid;
    padding: 20px;
    height: 200px;
    background: linear-gradient(-45deg,#1b1a1b, #868584,#252421);
    text-align: center;
    border-bottom: 2px solid goldenrod;
    overflow: hidden;
}

.short-head h2{
    padding: 80px 0;
    font-size: 60px;
}


/*About Section*/ 

.about-sponsors-div{
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: 5%;
    position: relative;

}

.about{
    margin: 40px;
    padding: 40px;
    background: linear-gradient(-45deg,#1b1a1b, #868584,#252421);
    border: 4px solid goldenrod;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .8);

}

.about h2{
    color: white;

}

.howto h2{
    color: white;
}

.howto{
    margin: 40px;
    padding: 40px;
    border: 4px solid goldenrod;
    background: linear-gradient(-45deg,#1b1a1b, #868584,#252421);
    box-shadow: 0 10px 10px rgba(0, 0, 0, .8);


}


/* Sponsors Tier Section */



.sponsors-div{
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: center;
    margin: 0px;
    padding: 20px;
}

.sponsors-tier1{
position: relative;
background: linear-gradient(-45deg,#1b1a1b, #ffb145,#66625b);
grid-column: 1/3;
margin: 10px 40px;
height: 150px;
border-radius: 8px;
box-shadow: 0 10px 10px rgba(0, 0, 0, .8);
}

.sponsors-tier1 h2{
    border-radius: 8px 8px 0 0 ;
    color: white;
}

.sponsors-tier2{
    position: relative;
    background: linear-gradient(-45deg,#1b1a1b, #868584,#252421);
    grid-column: 1/3;
    margin: 10px 40px;
    height: 150px;
    border-radius: 8px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .8);
    }

    .sponsors-tier2 h2{
        border-radius: 8px 8px 0 0 ;
        color: black;
    }



    .sponsors-tier3{
        position: relative;
        background: linear-gradient(-45deg,#1b1a1b, #9c552c,#66625b);
        grid-column: 1/3;
        margin: 10px 40px;
        height: 150px;
        border-radius: 8px;
        box-shadow: 0 10px 10px rgba(0, 0, 0, .8);
        }
    
        .sponsors-tier3 h2{
            border-radius: 8px 8px 0 0 ;
            color: black;
        }
    
    




        /* 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{
    position: relative;
    bottom: 0px;
    z-index: 501;
    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;
}



/* 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%;
    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;
}

/*About Section*/ 

.about-sponsors-div{
    display: grid;
    grid-template-columns: 1fr;
    height: 5%;
    position: relative;

}

.about{
    margin: 40px;
    padding: 40px;
    background: linear-gradient(-45deg,#1b1a1b, #868584,#252421);
    border: 4px solid goldenrod;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .8);

}

.about h2{
    color: white;

}

.howto h2{
    color: white;
}

.howto{
    margin: 40px;
    padding: 40px;
    border: 4px solid goldenrod;
    background: linear-gradient(-45deg,#1b1a1b, #868584,#252421);
    box-shadow: 0 10px 10px rgba(0, 0, 0, .8);


}


}