/*
 * Ufa.rest additional theme styles.
 * Reuse legacy Mobirise bundle to keep layout until we fully migrate assets.
 */
@import url("../../mobirise/css/mbr-additional.css");

/* Fix for fixed header - proper offset for content */
.page-top-offset {
    height: 80px;
}

/* Ensure navbar is properly positioned */
.navbar-fixed-top {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
    width: 100%;
}

/* Mobile adjustments */
@media (max-width: 768px) {
    .page-top-offset {
        height: 70px;
    }
}


