﻿body {
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: "Roboto", Verdana, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.25em;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

header {
    width: 100%;
    height: 76px;
    background-color: #c00000;
    color: #fff;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #a00000;
}

.header-logo-wrapper {
    display: flex;
    width: 220px;
    flex-grow: 1;
}

.header-logo-size-gap {
    display: flex;
    width: 220px;
    margin-left: auto;
}

.header-nav {
    display: flex;
    height: 60px;
    padding: 8px 0;
    text-align: center;
    align-items: center;
    width:100%;
}

.header-nav-items {
    text-align: center;
    width: 100%;
}

.logo {
    width: 204px;
    margin: 8px;
}

main {
    flex: 1;
    width: 100%;
}

.main-content {
    padding: 8px;
}

footer {
    /*display: flex;*/
    /*height: 76px;*/
    background-color: #c00000;
    color: #fff;
    width: 100%;
    text-align: center;
    border-top: 1px solid #f00000;
}

.footer-copy {
    /*display: flex;*/
    width: 100%;
    /*height: 60px;*/
    padding: 8px 0;
    align-items: center;
    text-align: center;
    flex: 1;
    font-weight: 300;
    font-size: 0.75em;
}

.nav-link, .nav-link-last {
    color: #fff;
    font-weight: 500;
    text-decoration: none;
}

.nav-link {
    padding-right: 16px;
}

.nav-link-last {
}
