body {
    font-family: "Inter", sans-serif;
}
@media (min-width: 768px) {
    .container {
        max-width: 1080px;
    }
}

.nav-link {
    color: #000;
    font-weight: 600;
}

#search {
    height: 60px;
    padding: 1rem 1.5rem;
    font-size: 1rem;
}
.btn-search {
    font-size: 18px;
    height: 60px;
    font-weight: 500;
}

.primary-navigation {
    padding: 1em 0;
    background: #005787;
}

.nav-main {
    line-height: 1.4;
}

.nav-item h5 {
    margin-top: 10px;
    color: #fff;
}

.nav-item > a {
    text-decoration: none;
    word-wrap: break-word;
    color: #c4c4c4;
}
.nav-item-dark:hover {
    background-color: #043b59;
    cursor: pointer;
}
.nav-item-dark-active {
    background-color: #1f253d;
    cursor: pointer;
}
.nav-item-dark-active:hover {
    background-color: #1f253d !important;
}
.nav-item p {
    font-size: 14px;
}

.interest h4 {
    font-size: 28px;
    font-weight: 400;
    border-bottom: 2px #006eab solid
}

.interest ul li a {
    color: #1E4BB8;
    text-decoration: none;
}
.interest ul li a:hover {
    color: #123079;
}

.image-gallery {
    background-color: #e2f1fe;
}

.image-gallery img {
    width: 100%;
}

.image-gallery .image-text {
    position: absolute;
    bottom: 0;
    right: 0;
    font-weight: 600;
    line-height: 1.2;
    color: #fff;
    background: rgba(0,0,0,0.5);
    padding: 20px;
    width: 100%;
}

.footer-nav .nav-link {
    text-decoration: none;
}
.footer-nav .nav-link:hover {
    color: #9b8c8c;
}
.footer-link {
    color: #fff;
    text-decoration: none;
}

.nav-main-details {
    background-color: #1f253d;
    padding: 20px;
    color: #fff;
    margin-bottom: 30px;
}
.nav-main-details i {
    color: #98c1d7;
    margin-right: 10px;
}
.nav-main-details a {
    color: #fff;
    text-decoration: none;


    &:hover { text-decoration: underline; }
}

.inner-header {
    background-color: #006eab;
    color: #fff;
}
.inner-header a { color: #FFF; text-decoration: none}
.inner-header a:hover { text-decoration: underline}

.inner-page-header {
    background-color: #e2f1fe;
    padding: 24px;
}

.table--bordered {
    border-collapse: collapse;
}
.table--bordered thead td, .table--bordered thead th {
    background: #d6dbe5;
    border-color: #acb3bf;
}

.table th, .table thead td {
    font-weight: 600;
}

.table--bordered td, .table--bordered th {
    border: 1px #b3c1ca solid;
}

.title {
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.list-inline-item:not(:last-child) {
    margin-right: 1rem;
}

