/* TYPE YOUR OWN CSS HERE */
/* Update Chat */
.siq_bR {
    bottom:105px !important;
    right:37.5px !important;
}

body
{
    font-family: Arial, Helvetica, sans-serif;
}

#sub-nav .main-nav
{
    font-size: 1.1em;
    gap: 16px;
}

/* Responsive for tablets and mobile */

@media (max-width: 700px) {
    .logorow {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        gap: 16px;
        padding: 16px;
        justify-content: center;
        align-items: center;
    }
}