.university-header {
    position: relative;
    background-color: #3c3c3b;
}
.university-header .links {
    padding: 1em;

    font-family: Montserrat, sans-serif;
    font-size: 1rem;
    font-weight: 300;
    font-style: normal;

    text-align: right;
}
.university-header .links a {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    margin-right: 2rem;
}
.university-header .links .social-media {
    margin-left: 2rem;
}
.museum-header {
    position: relative;
    background-color: #3c3c3b;

    padding-bottom: 10px;
}
.museum-header .logo {
    text-align: left;
}

.container {
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
}

.links.container {
    display: flex;
    justify-content: flex-end;
}

.site-header {
    background-color: #f0f0ec;
    margin: 1rem auto;
}

.site-header h1 {
    color: #444;
    font-family: Montserrat,sans-serif;
    font-size: 1.88rem;
    font-weight: 600;
    font-style: normal;
    line-height: normal;
    margin: revert;
}

.site-header h1 a {
    color: rgb(68, 68, 68);
    text-decoration: none;
    display: inline-flex;
}

.site-header h1 small {
    font-size: smaller;
}

.btn {
    padding: 1rem;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    color: rgb(0,0,0);
    background-color: rgb(245, 245, 245);
    border-bottom: 5px solid white;
    margin: 0.125rem;
}

.decoration-none {
    text-decoration: none;
}

.btn-active {
    border-bottom: 5px solid #333;
}

.site-menu {
    padding: 1rem;
}

.site-menu .btn {
    font-weight: bold;
    border-bottom-color: #ccc;
    border-bottom-width: 1px;
}

.site-menu .dropdown-toggle,
.site-menu .btn {
    height: 4.2rem;
}

#ft {
    margin: 10px;
}

body {
    font-family: Montserrat, sans-serif;
}