/* Place Your Custom Styles Here */

p.center-text {
    font-size: 17px;
    font-family: 'Fira Sans', sans-serif;
    font-weight: bolder;
    color: white;
}

ul.nav {
    display: none;
}

a.social-icon {
    display: none;
}

@media screen and (max-width: 1024px) {
button.nav-toggle {
    display: none;
}
}