body{
    font-family: "constantia", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin:0;
    
}


img{
    max-width: 100%;
    height: auto;
}


header{
    /*background-color: #8d5c38;*/
    padding: 10px;
    background: linear-gradient(to top, #8d5c38, #47241c);
    
}

.homelogo{
    max-width: 64px;
    max-height: 55px;
    
}

.CTAbanner{
    background: linear-gradient(to top, rgba(0,0,0,1),rgba(0,0,0,0)), url(images/JWU_April_Farm_to_Table.jpg);
    /*background-blend-mode: normal, color;*/
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 300px;
    
}

.CTAblackbg{
    color: white;
    font-size: 25px;
    text-align: center;
    line-height: 50px;
    background-color: rgba(0,0,0,0.6);
    margin-top: 40px;
}

.CTAblackbg h1{
    margin-bottom: 3px;
    margin-left: 10px;
    margin-right: 10px;
    opacity: 100%;
    font-weight: normal;
}

.CTAblackbg h3{
    margin-top: 3px;
    margin-left: 10px;
    margin-right: 10px;
    opacity: 100%;
    font-weight: normal;
}

/*
    margin: 0px, 10px, 3px;
*/

.heroflavortext{
    color: white;
    background-color: black;
    padding: 20px;
    padding-bottom: 10px;
}

.heroflavortext h3{
    font-size: 35px;
    margin: 2px 10px;
}

.heroflavortext p{
    font-size: 20px;
    margin: 2px 10px;
    padding-bottom: 10px;
}

.CTA{
    background-color: #8d5c38;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    border-radius: 20px;
    max-width: 300px;
    min-width: 300px;
    text-align: center;
}

.form-group{
    margin-bottom: 4px;
    text-align: left;
}

.CTA label{
    display: block;
    margin-bottom: 2px;
    font-size: 18px;
    color: #e2cba4;
}

.CTA input{
    width: 90%;
    font-size: 14px;
    background-color: #e2cba4;
    color: black;
}

.CTA input:focus{
    background-color: white;
}

.CTA p{
    font-size: 20px; 
    padding: 5px;
    margin: 5px; 
    color: white;
}

.CTA .reserve{
    font-size: 30px;
    color: #e2cba4;
    text-align: center;
    border: solid;
    border-radius: 20px;
    max-width: 200px;
}



.CTA button{
    width: 70%;
    padding: 2px 20px;
    margin-top: 12px;
    background-color: #8d5c38;
    border: 3px solid #e2cba4;
    border-radius: 16px;
    color: #e2cba4;
    font-family: "constantia", sans-serif;
    font-size: 30px;
    cursor: pointer;
}

.CTA button:hover{
    background-color: #e2cba4;
    color: #8d5c38;
}

.image1{
    background-color: #e2cba4;
    padding: 10px;
}

.image1 h3{
    font-size: 30px;
    margin-bottom: 5px;
    margin-top: 5px;
    padding-left: 20px;
    padding-right: 20px;
}

.image1 p{
    margin-top: 5px;
    font-size: 15px;
    padding-left: 20px;
    padding-right: 20px;
}

.image1 img{
    padding: 10px;
    display: block;
    margin: 0 auto;
}

.image2{
    padding: 10px;
}

.image2 h3{
    font-size: 30px;
    margin-bottom: 5px;
    margin-top: 5px;
    padding-left: 20px;
    padding-right: 20px;
}

.image2 p{
    margin-top: 5px;
    font-size: 15px;
    padding-left: 20px;
    padding-right: 20px;
}

.image2 img{
    padding: 10px;
    display: block;
    margin: 0 auto;
}

.stats{
    background-color: #8d5c38;
    color: #e2cba4;
    padding: 0.1%;
    margin: 6px 0px;
    font-size: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.emotionalstory{
    color: white;
    background-color: black;
    padding: 10px;
        padding-left: 20px;
    padding-right: 20px;
}

footer{
    background-color: #8d5c38;
    padding: 0 10px 10px;
    color: #e2cba4;
    text-align: center;
}

footer img{
    max-width: 200px;
    max-height: 200px;
    display: block;
    margin: 0 auto;
    padding-top: 20px;
}

/* Desktop settings */
@media (min-width: 1000px){
    
    .homelogo{
        max-width: 200px;
        max-height: 200px;
        display: block;
        margin: 0 auto;
    }
    
    .CTAbanner{
        background: linear-gradient(to left, rgba(0,0,0,1),rgba(0,0,0,0)), url(images/JWU_April_Farm_to_Table.jpg);
        padding-bottom: 500px;
        background-size: cover;
    }
    
    .CTAblackbg{
        text-align: left;
        padding-left: 20px;
        font-size: 40px;
        line-height: 70px;
        padding-top: 0.01%;
        padding-bottom: 0.01%;
    }
    
    .CTAblackbg h1{
        font-size: 70px;
    }
    
    .CTAblackbg h3{
        font-size: 30px
    }
    
    .heroflavortext{
        color: white;
        padding: 20px;
        padding-bottom: 10px;
    }
    
    .image1::after{
        content: "";
        display: table;
        clear: both;
    }
    
    .image1 h3{
        font-size: 50px;
        text-align: right;
    }
    

    .image1 p{
        margin-top: 5px;
        font-size: 20px;
        text-align: right;
    }

    .image1 img{
        padding: 10px;
        margin: 10px;
        max-width: 100%;
        max-height: 100%;
        float: left;
    }

    .image1::after{
        content: "";
        display: table;
        clear: both;
    }

    .image2 h3{
        font-size: 50px;
    }

    .image2 p{
        margin-top: 5px;
        font-size: 20px;
        margin-bottom: 40px;
    }

    .image2 img{
        padding: 10px;
        margin: 10px;
        max-width: 100%;
        max-height: 100%;
        float: right;
    }
    
    
    
    
    
    
    .desktopfooter::after{
        content: "";
        display: table;
        clear: both;
    }
    
    footer img{
        float: right;
        size: 60%;
        margin: 20px;
    }
    
    footer p{
        float: left;
        text-align: left;
        font-size: 25px;
        margin-top: 10%;
        margin-left: 20px;
    }

    
    
    
    
    
    
    
    
    
    
    
    
}





















/*
 background: linear-gradient(to left, rgba(0,0,0,1),rgba(0,0,0,0.5)), url(images/ghost-brownies.png);
*/





/* FONT FAMILIES

font-family: "constantia", sans-serif;
font-weight: 400;
font-style: italic;

font-family: "constantia", sans-serif;
font-weight: 700;
font-style: normal;

font-family: "constantia", sans-serif;
font-weight: 700;
font-style: italic;
*/