.button {
        padding: 0.5em 1.5em;
    }
    
    /* Nav Dropdowns */

.navContent ul li ul a {
    white-space: normal !important;
    overflow: visible !important;
}

@media only screen and (min-width: 768px) {
    .navContent ul li ul {
        min-width: 250px !important;
        right: auto !important; 
    }
}

.blockText h2.contentTitle, .pageTitle {
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}