.site-header {
    background: linear-gradient(to right,rgba(180,16,0,0.78) 0,rgba(180,16,0,0.55) 100%);
    height: 100vh;
    margin-bottom: 2.5rem;
    text-align: center;
    width: 100%;
}

.header-content {
    text-align: center;
    margin: 0px;
    padding-top: 175px;
    color: rgba(255,255,255,0.9);
}

.header-content span {
    font-size: 96px;
}

.header-content p {
    font-size: 24px;
}

.nav-link {
    font-size: 45px;
    display: block;
    color: rgba(60,60,60,0.9);
}

.nav-link:hover {
    font-size: 50px;
    color: rgba(255,255,255,0.9);
    cursor: pointer;
}

body {
    margin: 0px;
    background-color: rgba(216,206,203,0.61);
}

.body-content-wrapper span {
    font-size: 64px;
    font-family: Geneva;
    margin-left: 10%;
    margin-right: 10%;
}

.body-content-wrapper p {
    font-size: 2rem;
    font-family: Geneva;
    margin-left: 10%;
    margin-right: 10%;
    text-indent: 50px;
}

.body-content-wrapper h1 {
    font-size: 2.25rem;
    font-family: Geneva;
    margin-left: 10%;
    margin-right: 10%;
}

.body-content-wrapper ul {
    font-size: 2rem;

    margin-left: 10%;
    margin-right: 10%;
}

.contact-content {
    margin-bottom: 15px;
    margin-left: 10%;
    margin-right: 10%;
    padding: 5px;
    font-size: 48px;
}

@media only screen and (max-width: 500px) {
    .header-content {
        text-align: center;
        margin: 0px;
        padding-top: 0px;
        color: rgba(255,255,255,0.9);
    }

    .header-content span {
        font-size: 150px;
    }
}