.search #content {
    background-color: #49CCCC;
    background-image: url("../../img/winter/bg.svg");
}
.filter-courses{
    background:#ff745d;
}
.card.course .location{
    background:#546583;
    color: #fff;
}
/* .card.course.premium{
    background:#ff745d;
}
.card.course.premium .label-premium {
    background-color: #49CCCC;
} */
/* .fav-label {
    background-image: url('../../img/star-blue.svg');
    background-repeat: no-repeat;
}
.fav-label-o {
    background-image: url('../../img/star-o-blue.svg');
    background-repeat: no-repeat;
} */
#courses-container > h1 {
    text-align: center;
}

/* 
.nav-header a:link {
    text-decoration: none;
    padding-bottom: 0.3em;
}

.nav-header a:hover, .nav-header a:active {
    color: black;
    padding-bottom: 0.1em;
    border-bottom: .2em solid #FF745D;
}

#courses-container > h1 {
    text-align: center;
    color: white;
    padding-top: .5em;
    font-family: "Open Sans";
    font-size: 4em;
    font-weight: normal;
    margin-bottom: .5em;
}

#courses-container .card h1 {
    //padding-top: .5em;
    //padding-bottom: 0;
    //color: black;
    //text-align: left;
    //font-weight: normal;
}

#courses-container .card.premium h1 a {
    color: white;
    font-family: "Droid Serif";
}

.filter-courses {
    background-color: white;
}

.question h5 {
    font-weight: normal;
    color: white;
    padding-top: 1em;
    padding-bottom: 1em;
}

form .styled-select {
    border-color: black;
}

form .styled-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

.courses.search .card.premium {
    box-shadow: 0 0 3px #666;
}

div.card.course {
    background-color: white;
    padding-bottom: 2em;
    overflow: hidden;
}

div.card.course .location {
    background-color: #546583;
    color: white;
}

div.card.course .location a {
    color: white;
}

div.card.course.premium {
    background-color: #546583;
    color: white;
}

div.card.course.premium .location {
    background-color: white;
    color: #FF745D;
}

div.card.course.premium .location a {
    color: #FF745D;
}

.card.course .course-details .label {
    float: left;
    color: #FF745D;
    font-weight: normal;
}

.card.course.premium .course-details .label {
    color: white;
}

.card.course.premium .course-details .detail {
    color: white;
}

.card.course .course-details .detail {
    color: black;
}

#courses-container .card.seperator h1 {
    color: white;
}

.courses .card.seperator {
    margin-left: 0.61%;
    margin-right: 0.61%;
}

span.label + span {
    margin-left: 3px;
} */
