.tmenu-mobile__imglogo { /* fix logo size on mobile */
    min-width: unset !important;
}

::-moz-selection {
    color: #1E2939;
    background: #FBE357;
}

::selection {
    color: #1E2939;
    background: #FBE357;
}