.navbar-fixed {
    top: 0;
    left: 0;
    z-index: 10;
    position: relative !important;
    width: 100%;
}

.content {
    padding: 16px;
}

.sticky {
    position: relative !important;
    top: 0;
    left: 0;
    width: 100%;
}

.sticky+.content {
    padding-top: 60px;
}

#navbar {
    overflow: hidden;
    background-color: #333;
}

#navbar a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

#navbar a:hover {
    background-color: #ddd;
    color: black;
}

#navbar a.active {
    background-color: #DC5D60;
    color: white;
}