/* --- MAIN STYLES --- */

.cover-sm {
    width: 100%;
}

/* --- HEADER --- */

header {
    padding: 0.75rem 2rem;
    height: 4.5rem;
    background: linear-gradient(96deg, #F09819, #F09819 15%, #FF5858 100%);
}
body.covered header {background: transparent;}

    header .header-menu {
        display: none;
    }

        header a.logo img {
            height: 3rem;
        }

    a.menu-icon {
        padding: 0.75rem 0;
        height: 4.5rem;
        display: block;
        text-align: center;
    }

        a.menu-icon img {
            height: 3rem;
            display: inline-block;
        }

/* --- SIDEBAR --- */

.sidebar {
    min-height: 100%;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    right: -800px;
    z-index: 200;

    overflow-y: scroll;
    overflow-x: hidden;
    text-align: center;
}
body.covered .sidebar {right: 0;}

    .sidebar .inner-sidebar {
        padding-top: 8rem;
        min-height: 100%;
        height: 100%;
        width: 100%;
        background: linear-gradient(150deg, #F09819, #F09819 15%, #FF5858 100%);
    }

        ul.sidebar-menu {
            padding: 0;
            margin: 0;
            list-style: none;
        }

            ul.sidebar-menu li {
                margin: 0;
                padding: 1rem;
                display: block;
                border-bottom: 1px solid rgba(255, 255, 255, 0.18);
                font-size: 2rem;
                text-align: center;
            }
            ul.sidebar-menu li:last-child {border-bottom-color: transparent;}

                ul.sidebar-menu li a {
                    color: #ffffff;
                    text-decoration: none;
                }

/* --- INDEX --- */

.services ul {
    margin: 0;
    padding: 1.25rem 0 1rem 2.5rem;
    background: #ffffff;
}

    .services ul li {
        font-size: 1.125rem;
        line-height: 2;
    }

#block3 {
    padding-bottom: 4rem;
}

.frame-transparent {
    margin: 2rem;
}