#topHead {
    height: 75vh;
    padding-top: 25vh;
    font-size: 1.7em;
    background: url("https://newsite.gabeguo.com/photos/bench_sunset.jpg");
    background-size: 100% auto;
    background-attachment: fixed;
    text-align: center;
}
#topHead h1 {
    font-size: 3em;
    background: -webkit-linear-gradient(gray, black);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#topHead h2 {
    font-family: 'Satisfy', cursive;
    background: -webkit-linear-gradient(gray, black);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (max-width: 1000px) {
    #topHead {
        background-size: auto 100%;
    }
}