/* 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 {
    padding: 10px 30px;
}

/* Footer Styles */
.footerContainer {
    background-image: url(https://static.mywebsites360.com/e906a33833864400a3e40cd95662e35e/i/d4a45476ca7a40df965ec29d0327346d/1/5feFb8zhrk/Footer-1.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.footerContent .contentTitle {
    font-size: 22px;
    margin-bottom: 20px;
}