/*!
 * Start Bootstrap - Simple Sidebar (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

 body {
    overflow-x: hidden;
}

/* Toggle Styles */

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    /* padding-right: 250px; */
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    margin-right: -250px;
    right: 0px;
    height: 100%;
    overflow-y: auto;
    background: rgba(0, 0, 0, 0.92);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -moz-box-shadow: -3px 0px 5px rgba(0,0,0,0.8);
    box-shadow: -3px 0px 5px rgba(0,0,0,0.8);
}


#wrapper.toggled #sidebar-wrapper {
    width: 250px;
    margin-right: 0px;
}

#page-content-wrapper {
    width: 100%;
}

#wrapper.toggled #page-content-wrapper {
    margin-right: -250px;
}

/* Sidebar Styles */

.sidebar-nav {
    text-align: left;
    width: 250px;
    margin: 0;
    font-size: 18px;
    padding: 0;
    list-style: none;
    font-family: 'Superhelioregul5cd99a8ca165b7';
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999999;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999999;
}

.sidebar-nav img.sidebar-icon {
    width: 20px;
    height: 20px;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

@media(min-width:768px) {
    #wrapper {
        padding-right: 0px;
    }

    #wrapper.toggled {
        /* padding-right: 250px; */
    }

    #sidebar-wrapper {
        width: 250px;
        margin-right: -250px;
    }

    img.site-author-image {
        width: 90px;
        height: 90px;
    }


    #page-content-wrapper {
        padding: 0px;
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}

div#sidebar-wrapper a.nav-link.active {
    background: transparent;
    border-radius: 0px;
    color: orange;
    border-bottom: 1px solid orange;
}
div#sidebar-wrapper a.nav-link {
    background-color: transparent;
    color: rgb(196, 196, 196);
    font-size: 16px;
    cursor: pointer;
}

a#menu-toggle {
    position: fixed;
    top: 1%;
    right: 1%;
    color: white;
    border: 2px solid white;
    z-index: 1001;
    background: grey;
}

a#menu-toggle.toggled {
    border: none;
    background: none;
}