body {
    margin: 0;
}

p {
    font-size:49px;
    margin-top: 0;
}

.light {
    font-family: futura-pt-condensed, sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 0;
}
.italic {
    font-family: futura-pt-condensed, sans-serif;
    font-weight: 500;
    font-style: italic;
}
.bold {
    font-family: futura-pt-condensed, sans-serif;
    font-weight: 700;
    font-style: normal;
}
.bold-italic {
    font-family: futura-pt-condensed, sans-serif;
    font-weight: 700;
    font-style: italic;
}

.varieties {
    font-size: 85px;
    color: #C56558;
    margin: 30px 0;
}

.site-container {
    max-width: 1024px;
    margin: 3em auto 3em auto;
}

.site-header {
    background: url(../../assets/images/header.jpg) no-repeat;
    background-size: contain;
    width: 100%;
}

.site-header img {
    visibility: hidden;
    width: 100%;
}

.before-footer {
    background: url(../../assets/images/varieties.jpg) no-repeat;
    width: 100%;
    background-size: contain;
}

.before-footer img {
    visibility: hidden;
    width: 100%;
}

.site-footer p {
    margin-top: 30px;
    text-align: center;
}

.site-footer a {
    color: black;
}

.site-footer a.phone {
    text-decoration: none;
}

@media screen and (max-width: 1024px) { 
    p {
        font-size: 4.5vw;
    }
    .site-container {
        padding: 0em 2em 4em 2em;
        margin: 2em auto 0 auto;
    }
    .varieties {
        font-size: 7.2vw;
        margin: 3vw 0;
    }
    .site-footer p {
        margin-top: 3vw;
    }
}

@media screen and (max-width: 600px) { 
    p {
        font-size: 4.5vw;
    }
    .varieties {
        font-size: 6.6vw;
        margin: 3vw 0;
    }
    .site-footer p {
        font-size: 4.2vw;
        margin-top: 3vw;
    }
}
