/* .content-section {
    min-height: 2000px;
} */

.sidebar-section {
    position: absolute;
    height: 100%;
    width: 100%;
}

.sidebar-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Position the items */
}

.widget {
    padding: 0 15px;
    margin: 15px 0;
}

.make-me-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}


/* Ignore This, just coloring */

.title-section,
.content-section {
    background: #fff;
}

.title-section {
    text-align: center;
    padding: 50px 15px;
    margin-bottom: 30px;
}

.sidebar-item {
    text-align: center;
    position: relative;
    top: 10px;
}

#sidebar header {
    padding: 10px;
    background-color: #263238;
    font-size: 20px;
    line-height: 52px;
    text-align: center;
}

#sidebar header a:hover {
    color: #fff;
}

#sidebar .nav a:hover {
    background: #3A3E98;
    color: #ECEFF1;
}

#sidebar .nav a i {
    margin-right: 16px;
}