﻿body {
    font-family: "Montserrat", sans-serif !important;
}

.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.dl-horizontal dt {
    white-space: normal;
}

input,
select,
textarea {
    max-width: 280px;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #777;
    border-color: #fff
}

header {
    margin-bottom: 20px;
}

header img {
    width: 100%;
}

.header-title {
    font-family: "Barlow Semi Condensed", sans-serif !important;
    font-size: 2.7em;
    font-weight: 700;
    color: #214c7f;
}

.sub-header-title {
    font-family: "Barlow Semi Condensed", sans-serif !important;
    font-size: 2.3em;
    font-weight: 700;
    color: #214c7f !important;
}

.neutral-link {
    display: inline-block;
    color: black !important;
    text-decoration: none !important;
    font-weight: 600;
    opacity: 0.8;
    font-size: 0.9em;
    width: 100% !important;
    height: 100% !important;
    padding: 6px 12px !important;
}

.no-padding{
    padding: 0px !important;
}

.required-label::after {
    content:'*';
    position:absolute;
    color:red;
    top:10%;
    left:95%;
    font-size:1.3em;
}

#btn-course-locker {
    display: inline-block;
    color: white;
    font-weight: 600;
    padding: 6px 12px;
    background: #87B0EA;
    text-decoration: none;
    border-radius: 5px;
}

#btn-course-locker:hover {
    background: #1D3A60;
}


.main-header {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #1D3A60;
}

.main-header #bookmarkLink img{
    height:100px;
}
