body {
    --primary90: hsl(40, 6%, 12%);
    --primary70: hsl(40, 6%, 19%);
    --primary60: hsl(40, 6%, 22%);
    --primary55: hsl(40, 6%, 26%);
    --primary50: hsl(40, 6%, 32%);
    --primary45: hsl(40, 6%, 41%);
    --primary40: hsl(40, 6%, 49%);
    --primary35: hsl(40, 6%, 53%);
    --primary30: hsl(40, 6%, 57%);
    --primary20: hsl(40, 6%, 65%);
    --primary10: hsl(40, 6%, 79%);
    --primary0: hsl(40, 6%, 97%);
    --text50: hsl(223, 6%, 53%);
    --text40: hsl(223, 6%, 59%);
    text-align: center;
    color: black;
    font-family: "Georgia", serif;
    font-size: 12px;
    background-color: #fff;
}

.channel_link {
    margin: 0.5em;
    font-size: 16px;
}

img {

    background: none;
    padding: 0;
    border: none;
}

.news-letter {
    margin: 0 auto;
    max-width: 600px;
}

.news-letter-form {
    display: flex;
    justify-content: center;

    button {
        border: none;
        width: 50px;
        height: 50px;
        background-image: url('/images/submit_arrow.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
}

.y_video {
    /*For every single video on the videos page*/
    margin: 1em;
}

.youtube_link {
    /*For the <a> that links to the millhollowfarm youtube channel on the videos page */
    color: rgb(0, 140, 255);
}

h1 {
    font-size: 6em;
}

nav ul > li {
    padding: 0.2em 0;
    margin: 0 2em;
}

.nav-link {
    color: var(--primary30);
    text-align: left;
}

.navbar-nav .nav-link.active {
    color: var(--primary60);
}

a {
    text-decoration: none;
    color: inherit;
}

#content {
    min-height: 70vh;
}

footer {
    background-color: var(--primary60);
    color: var(--primary10);
}

.intro-chicks {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: left;
}

.product {
    min-height: 3em;
    margin: 1em 0;
    text-align: center;
    padding: 1em;
}
.product h2 {
    font-size: 2em;
}

.products {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}