@import url('https://fonts.googleapis.com/css2?family=Quicksand&display=swap');
body{
font-family: 'Quicksand', sans-serif; 
}

.schedule__item--major .schedule__time, .schedule__item--major .schedule__desc{
    color: #fff;
}

.navbar-default {
    background: #ffffff;
    border-color: #991B1F;
    color: white;
}

.schedule__time {
    display: table-cell;
    width: 120px;
    padding: 10px 15px;
    color: #b21530;
    border-top: 1px solid #ddd;
    white-space: nowrap;
}

.navbar-default .navbar-nav > li > a, .navbar-default .navbar-minor-controls > li > a {
    color: #991B1F;
    text-transform: uppercase;
    font-weight: 300;
}

.footer {
    width: 100%;
    //background: #991B1F;
    background: #FFF;
    color: #223854;
    border-top: 2px solid #991B1F;
    padding-top: 15px;
    padding-bottom: 0;
    text-align: left;
}
.footer__content {
  padding-bottom: 0px;
}
.navbar-button {
    background-color: #991B1F !important;
    border: 1px solid #991B1F !important;
    color: #FFFFFF !important;
    border-radius: 40px;
}

.red{
color: #991B1F;
}

.lc, .schedule__item em{
color: #991B1F;
font-style: italic;
font-weight: 500;
}

.schedule__item--major {
    background: #991B1F;
    color: white;
    font-weight: bold;
}

  /* MEDIA */
@media(min-width:768px){
 .w-img20 img{
 width: 20%;
 }
 .w-img25 img{
 width: 25%;
 }
 .w-img30 img{
 width: 30%;
 }
 .w-img35 img{
 width: 35%;
 }
 .w-img40 img{
 width: 40%;
 }
 .w-img50 img{
 width: 50%;
 }
 .w-img55 img{
 width: 55%;
 }
 .w-img60 img{
 width: 60%;
 }
 .w-img70 img{
 width: 70%;
 }
.w-img85 img{
 width: 85%;
 }
}