html, body {
    background-color: #2c3e50 !important;
    background: url('../images/home.jpg') no-repeat center/cover !important;
}
/* some colour bits to modify glyphicon behaviours */
.glyphicon .active {
    color: #6869ae;
    cursor: pointer;
}
.glyphicon .inactive {
    color: #8d898f;
}
.media {
    border: 1px solid #e9ecef;
    margin-bottom: 10px;
    padding: 15px;
}
.media {
    display: flex;
    align-items: flex-start;
}

