/* content title font sizes sitewide*/
.primaryAndSecondaryContent .contentTitle { 
    font-size: 145%; 
}  
.contentTitle {
 padding-bottom: 0.7em; 
}
@media only screen and (max-width: 1024px) {
    .primaryAndSecondaryContainer .contentTitle {
        font-size: 120% !important;
    }
}


@media only screen and (max-width: 480px) {
    .primaryAndSecondaryContainer .contentTitle {
        font-size: 100% !important;
    }
}





/* this is the background color of the content */
.primaryAndSecondaryContent { 
    background-color: rgba(242,227,209,0.75);
    padding: 3%;
}



/* contact page map*/
.block_cc4d5d686e7d4309a519b55e8b5a4c7d .contentImg { max-width: 72%; }


/* footer spacecraft credit to not be underlined */
.scCredit span {
text-decoration: none;
}

