body {
    font-family: source-sans-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
}
main {
    padding: 30px 15px 0;
    margin-top: 65px;
}
.headerTitle {
    font-family: source-sans-pro, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1.6em;
}
.bg-dark {
    background-color: #001800 !important;
}
.bg-dark:hover, .bg-dark:focus, .bg-dark:active, .bg-dark.active, .open>.dropdown-toggle.bg-dark {
    background-color: #002D0B !important;
    border-color: #002D0B; /*set the color you want here*/
}
.navbar-dark:hover .navbar-nav:hover .nav-link:hover {
        color: #f1f1f1 !important;
}
.navbar-dark .navbar-nav .nav-link {
    color: #dbecf7;
    padding-right: 1em;
    padding-left: 1em;
    white-space: nowrap;
}
label {
    font-weight: 600;
}
.required:after {
    content:"*";
    color: red;
}
.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.btn-group-xsm>.btn, .btn-xsm {
    padding: .15rem .3rem;
    font-size: .675rem;
    line-height: 1.5;
    border-radius: .2rem;
}
@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}