/*
 * Navbar color customizations from http://smarchal.com/twbscolor/
 * http://smarchal.com/twbscolor/?bd=7d0512&bh=943943&cd=ecf0f1&ch=ffbbbc
 */
.navbar-default {
    /* margin-top: -50px; */
    /* background: url("../images/header_light_colored.jpg"); */
    /* background-position: bottom; */
    /* background-image: none; */
    background-color: #8c1515; /* changed color here to new site color */
    /* border-top: 1px #e3dfd5 solid; */
    /* border-top: none; */
    /* border-bottom: 1px #e3dfd5 solid; */
    /* border-bottom: none; */
    border: none;
    margin-bottom: 0;
        box-shadow: inset 0 -4px 8px -2px rgba(0, 0, 0, 0.2);
}

.jumbotron .course-name {
  font-weight: 500;
  color: #8c1515; /* changed color here to new site color */
}

a, a:hover, a:active, a:focus {
  color: #8c1515;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #8c1515;
    background-image: none;
    background-color: transparent;
}
