
body{ 
    background-color: white;
    font-family: Arial, Helvetica, sans-serif;
    color: #4076bb;
}

.splash{
    text-align: center;
    margin: 0 auto;
    padding-top: 40px;
}


.splashImg{
    width: 50%;
}


.taglineImg{
    display: block;
    text-align: center;
    margin: 0 auto;
    padding-top: 10px;
    max-width: 350px;
    width: 35%;
}


.content{
    text-align: center;
    padding-top: 101px;
}

.flavor{
    display: inline-block;
    text-align: center;
    padding: 15px;
}


.footer{
    position: absolute;
    bottom: 1%;
    width: 100%;
    text-align: center;
    padding-top: 20px;
}

.contact{
    max-width: 90px;
}

@media only screen and (max-width: 1150px) {

    .flavor{
        width: 21%;
    }
    .flavor_img{
        width: 100%;
        max-width: 250px;
    }

}

@media only screen and (max-width: 860px) {
    
    .content{
        padding-top: 26px;
    }
    .flavor{
        width: 45%;
    }
    .flavor_img{
        width: 100%;
    }
    .footer{
        position: relative;
    }

}

@media only screen and (max-width: 660px) {
    
    .taglineImg{
        width: 69%;
    }
    .splash{
        top: 40%;
    }
    .splashImg{
        width: 90%;
    }

}

@media only screen and (max-width: 600px) {
    
    .footer{
        max-width: 95%;
    }
    .contact{
        max-width: 90px;
    }
    
}


/*TEST*/

/**/
