html, body {
    padding: 0;
    margin: 0;
    background-color: #FFF;
/*
    font-family: "Arial", sans-serif;
    font-size: 20px;
*/
}

#image {
    width: 100%;
}

#content {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}

#content p {
    font-family: "Arial", sans-serif;
    font-size: 20px;
}

#sponsors {
    margin-top: 50px;
    width: 100%;
    height: 810px;
    background-color: gainsboro;
}

.sponsorItem {
    width: 80%;
    max-width: 320px;
    text-align: center;
    height: 150px;
    float: left;
    margin: 20px;
}

a.sponsorItem {display: block;}

#sponsMessage {
    margin-top: 10px;
    margin-left: 50px;
}

#formOverlay {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    background-color: #FFF;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";       /* IE 8 */
filter: alpha(opacity=97);  /* IE 5-7 */
-moz-opacity: 0.97;          /* Netscape */
-khtml-opacity: 0.97;        /* Safari 1.x */
opacity: 0.97;    
}

#formBox {
    width: 90%;
    max-width: 750px;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
}

#formClose {
    position: absolute;
    top: 40px;
    right: 40px;
    width: 25px;
    height: 25px;
    font-size: 25px;
}

.overlay-content {
      height: 100%;
      overflow-y: scroll;
}

.invis {
    display: none;
}

@media only screen and (max-width: 1100px) {
    #sponsors {
        height: 1300px;
    }
}

@media only screen and (max-width: 480px) {
    #sponsors {
        height: 2200px;
    }
}
