﻿@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

.bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    background: #000;
    z-index: 1;
}

.bg.show {
    visibility: visible;
    opacity: 0.6;
}

/*#wrapper * {
    visibility: visible;
}*/

.sidenav {
    background-color: #111;
    height: 100%;
    right: -90em;
    overflow-x: hidden;
    padding-top: 3.75em;
    position: fixed;
    top: 0;
    transition: 0.5s;
    width: 100%;
    z-index: 15;
}

.sidenav.expandNav {
    right: 0;
    width: 25%;
}

#sba-Sidenav > strong > a {
    background-color: #fff;
    color: #000;
    font-size: 1.85em;
}

.page-links-1 {
    font-size: 0.9em;
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 0;
}

    .page-links-1 > li {
        border-top: 1px #fff solid;
    }

.page-links-2 {
    background-color: #333;
    list-style-type: none;
    display: none;
}

.sidenav a, .sidenav .currentsection {
    color: #f5f5f5;
    display: block;    
    font-size: 1.2em;
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    transition: 0.3s;
}

.sidenav a:hover {
    background-color: #555;
    color: #ffffff;
}

.sidenav .closebtn {
	font-size: 36px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.sidenav .closebtn:hover {
    background-color: #111;
}

/* Extra large devices (desktops, 1600px wide */
@media only screen and (min-width: 1600px) {
    .sidenav {
        right: -150em;
    }
}

/* Medium devices 870px and down */
@media only screen and (max-width: 870px) {
    .topnav li {
        display: none;
    }

        .topnav li:last-child {
            display: block;
        }

    .topnav a.icon {
        float: right;
        display: block;
    }

    .topnav.responsive {
        position: relative;
    }

        .topnav.responsive li {
            float: none;
            display: block;
            text-align: left;
        }

    .sidenav.expandNav {
        width: 50%;
    }

    #sba-Sidenav > strong > a {
        background-color: #fff;
        color: #000;
        font-size: 1.85em;
    }

    .page-links-1 {
        list-style-type: none;
        padding-left: 0;
        margin-bottom: 0;
        margin-top: 0;
    }

        .page-links-1 > li {
            border-top: 1px #fff solid;
        }

    .nav-break {
        padding: 15px;
        background-color: #fff;
        font-size: 1.45em;
    }

    .page-links-2 {
        border-top: 1px #fff solid;
        display: block;
        margin-top: 0;
        padding-left: 0;
    }

        .page-links-2 > li {
            border-top: 1px #fff solid;
        }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .sidenav.expandNav {
        width: 40%;
    }
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .page-header ul {
        display: block;
        flex-flow: column;
        margin: 0 0 auto auto;
        width: 100%;
    }

    .page-links-1 {
        font-size: 1em;
        list-style-type: none;
        padding-left: 0;
        margin-bottom: 0;
        margin-top: 0;
    }

        .page-links-1 > li {
            border-top: 1px #fff solid;
        }

    .sidenav.expandNav {
        width: 100%;
    }

    .page-links-2 {
        font-size: 1em;
        padding-left: 0;
    }

        .page-links-2 > li {
            border-top: 1px #fff solid;
        }
}

/* Extra small devices (phones, 450px and down) */
@media only screen and (max-height: 450px) {
    .sidenav a {
        font-size: 1.2em;
    }
}
/**************************************************************************/
.topnav {
    overflow: hidden;
}

.topnav .icon {
    display: none;
}