@import url('https://fonts.googleapis.com/css?family=Chelsea+Market|Crimson+Text|Fredericka+the+Great');


@media screen and (min-width: 1000px) {
    label[for=hamburger] {
        display: none;
    }

    .col-2-block {
        width: 40%;
    }

    .content {
        width: 60%;
        }

    .callout {
        width:30%;
        float: right;
        margin-left: 30px;
        margin-bottom: 30px;
        }
}

@media screen and (max-width: 1000px) {
    nav {
        position: absolute;
        right: 0;
        top: var(--side-nav-top);
        background-color: var(--nav-bg-color);
        transition: max-width 0.3s ease-out;
        max-width: 0px;
        overflow: hidden;
        z-index: 1;
    }

    nav a {
        display: block;
        text-align: right;
    }

    #hamburger:checked ~ nav {
        max-width: 200px;
    }

    .col-2-block {
        width: auto;
    }

    .content {
        width: auto;
        }

    .callout {
        width: auto;
        float: none;
        margin:auto;
        }
}

/* Header & Nav */

header {
    background-color: #6fb9c2; 
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    z-index: 1;
}

.logo {
    display: inline;
}

.logo:hover {
    opacity: 0.8;
}

nav a:link {
    color: #fff; 
    text-decoration: none;
}

nav a:hover {
    color: #fff; 
    text-decoration: none;
    opacity: 0.6;
}

nav a:visited {
    color: #fff; 
    text-decoration: none;
}

nav button:hover{
    background-color: #f1c24b;
    font-family: 'Chelsea Market', cursive;
    font-size: .75rem;
    padding: 15px;
    text-align: center;
    display: inline-block;
    color:#fff;
    border: none;
    cursor: pointer;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

:root {
  --nav-bg-color: #6fb9c2;
  --nav-btn-color: #f0cf7e;
  --side-nav-top: 110px;
}

html, body {
    font-size: 20px;
    line-height: 28px;
    box-sizing: border-box;
    margin: 0;
}

header .wrapper{
    background-color: var(--nav-bg-color);
    display: flex;
    align-items: center;
}

header .logo {
    flex-grow: 1;
}

nav, label[for=hamburger] {
    font-size: .75rem;
    font-family: 'Chelsea Market', cursive;
}

nav a, label[for=hamburger] {
    color: #fff;
    text-decoration: none;
    padding: 15px;
}

nav button {
    background-color: #f1c24b;
    padding: 15px;
    text-align: center;
    font-size: .75rem;
    display: inline-block;
    color: #fff;
    border: none;
    cursor: pointer;
    white-space: nowrap;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    font-family: 'Chelsea Market', cursive;
}

label[for=hamburger] {
    font-size: 2rem;
}


/* Hidden Checkbox for Hamburger menu */
#hamburger {
  display: none;
}

/* General: Structure, Buttons & Links */

html {
    font-size: 20px;
    line-height: 28px;
    height: 100%;
    box-sizing: border-box;
  }
  
  *,
  *:before,
  *:after {
    box-sizing: inherit;
  }

body {
    /* position: relative; */
    display: flex;
    flex-direction: column;
    min-height: 100%;
    margin: 0; 
    font-family: 'Crimson Text', serif;
    color: #444;
    background-image: url(images/halftone.png); 
}

a:link {
    color: #3E9AA5;
    text-decoration: none;
}

a:hover {
    color: #3E9AA5;
    text-decoration: underline;
}

a:visited {
    color: #3E9AA5;
    text-decoration: none;
}

.product button {
    background-color: #f1c24b;
    padding: 15px;
    text-align: center;
    font-size: .75rem;
    display: inline-block;
    color: #fff;
    border: none;
    cursor: pointer;
    white-space: nowrap;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    font-family: 'Chelsea Market', cursive;
}

.product button:hover{
    background-color: #f1c24b;
    font-family: 'Chelsea Market', cursive;
    font-size: .75rem;
    padding: 15px;
    text-align: center;
    display: inline-block;
    color:#fff;
    border: none;
    cursor: pointer;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

h1 {
   font-family: 'Fredericka the Great', cursive;
   font-size: 2rem;
    line-height: 2rem;
    color: #3E9AA5;
    display: none;
}

h2 {
    font-family: 'Chelsea Market', serif;
    color: #BD8D16;
    font-size: 1.5rem;
    line-height: 1.75rem;
}

h3 {
    font-family: 'Crimson Text', serif;
    color:#444;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 15px;
    border-bottom: 2px solid #f0cf7e;
    max-width: 425px;

}

/* img:hover {
    opacity: 0.8;
    
} */

.col-2-block {
    background-color:#F7F7F2; 
    padding:30px;
    margin-bottom: 30px;

} 

.container button {
    background-color: #f1c24b;
    padding: 15px;
    text-align: center;
    font-size: .75rem;
    display: inline-block;
    color: #fff;
    border: none;
    cursor: pointer;
    white-space: nowrap;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    font-family: 'Chelsea Market', cursive;
}

.container button:hover{
    background-color: #f1c24b;
    font-family: 'Chelsea Market', cursive;
    font-size: .75rem;
    padding: 15px;
    text-align: center;
    display: inline-block;
    color:#fff;
    border: none;
    cursor: pointer;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.callout{
    background-color: #eae6e4;
    padding:30px;
    height: auto;
}

.callout a:link{
    color:#3E9AA5;
}
        
.callout button {
    background-color: #3E9AA5;
    font-family: 'Chelsea Market', cursive;
    font-size: .75rem;
    padding: 15px;
    text-align: center;
    display: inline-block;
    color:#fff;
    border: none;
    cursor: pointer;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

 .callout button:hover{
    background-color: #3E9AA5;
    font-family: 'Chelsea Market', cursive;
    font-size: .75rem;
    padding: 15px;
    text-align: center;
    display: inline-block;
    color:#fff;
    border: none;
    cursor: pointer;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}  

ul {
    list-style-type: none;
}

main {
    min-height: 100%;
    flex-grow: 1;
    padding-top: 50px;
    text-shadow: 1px 1px #fff;        
}

.wrapper {
    margin: auto;
    width: 80%;
}

.flexcontainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.flexitem {
    margin-top: 15px; 
    margin-right: 15px; 
    margin-bottom: 30px;
}

/* Banners */

  #banner-home{
    background-image: url(images/home.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-color:#3E9AA5;  
    background-position: center;               
    min-height:400px;
    color:#fff;
    text-shadow: 1px 1px #333;        
    font-family: 'Crimson Text', sans-serif; 
    font-size: 1.25rem; 
    line-height:2rem;
    text-align: center;    
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-attachment: fixed;     
  }

  #banner-home button {
    background-color: #f1c24b;
    font-family: 'Chelsea Market', cursive;
    font-size: .75rem;
    padding: 15px;
    text-align: center;
    display: inline-block;
    color:#fff;
    border: none;
    cursor: pointer;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

#banner-home button:hover{
    background-color: #f1c24b;
    font-family: 'Chelsea Market', cursive;
    font-size: .75rem;
    padding: 15px;
    text-align: center;
    display: inline-block;
    color:#fff;
    border: none;
    cursor: pointer;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

  #banner-about{
    background-image: url(images/about.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-color:#3E9AA5;
    background-position: center;                 
    height:200px;
    color:#fff;
    font-family: 'Fredericka the Great', cursive;
    font-size: 3em;
    text-shadow: 1px 1px #333;        
    line-height: 1em;
    text-align: center;    
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-attachment: fixed;  
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
   
  }

  #banner-products{
    background-image: url(images/tomatoes.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-color:#3E9AA5;  
    background-position: center;               
    height:200px;
    color:#fff;
    font-family: 'Fredericka the Great', cursive;
    font-size: 3em;
    text-shadow: 1px 1px #333;        
    line-height: 1em;
    text-align: center;    
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-attachment: fixed; 
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}  

  #banner-markets{
    background-image: url(images/markets.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-color:#3E9AA5;    
    background-position: center;             
    height:200px;
    color:#fff;
    font-family: 'Fredericka the Great', cursive;
    font-size: 3em;
    text-shadow: 1px 1px #333;        
    line-height: 1em;
    text-align: center;    
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-attachment: fixed;   
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);  
  }

  #banner-csa{
    background-image: url(images/csa.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-color:#3E9AA5;   
    background-position: center;              
    height:200px;
    color:#fff;
    font-family: 'Fredericka the Great', cursive;
    font-size: 3em;
    text-shadow: 1px 1px #333;        
    line-height: 1em;
    text-align: center;    
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-attachment: fixed;  
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);   
  }

  #banner-contact{
    background-image: url(images/contact.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-color:#3E9AA5; 
    background-position: center;                
    height:200px;
    color:#fff;
    font-family: 'Fredericka the Great', cursive;
    font-size: 3em;
    text-shadow: 1px 1px #333;        
    line-height: 1em;
    text-align: center;    
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-attachment: fixed; 
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);    
  }
/* Tabs */

.tab {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}

/* Style the buttons inside the tab */
.tab button {
    background-color: inherit;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
}

.tab button:hover {
    box-shadow: none;
    opacity: 0.8;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #eae6e4;
}
            

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border-top: 1px;
    background-color: #eae6e4;
}
    
/* Accordion */

.accordion {
    background-color: #F7F7F2;
    font-family: 'Chelsea Market', cursive;
    font-size: 1rem;
    color: #666;
    cursor: pointer;
    padding: 1.25rem;
    width: 100%;
    border-color: #ece5d1;
    text-align: left;
    outline: 1px;
    transition: 0.4s;
}

.active, .accordion:hover {
    background-color: #ece5d1; 
}

.panel {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
}

/* Footer */

footer {
    margin-top:30px;
    font-size: 14px;
    padding: 1rem;
    color: #684c06;
    background-color: #F7F7F2;
    text-align: center;
}

footer a:link, a:visited {
    color: #3E9AA5;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}

footer button {
    background-color: #3E9AA5;
    font-family: 'Chelsea Market', cursive;
    font-size: .75rem;
    padding: 15px;
    text-align: center;
    display: inline-block;
    color:#fff;
    border: none;
    cursor: pointer;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

footer button:hover{
    background-color: #3E9AA5;
    font-family: 'Chelsea Market', cursive;
    font-size: .75rem;
    padding: 15px;
    text-align: center;
    display: inline-block;
    color:#fff;
    border: none;
    cursor: pointer;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

footer ul {
    list-style-type: none;
}

footer li {
    display: inline;
    margin-right: 25px;
}


/* Forms */

label {
    color:#fff;
    font-family: 'Chelsea Market', sans-serif;
    text-shadow: none;
}
input {
    color:#444;
    font-family: 'Crimson Text', sans-serif;
    font-size: 1rem;
}

input[type=text], select, textarea {
    color:#444;
    font-family: 'Crimson Text', sans-serif;
    font-size: 1rem;
    width: 100%; /* Full width */
    padding: 12px; /* Some padding */  
    border: 1px solid #ccc; /* Gray border */
    border-radius: 4px; /* Rounded borders */
    box-sizing: border-box; /* Make sure that padding and width stays in place */
    margin-top: 6px; /* Add a top margin */
    margin-bottom: 16px; /* Bottom margin */
    resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

input[type=submit] {
    background-color: #f1c24b;
    padding: 15px;
    text-align: center;
    font-size: .75rem;
    display: inline-block;
    color: #fff;
    border: none;
    cursor: pointer;
    white-space: nowrap;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    font-family: 'Chelsea Market', cursive;
}

input[type=submit]:hover {
    background-color: #f1c24b;
    font-family: 'Chelsea Market', cursive;
    font-size: .75rem;
    padding: 15px;
    text-align: center;
    display: inline-block;
    color:#fff;
    border: none;
    cursor: pointer;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.container {
    border-radius: 5px;
    background-color: #6fb9c2;
    padding: 20px;
} 

option {
    color:#444;
    font-family: 'Crimson Text', sans-serif;
    font-size: 1rem;
}