/* 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; 
    }
}

/* Buttons */
.button, .navContent li .button {
    padding: 15px 30px;
}

/* Footer Styles */
.footerContainer .contentTitle {
    font-size: 20px !important;
    font-family: "playfair-display", serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 10px;
}

/* Font Import */

p, h1, h2, h3, h4, h5, h6, .pageTitle, .contentTitle, .contentTitle a {
font-family: "playfair-display", serif;
font-weight: 400;
font-style: normal;
}

.navContainer, .button, .navContent li .button, .footerContainer p {
font-family: "roboto", sans-serif;
font-weight: 300;
font-style: normal;
}