/* header */
.logo {
    width: 350px;
    height: 126px;
    margin: 10px 0;
}

.subtext h1 {
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-style: normal;
    color: #243142;
    text-rendering: optimizeLegibility;
    margin: 30px 0 20px 0;
    line-height: 1.15;
    font-size: 28px;
}


/* footer */
.footer {
    font-family: Arial, serif;
    font-weight: 400;
    padding: 10px 0;
    text-align: left;
}

.footer .row.pad {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding-left: 25px;
}

.footer a {
    color: #900;
    text-decoration: underline;
}

.footer a:hover {
    text-decoration: none;
}

.footer a:focus {
    outline: 0.125rem solid #990000;
    outline-offset: 0.125rem;
}

.footer .signature {
    height: 36px;
    margin-right: auto;
    text-align: left;
}

.footer .signature-link {
    display: inline-block;
    width: 240px;
    height: 0;
    padding-top: 36px;
    overflow: hidden;
    background-size: contain;
}

.footer .signature-link.signature-img {
    background-image: none;
    height: auto;
    padding-top: 0;
}

.footer .copyright {
    text-align: center;
    margin-left: 0;
}

.footer p {
    font-size: 1.25rem;
    line-height: 36px;
}

@media (max-width: 600px) {
    .footer .row.pad {
        justify-content: center;
        text-align: center;
    }

    .footer .signature,
    .footer .copyright {
        margin: 0;
    }
}
