/*STYLES FOR 'ON THE WRONG SIDE!'  CONTACT.*/

/*TOP BANNER*/
/*The style and position of the large title on the banner .*/
.titleonbanner {
    max-width: 782px; /*Accommodates all iPhones.*/
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 30px;
    padding-bottom: 40px;
    text-align: center;
    font-weight: bold;
    font-size: 28pt;
    font-family: Garamond, "Times New Roman", serif;
    color: white;
}

/*CONTENT*/

/*The styles and positions for the contact section.*/
.contact{
    padding-top:0px;
    max-width:1200px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 12pt;
    color: black;
    text-align:center;
}


/*The 'Contact' link.*/
.contact-link{
    padding-top: 28px;
    padding-bottom: 28px; /*Determines the overlap of the bottom banner.*/
}

@media screen and (min-width: 1000px){
    .contact{font-size: 18pt}
}

