body {
    background-color: #383838 !important;
    font-size: .875rem;
    color: white;
}

#header p {
    padding: 8px;
    margin: 0px;
}

p {
    max-width: 750px;
}

#content {
    color: white;
}

/* Sidebar */
.sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100; /* This sidebar sits behind sidebar-sticky */
    padding: 0;
    box-shadow: inset -1px 0 0 rgba(0,0,0,.1);
}

/* The sidebar menu */
.sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 48px; /* Stay at the top */
    height: calc(100vh - 48px);
    padding-top: 65px;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #111; /* Black */
}

/* The navigation menu links */
.sidebar-sticky span {
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    cursor: pointer;
}

/* When you mouse over the navigation links, change their color */
.sidebar-sticky span:hover {
    color: #f1f1f1;
}

.navbar-brand {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: 1rem;
    background-color: rgba(0, 0, 0, .25);
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
    color: white !important;
}

.lazy {
    height: 281px;
    width: 500px;
}

.lazy img{
    height: 281px;
    width: 500px;
}

.prev, .next {
    cursor: pointer;
    font-size: 45px;
    background-color: #f1f1f1;
    color: black;
    border-radius:75%;
}
