
body{ 
    background-color: white;
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    font-size: 11pt;
}

.splash{
    height: 100%;
    width: 100%;
    text-align: center;
}


.splashImg{
    margin-top: 222px;
    width: 75%;
    max-width: 787px;
}

.content{
}


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


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

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

@media only screen and (max-width: 660px) {
    body{
        font-size: 7pt;
    }
}

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


/*TEST*/

/**/
