/* Add here all your CSS customizations */

p {
    font-size: 1.1em;
}

@media (max-width: 800px) {
    .header-logo {
        height: 0 !important;
    }

    .header-logo img {
        top: 13px !important;
        height: 80px !important;
        width: auto !important;
    }
}

