/* region ======================================== NAVBAR ======================================== */

.navbar {
    padding: 0 2%;
    z-index: 100 !important;
}

.navbar-burg{
    display:none;
}

html.mobile .navbar-burg{
    display:block;
}

/* region =============== BRAND =============== */

#brand-logo {
    position: absolute;
    left: 0;
    top: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 0;
}

#brand-logo img {
    max-height: unset;
    width: 110px;
    height: 110px;
}

#brand-logo-title {
    position: absolute;
    top: 0;
    left: 110px;
    height: 52px;
}

#brand-logo-title img {
    position: relative;
    top: 1px;
    max-height: unset;
    height: 45px;
    width: auto;
}

#brand-logo-mobile {
    top: 0;
}

#brand-logo:focus, #brand-logo-title:focus, #brand-logo-mobile:focus {
    background: unset;
}

/* endregion =============== BRAND =============== */



/* endregion ======================================== NAVBAR ======================================== */

/* region ======================================== TEMPLATE ======================================== */
/* endregion ======================================== TEMPLATE ======================================== */

/* region =============== TEMPLATE =============== */
/* endregion =============== TEMPLATE =============== */
