.logomark {
    height: 2rem;
    padding-top: 5px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #f5f5f5;
}

.topnavbar {
    z-index: 10;
}

.sidebar {
    position: fixed;
    z-index: 1;
    top: 4.5rem;
    bottom: 0;
    left: 0;
    padding: 0;
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

.workshop-navbar li a {
    color: white;

}

.workshop-nav ul {
    list-style-type: none;
    padding-left: 1em;
}
.workshop-nav li { 
    padding-top: 0.3em;
}