header{
    display: flex;
    justify-content: center;
    background-color: rgb(0, 48, 76);
    padding: 5px;
}
header .header-logo img{
    width: 120px;
    height: auto;
    margin: auto;
}
.main-container{
    max-width: 1200px;
    width: 100%;
}
.header-image{
    width: 100%;
    height: auto;
}
body{
    display: flex;
    justify-content: center;
}

.copy{
    padding: 20px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
a.qLink {
    color: #FFD3B2;
    padding: 4px 16px 4px 20px;
    border-radius: 19px;
    border: 1px solid #FF974C;
    font-weight: 300;
    margin-bottom: 15px;
    font-size: 12px;
    letter-spacing: 1px;
    margin-top: footer.page-footer a.qLink;
}
.footer-logo{
    width: 150px;
    height: auto;
    padding: 20px 0;
}
.social{
    display: flex;
    padding: 0px 0 10px 0;
    justify-content: center;
    align-content: center;
}
a.back-home{
    color: white;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    padding: 15px 0;
}
.header-border{
    font-family: 'Arquette', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
    font-weight: 500;
    color: #212529;
    font-size: 12px;
    background-color: #FF974C;
    padding-top: 8px;
    padding-left: 32px;
    border-bottom: 6px solid #FF974C;
    margin-top: -5px;
    white-space: nowrap;
}
.header-border .header-item{
    display: inline-block;
    padding-right: 10px;
}
.header-border .header-item-last{
    float: right;
    padding-right: 32px;
}
.header-item a, .header-item a:visited {
    color: #331500;
    text-decoration: underline;
    text-decoration-color: #FF791A;
}
.header-bwd {
    /* min-width: 778px; */ /* 810-32 padding in header-item-last */
}
footer{
    display: flex;
    background-color: #00304C;
    padding: 10px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}