#header, #header-wrapper {
    background-color: #004a7f;
    color: white;
}

#header-wrapper {
    max-width: 1130px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#header-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-family: 'Felix Titling';
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 4px 0 4px 0;
}

#logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 24px;
    letter-spacing: 0.03em;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.seal-size-110 {
    display: block;
    text-indent: -9999px;
    width: 110px;
    height: 110px;
    background: url(seal.svg);
    background-size: 110px 110px;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI';
    min-height: 100vh;
    /* height: 100vh; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

#content-wrapper {
    max-width: 1130px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
