﻿body {
    font: 1rem/1.5 Arial;
    font: 1rem/1.9 ncf-ss-reg; 
}

section {
    /* margin: 25px 0; */
}

.nc-modal {
    background: whitesmoke;
}

.mgbckgrnd {
    background-image: url('../images/pexels-henry-&-co-1939485.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.bckgrnd {
    padding: 5px;
    background-image: url('../images/pexels-henry-&-co-1939485.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.cBg {
    background-color: rgba(255, 255, 255, 0.7);
}

.sticky-nav {
    background-color: #D2A682;
}

/*.card {
    background-image: url('../images/pexels-henry-&-co-1939485.jpg');
    background-position: center;
    background-attachment: fixed;
}*/

/* These are uncommented as they interfere with BS layouting */
#maintanance {
    /* top: 10vh;
    width: 700px; */
}

#cleaning {
    /* top: 40vh;
    width: 500px; */
}

#contacts {
    /* top: 70vh;
    width: 300px; */
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

@media (max-width: 767.98px) {
    .main .top-row:not(.auth) {
        display: none;
    }

    .main .top-row.auth {
        justify-content: space-between;
    }

    .main .top-row a, .main .top-row .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 768px) {
    app {
        flex-direction: row;
    }

    .sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .main .top-row {
        position: sticky;
        top: 0;
    }

    .main > div {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }

    .navbar-toggler {
        display: none;
    }

    .sidebar .collapse {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
