body {
    background: #000000;
    color: #ffffff;
    font-family: 'Albert Sans', sans-serif;
    font-size: 20px;
    line-height: 1.2;
}

header .header-inner {
    padding-top: 62px;
    padding-bottom: 22px;
    border-bottom: 3px solid #ffffff;
    margin-bottom: 62px;
}

header .header-inner img {
    width: 255px;
}

h1 {
    font-size: 50px;
    margin-bottom: 36px;
    font-weight: 400;
}

h1 .h1-bold{
    font-weight: 600;
}

p {
    margin-bottom: 30px;
}

p.lead {
    font-size: 26px;
    font-weight: 500;
    line-height: 1.2;
}

p a, p a:hover {
    font-weight: 600;
    color: #ffffff;
    text-decoration: none;
}

footer .footer-inner {
    margin-top: 62px;
    border-top: 1px solid #ffffff;
    padding-top: 22px;
    margin-bottom: 62px;
}

footer .footer-inner p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 0;
}

footer .footer-inner .logos {
    display: flex;
    justify-content: flex-end;
    margin-top: 22px;
    flex-direction: column;
    align-items: flex-start;
}

footer .footer-inner .logos a img {
    width: 160px;
    margin-right: 36px;
    margin-bottom: 18px;
}

footer .footer-inner .logos a:last-child img {
    margin-right: 0;
}

footer .footer-inner .logos a img.ever {
    width: 130px;
}

@media (min-width: 992px) {
    footer .footer-inner .logos {
        margin-top: 0;
        flex-direction: row;
        align-items: center;
    }

    footer .footer-inner .logos a img {
        margin-bottom: 0;
    }
}
