/* fira-sans-regular - latin */
@font-face {
    font-display: swap;
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/fira-sans-v18-latin-regular.woff2') format('woff2');
}

/* fira-sans-500 - latin */
@font-face {
    font-display: swap;
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 500;
    src: url('/fonts/fira-sans-v18-latin-500.woff2') format('woff2');
}

/* fira-sans-600 - latin */
@font-face {
    font-display: swap;
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 600;
    src: url('/fonts/fira-sans-v18-latin-600.woff2') format('woff2');
}

/* fira-sans-700 - latin */
@font-face {
    font-display: swap;
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 700;
    src: url('/fonts/fira-sans-v18-latin-700.woff2') format('woff2');
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Fira Sans', system-ui, sans-serif;
    font-weight: 400;
    margin-bottom: 0.8rem !important;
}

h4,
h5,
h6 {
    font-weight: 500;
}

p {
    margin-bottom: 1.1rem;
}
.navbar {
    background-color: #F5FBFE;
    border-color: #f0f0f0 !important;
    font-family: 'Fira Sans', system-ui, sans-serif;
}

.main-navbar-nav {
    position: relative;
    bottom: -10px;
}

#main-container {
    background-color: white;
}

#footer-container {
    background-color: #F5FBFE;
    border-color: #f0f0f0 !important;
}

.weekday {
    width: 30px;
    display: inline-block;
    font-weight: bold;
}

.weekday-long {
    width: 92px;
    display: inline-block;
    font-weight: bold;
}

.btn-primary {
    background-color: #1BB4F2;
    border-color: #1BB4F2;
}

.btn i {
    margin-right: 4px;
    margin-left: -2px;
}

.card-cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.container {
    max-width: 1000px;
}

h5 i {
    padding-right: 8px;
}

.icon-indent {
    margin-left: 32px;
}


#intro {
    background-image: url(/images/msperl2.jpg);
    background-size:     cover;
    background-repeat:   no-repeat;
    background-position: center center;
}

@media (max-width: 500px) {
    .navbar-brand {
        max-width: calc(100% - 70px);
        margin-right: 0;
    }

    .navbar-brand img {
        width: 320px;
        max-width: 100%;
        height: auto;
    }
}

@media (max-width: 991.98px) {
    .navbar .dropdown-menu {
        position: static;
        float: none;
        width: 100%;
        margin-top: 0;
        padding: 0 0 0.5rem 1rem;
        border: 0;
        background-color: transparent;
        box-shadow: none;
    }

    .navbar .dropdown-item {
        padding: 0.5rem 0;
        color: var(--bs-nav-link-color);
    }

    .navbar .dropdown-item:hover,
    .navbar .dropdown-item:focus {
        background-color: transparent;
        color: var(--bs-nav-link-hover-color);
    }
}
