html {
    line-height: 1.43;
    color: #333;
}

@media screen and (min-width: 650px){
    .university-header .links {
        display: flex;
        align-items: center;
        justify-content: end;
    }
}

.museum-ash .university-header {
    background-color: #eee;
    color: #000;
}
.university-header {
    padding-top: 1rem;
    width: 100%;
}
.university-header .links {
    text-align: right;
    padding: 0 1rem 1rem;
    font-style: normal;
}

.museum-ash {
    font-family: Montserrat,sans-serif;
}

.museum-ash .university-header .links a {
    color: #000;
}

.university-header .links a {
    margin-left: 1rem;
    text-decoration: none;
    border: none;
}
.university-header .links .social-media {
    margin-left: 2rem;
}
.museum-header {
    position: relative;
    padding-bottom: 1rem;
}
.museum-header .logo {
    text-align: left;
}

.mb1-sub-header {
    font-size: 15px;
}

.container,
.main {
    max-width: 1000px;
    margin-right: auto !important;
    margin-left: auto !important;
}

.main,
table {
    background-color: white!important;
}

.main .navigation ul {
    background-color: white;
    color: blue;
}

.main .navigation li {
    width: 78px;
    border: none !important;
    margin: 0.5rem 0 0.5rem 0;
    padding: 0.25rem 0.1rem 0.25rem 0.1rem;
    color: blue;
    background-color: rgb(245, 245, 245);
}

.main .navigation a {
    background-color: rgb(245, 245, 245);
    color: blue;
}

ul {
    display: contents;
    list-style-type: none;
}

li {
    list-style-type: none;
}

.mb1 {
    display: flex;
}

.mb1 a {
    text-align: center;
}

body {
    margin: 0;
    padding: 0 0 5rem 0;

    font-family: Montserrat,sans-serif;
}

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

.site-header h1 {
    color: #444;
    font-family: Montserrat,sans-serif;
    font-weight: 600;
    font-style: normal;
    text-align: left;
}

.site-header h1 a {
    color: #444;
    text-decoration: none;
}

td {
    text-align: center;
}

td img {
    margin: 1rem;
    padding: 1rem;
}

font {
    text-align: left;
}

.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;
}

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