
:root {
    --main-txt-color: #5dd9c0;
}

.side-nav {
    background-color: #f7f7f7;
}

.navbar-fixed {
    background-color: #ffffff;
}

.mobileNavBackgroundColor {
    background-color: grey;
}

ul.side-nav.fixed .collapsible li.course-child.active {
    background-color: #f7f7f7;
    color: grey;
}

ul.side-nav.fixed li:not(.logo) a {
    color: grey;
}

.modules-container {
    background: url(/img/course/none) no-repeat center center fixed;;
    color: inherit;
}

.modules-container {
    background-color: inherit}

button.course-button, input[type=submit].course-button, input[type=button].course-button, input[type=submit].answer-options {
    background-color: #5dd9c0;
}

.secondary-content > .material-icons {
    color: #5dd9c0;
}