/* 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; 
    }
}

/* Custom Font Import - Overrides Sitewide Settings */

h1, h2, h3, h4, h5, h6, .contentTitle, .contentTitle a, .pageTitle, .button, .navContent li .button {
font-family: "rajdhani", sans-serif;
font-weight: 700;
font-style: normal;
}

.navContainer, .footerContent {
font-family: "rajdhani", sans-serif;
font-weight: 400;
font-style: normal;
}

/* Button Padding - Sitewide */

.button, .navContent li .button {
    padding: 15px 30px;
}