.fullscreen-jumbotron {
    height: 100vh;
    width: 100%;
    background: #283132 url('../images/background.jpeg') no-repeat left center;
    background-size: cover;
}

@media screen and (min-width: 550px) {
    .fullscreen-jumbotron {
        background-position: center center;
    }
}

.fullscreen-jumbotron > .jumbotron {
    color: white;
    background-color: transparent;
}

.fullscreen-jumbotron > .jumbotron > h1,
.fullscreen-jumbotron > .jumbotron > p {
    font-weight: 700;
}

.scroll-to-content-link {
    white-space: nowrap;
    z-index: 2;
    position: absolute;
    bottom: 4rem;
    text-align: center;
    width: 100%;
}

.scroll-to-content-link > a {
    padding: 1rem 2rem;
    border-radius: 3rem;
    background-color: rgba(255, 255, 255, 0.02);
    color: white;
}

.scroll-to-content-link > a:hover,
.scroll-to-content-link > a:focus {
    box-shadow: none;
    background-color: rgba(255, 255, 255, 0.1);
}
