.main-header {
    display: flex;
    flex-direction: column;
    padding-top: 1vh;
    padding-bottom: 1vh;
    font-family: 'Work Sans',sans-serif;
    font-weight: 300;
    font-size: 16px;
    min-height: 125px;
    background: black;
}

.main-menu__logo img, .main-menu__title img {
    max-height: 100%;
    width: auto;
}

.main-menu {
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
    padding: 0;
    height: 100%;
    justify-content: center;
}

/* h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, th a {
    text-decoration: none;
    color: #e96a24;
} */
