.header
{
    color: #777;
}
.header-top {
    background: rgba(255, 255, 255, 0.5);
}

.side-panel {
    flex: 0 0 240px;
    padding: 0 0 0 15px;
}

.footer {
    clear: both;
    margin-top: 80px;
    background-color: #24282e;
    color: #aeb4bc;
}
.footer-copyright {
    text-align: center;
    padding: 20px 0;
}

