
.indexCenteredContent{
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    text-align: center;
    background-color: #ffffff;
}

.indexCenteredContent1{
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;
    display: none;
    
}
.indexLogo{
    position: relative;
    display: none;
    width: 90%;
    height: 100px;
}

#nameLogo{
    position: relative;
    font-family: sans-serif;
    font-size: 60px;
    margin-left: 10px;
    color: #ffb600;
}
.indexButtons{
    position: relative;
    width: 32%;
    height: 25px;
    display: inline-block;
    padding-top: 15px;
    margin-bottom: 5px;
    background-color: black;
    color: white;
    font-size: x-large;
    font-weight: 600;
}
.indexButtons:hover{
    color: #31b0d5;
    font-weight: 700;
}



@media only screen and (max-width: 799px) {
     #nameLogo{
        font-size: 50px;
    }
}


@media screen and (max-width:479px){
 
    #nameLogo{
        font-size: 44px;
    }

}


.colorBlueBackground{
    background-color: #00aaff;
}

.colorText1{
   color: #ff9100;
}

.colorText2{
    color: #ffffff;
}
