body.home header section.body, body.home header section.body .content-overlay {
    width: 100vw;
    min-height: 100vh;
}

body.home header section.body .image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 100%;
}

body.home header section.body .content-overlay {
    position: relative;
    bottom: auto;
    text-align: center;
}

p {
    font-size: 17px;
    line-height: 32px;
}

.logo-animated {
    width: 23vh;
    max-width: 230px;
    height: auto;
    margin: 8vh 0 15vh;
}

h1 {
    font-size: min(6.1vw, 60px);
    line-height: 1.2 !important;
}

@media all and (max-width: 576px) {
    h1 {
        font-size: 31px;
        line-height: 1.4 !important;
    }
}

.footer *, .footer a {
    color: #FFF;
    border-color: #FFF;
}

.footer {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    max-width: 800px;
    height: auto;
    transform: translateX(-50%);
    overflow: hidden;
}

.footer .border-test span:before {
    right: 100%;
}

.footer .border-test span:after {
    left: 100%;
}

.footer .border-test span:before, .footer .border-test span:after {
    content: '';
    position: absolute;
    top: 50%;
    width: 999px;
    height: 1px;
    background-color: #FFF;
}