body {
    font-family: helvetica, arial, sans-serif
}

//.header-area {
  //  background: 50% url(img/Oastler-new-web.jpg);
    //background-size: cover
//}

.featured-text {
    color: #fff;
    background-color: #003976;
}

.search-filter {
    background: #f89828;
    border-bottom: 5px solid #e67f07;
    color: #fff;
    transform: translateY(+20%)
}

.course-holder {
    margin-top: 75px
}

.card {
    border-color: #003976;
}

.card-header {
    background-color: #003976;
    cursor: pointer
}

.card-title {
    color: white;
}

.pseudolink {
    color: #337ab7;
    text-decoration: none
}

.pseudolink:hover {
    text-decoration: underline;
    cursor: pointer
}

.modal-header {
    background-color: #003976;
    color: white;
}

.modal-footer {
    text-align: right;
}

label, legend {
    font-size: medium;
}

.clearing-banner {
    margin: 5px 0px 10px;
    width: 200px;
}
