body {
    background-color: rgb(216, 216, 216) !important;
    background-image: none;
}

@media only screen and (max-width: 768px) {
    h1 {
        padding-top: 30px !important;
    }

}

* {
    background: no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}

#introtext {
    text-align: center;
}

h4 {
    margin-top: 25px !important;
    padding-bottom: 25px !important;
    padding-top: 5px !important;
}

@media only screen and (max-width: 990px) {
    h3 {
        padding: 30px;
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }

    #index {
        padding: 0px !important;
    }
}





#bronzeoverlay .row {
    margin: 0px !important;
    padding: 0px;
    min-height: 100px;
}

#bronzebackground,
#goldoverlay,
#platinumoverlay,
#otheroverlay,
#grandchampoverlay,
#diamondoverlay,
#champoverlay,
#ssloverlay,
#bronzeoverlay {
    overflow: hidden;
    position: relative;
    padding: 0px;
}

#bronzecolor {
    background-color: rgba(191, 93, 32, 0.8);
}

#goldbackground {
    background-color: rgba(205, 167, 44, 0.8);
}

/*--------------*/

#platinumbackground {
    background-color: rgba(0, 130, 159, 0.8);
}

/*------------------*/

#diamondbackground {
    background: rgba(0, 77, 232, 0.8);
}

/*---------------------*/

#champbackground {
    background: rgba(146, 20, 205, 0.8);
}

/*----------------------*/

#grandchampbackground {
    background: rgba(190, 0, 0, 0.8);
}

#sslbackground {
    background: rgba(20, 20, 20, 0.8);
}



#otherbackground {
    background-color: rgba(97, 97, 97, 0.5);
}

@media only screen and (min-width: 768px) {
    body {
        background: url("../Assets/Background/background.png") no-repeat center center fixed;
        background-size: cover;
        background-position: center;
    }
}