@font-face {
    font-family: 'Franklin Gothic Book';
    src: url('Franklin Gothic Book.ttf') format('truetype');
}

.hero-2021 {
    min-height: 100vh;
    background: url('img/downsview-hero.jpg') center center / cover;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: stretch;
}

.stafford-logo {
    position: absolute;
    left: 80px;
    top: 80px;
}

.register-button {
    background: #a4cf5f;
    position: absolute;
    color: #000;
    top: 80px;
    right: 80px;
    padding: 16px 48px;
    font-family: 'Franklin Gothic Book', sans-serif;
    letter-spacing: 1px;
}

.vertical-container {
    width: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.white-banner-container {
    background: #fff;
    padding-left: 8px;
    padding-right: 8px;
    height: 368px;
}

.white-banner {
    border-right: 1px solid #bbb;
    border-left: 1px solid #bbb;
    display: flex;
    flex-direction: column;
}

.white-banner h2 {
    color: #a4cf5f;
    font-family: 'Franklin Gothic Book', sans-serif;
    font-size: 40px;
    text-align: center;
    margin: 40px 0;
}

.white-banner img {
    margin: 16px;
    margin-top: 0;
    margin-bottom: 56px;
}

.hero-copy {
    font-size: 34px;
    line-height: 1.2;
    text-align: center;
    font-family: 'Franklin Gothic Book', sans-serif;
    margin: 40px 0;
}

.scroll-down {
    font-family: 'Franklin Gothic Book', sans-serif;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-top: 48px;
}

.scroll-down:before {
    content: '';
    position: absolute;
    width: 1px;
    background: white;
    height: 40px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.p-2021 {
    font-size: 18px;
    line-height: 1.6;
    padding: 0 32px;
}

#title-2021.p-2021 {
    font-weight: bold;
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 16px;
    letter-spacing: 0.4px;
    color: #7a7a7a;
}

@media all and (max-width: 1024px) {
    .white-banner-container {
        margin-bottom: 60px;
    }
    .stafford-logo {
        display: none;
    }
    .register-button {
        left: 50%;
        transform: translateX(-50%);
        top: 368px;
        width: 300px;
        text-align: center;
    }
}

@media all and (max-height: 800px) {
    .scroll-down {
        display: none;
    }
    .vertical-container {
        justify-content: flex-start;
    }
    .hero-copy {
        margin-bottom: 56px;
    }
}
