#massively-cht-cls {
    color: white !important;
    font-size: 26px !important;
    top: 5px !important;
}

body > button {
z-index: 9 !important;
}

/* Nav Dropdowns */

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

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