*{
  position: relative;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body,
header,
nav{
  font-family: Helvetica, sans-serif;
  margin: 0;
  padding: 0;
}

body{
  background-color: floralwhite;
  background-image: url('../img/farm_background.png');
  background-attachment: fixed;
  color: rgb(85, 22, 22);
}

.button-wrapper{
  width: 100%;
  text-align: center;
  padding: 2rem;
}

.button{
  display: inline-block;
  background-color: rgb(250, 250, 250);
  color: rgb(85, 22, 22);
  margin: auto;
  padding: 10px 12px;
  border: 4px solid rgb(255, 199, 87);
  border-radius: 8px;
  text-decoration: none;
  font-size: 1.3rem;
  transition-duration: 200ms;
  box-shadow: 0px 12px 10px -10px rgba(34, 34, 34, 0.5);
  filter: drop-shadow(0px 5px 40px white);
  font-size: 1.2rem;
}

.button:hover{
  box-shadow: 0px 6px 3px -3px rgba(34, 34, 34, 0.42);
  outline-offset: .2rem;
  background-color: rgb(253, 253, 253)
}

.inline{
  display: inline-block;
}

header{
  width: 100%;
  height: 60px;
  z-index: 2;
  position: fixed;
  text-align: center;
}

.header-background{
  position: absolute;
  z-index: 3;
  background-color: rgb(255, 199, 87);
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #777;
}

.header-logo{
  display: block; 
  z-index: 4;
  height: 56px;
}

.header-logo_a{
  font-size: 0;
}

.header-logo_a_img{  
  display: inline-block;
  margin: auto;
  width: 80px;
  z-index: 4;
  top: 5px;
  filter: drop-shadow(0px 3px 2px rgba(34, 34, 34, .36));
  clip-path: polygon(24px 0px, -2.52% 49.84%, 4px 101.69%, 20.42% 100.85%, 31.67% 90.72%, 103.27% 61.51%, 106.25% 52.75%, 84.32% 33.6%, 76.67% -0.3%)
}

.header_h1{
  display: none;
}

nav{
  width: 100%;
  z-index: 1;
  position: absolute;
 height: 100px;
}

#menubutton{
  display: inline-block;
  width: auto;
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 5;
}

.hide_show{
  transform: translateY(-100%);
  transition-duration: 350ms;
}

.burger1,
.burger2,
.burger3{
  display: block;
  height: 4px;
  width: 36px;
  margin: 8px;
  background-color: black;
  border-radius: 8px;
}

#menu{
  z-index: -1;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  padding-top: 4rem;
  background-color: rgba(255, 250, 240, 0.96); 
  list-style-type: none;
  box-shadow: 0px 0px 16px 6px rgba(34, 34, 34, 0.216), 0px 0px 6px 3px rgba(34, 34, 34, 0.214);
  transition-duration: 350ms;
  box-shadow: 0px 0px 16px 6px rgba(34, 34, 34, 0.18), 0px 0px 6px 3px rgba(34, 34, 34, 0.15);

}

#menu a{
  display: block;
  font-size: 1.5rem;
  padding: 1.2rem;
  text-align: center;
  color: rgb(85, 22, 22);
  text-decoration: none;
}

.banner-wrapper{
  height: 70vh;
  max-height: 500px;
  overflow: hidden;
}

.banner{
  width: 100%;
  height: 100%;
}

.banner img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

main{
  padding-top: 9rem;
  margin-bottom: 4rem;
  font-size: min(max(16px, 4vw), 22px);
  word-break: break-word;
}

#main-index{
  padding-top: 2rem;
  display: flex;
  flex-direction: column;
  align-content: center;
}

.main_p{
  padding: .8rem;
  letter-spacing: .5px;
  line-height: 1.5rem;
  font-size: 1.2rem;
}
.break-all{
  word-break: break-all;
}


.upcoming-event{
  padding: .8rem;
  letter-spacing: .5px;
  align-self: center;
  width: 100%;
}

.upcoming-event h2{
  text-align: center;
  padding-top: .4rem;
  margin-bottom: 2rem;
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 1px;
}

.upcoming-event p{
  letter-spacing: .5px;
  line-height: 1.5rem;
  font-size: 1.2rem;
}

.event-wrapper{
  padding: .8rem;
  letter-spacing: .5px;
  line-height: 1.5rem;
  font-size: 1.2rem;
  min-height: 80vh;
}

/*
* About Page
*/

.about-boardMembers{
  padding: .8rem;
  letter-spacing: .5px;
  line-height: 1.5rem;
  font-size: 1.2rem;
  margin-top: 2rem;
}

h2,h3{
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 1px;
}

.about-boardMembers{
  text-align: center;
}

.about-boardMembers_h2{
  font-size: 1.8rem;
  line-height: 2rem;
  margin-top: 3.5rem;
}

.about-officers_h3{
  font-size: 1.8rem;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}
.about-leadership_h4,
.about-officers_h4{
  font-weight: 500;
  font-size: 1.4rem;
  margin-bottom: .6rem;
}

.about-officers_h4{
  margin-top: 2.8rem;
  margin-bottom: .8rem;
}

.about-leadership_ol,
.about-officers_ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.about-officers_ul{
  margin-top: 1.2rem;
}

.about-leadership_ol li{
  margin: 20px 0;
  width:25%;
  min-width: 300px;
}

.about-officers_ul li{
  margin: 5px 0;
  width:25%;
  min-width: 300px;
}

.about-leadership_ol li p,
.about-officers_ul li p{
  padding: 0;
  margin: 0;
}

.about_hr{
  color: rgb(85, 22, 22);
  margin-top: 2.8rem;
  opacity: .1;
}

/*
* Members Page
*/

#search-wrapper{
  padding: .8rem;
  letter-spacing: .5px;
  background-color:rgba(255, 247, 229, 0.8);
  border: 2px solid #777;
  border-radius: 8px;
  max-width: 800px;
  margin: 0 .8rem;
  margin-top: 2rem;
}
#searchBar{
  width: 100%;
  background: rgb(251, 251, 251);
}

#searchBar:hover{
  background-color: rgb(255, 255, 255);
}
#searchBar:focus{
  background-color: #ffebc2;
}

.hide--members{
  display: none;
}

#members{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  min-height: 40vh;
}

.member{
  flex: 1;
  display: flex;
  flex-direction: column;
  margin: 3.5rem .8rem;
  border-radius: 12px;
  min-width: 280px;
  max-width: 360px;
  background-color: rgb(255, 253, 250);
  box-shadow: 0 0 0 3px #333;
}

.member-h2{
  background-color: #333;
  padding: 0;
  margin: 0;
  text-align: center;
  border-radius: 8px 8px 0 0;
  padding: .5rem;
  width: 100%;
  color: floralwhite;
  font-size: 1.4rem;
}

.farm-img-div{
  width: 100%;
  overflow: hidden;
  /*! Edited 05JUL2020  */
  /* height: 280px;  */
  height: 100%;
  max-height: 220px;
}
.farm-img{
  display: block;
  background: #f1f1f1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.member-flex-container{
  margin-top: 1.3rem;
  margin-bottom: .6rem;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

.member-description{
  line-height: 1.3rem;
  font-size: 1rem;
  margin: 0;
  padding: 0 .8rem;
  letter-spacing: .5px;
}

.member-info{
  /*! Edited 05JUL2020  */
  /* margin-top: -3rem; */
  margin-top: 2rem;
}

.member-p{
  margin: 0;
  padding: .15rem .8rem;
  letter-spacing: .5px;
  line-height: 1.2rem;
  font-size: 1rem;
}

.member-contact{
  font-weight: bold;
  /* padding-top: 1.3rem; */
  margin-bottom: .4rem;
}

a[href^="tel:"],
a[href^="mailto"] {
  color: inherit;
  text-decoration: none;
}
a[href^="tel:"]:hover,
a[href^="mailto"]:hover {
  text-decoration: underline;
  text-decoration-color: rgba(85, 22, 22, 0.45);
}

.webAddress{
  position: relative;
  bottom: 0;
  padding: 0;
  margin: 0;
  text-align: center;
  background-color: #333;
  border-radius: 0 0 8px 8px;
  padding: .5rem;
  width: 100%;
  color: floralwhite;
  text-decoration: none;
  font-size: 1rem;
  word-break: break-all;
}

.webAddress:hover{
  text-decoration: underline;
}

/*
* Sales Page
*/

.main-sales{
  min-height: 85vh;
  padding-left: .8rem;
  padding-right: .8rem;
  padding-bottom: 2rem;
}

#sales-container{
  padding-top: 3rem;
}
.business{
  display: flex;
  justify-content: center;
  align-items: center;
}

.memberSales{
  margin-top: 1rem;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
/*! Added the following to sales page */
.sales-img-div{
  width: 100%;
  overflow: hidden;
  height: 100%;
  max-height: 220px;
}
.sales-img{
  display: block;
  background: #f1f1f1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sales-info{
  margin-top: 2rem;
}
/*! End of added */

.sales_p,
.seller_p{
  padding: .8rem;
  letter-spacing: .5px;
  line-height: 1.5rem;
  font-size: 1.2rem
}
.sales_p a{
  color: inherit;
  word-break: break-all;
  text-decoration: none;
  text-decoration: underline;
  text-decoration-color: rgba(85, 22, 22, 0.25);
}
.sales_p a:hover{
  text-decoration: underline;
  text-decoration-color: rgba(85, 22, 22, 1);
}






/*
* Event Page
*/

.event-div_h3{
  display: inline-block;
  padding-bottom: .4em;
}

.event-div{
  margin-top: 50px;
  margin-bottom: 5px;
}
.event-div:first-of-type{
  margin-top: 0;
}

.event-div a{
  display: inline-block;
  color: inherit;
  padding-top: .5rem;
  text-decoration-color: rgba(85, 22, 22, 0.25);
}

.event-div a:hover{
  text-decoration-color: rgba(122, 80, 80, 1);
}

.event-div .date{
  display: none;
}

/*
* Contact Page
*/
.form-wrapper{
  padding-left: .8rem;
  padding-right: .8rem;
  flex-direction: column;
  align-items: center;
}

.form_p{
  padding: .8rem 0;
  letter-spacing: .5px;
  line-height: 1.5rem;
  font-size: 1.2rem;
  flex: 1;
  order: 1;
  width: 100%;
  margin-bottom: 2rem;
}

.main-contact{
  min-height: 85vh;
  padding-left: .8rem;
  padding-right: .8rem;
  padding-bottom: 2rem;
}

.contact-form{
  flex: 2;
  padding: .8rem;
  letter-spacing: .5px;
  background-color:rgba(255, 247, 229, 0.8);
  border: 2px solid #777;
  border-radius: 8px;
  max-width: 500px;
  order: 2;
  margin: auto;
}

label{
  display: inline-block;
  font-size: 1.2rem;
  padding-top: .8rem;
}

input{
  display: block;
  width: 100%;
  height: 2em;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: .5px;
  font-size: 1rem;
  color: rgb(85, 22, 22);
  border-radius: 8px;
  padding: 1rem .5rem;
  margin-top: .2rem;
  border-bottom: 2px solid #aaa;
  border-right: 2px solid #aaa;
  border-top: 2px solid #E3E3E3;
  border-left: 2px solid #E3E3E3;
}

.form_textarea_p{
  padding-top: .8rem;
  display: inline-block;
  font-size: 1.2rem;
}

.form_textarea_p-small{
  display: block;
  font-size: .9rem;
}

textarea{
  letter-spacing: .5px;
  display: block;
  width: 100%;
  padding: .5rem;
  font-size: 1rem;
  border-radius: 8px;;
  font-family: Arial, Helvetica, sans-serif;
  color: rgb(85, 22, 22);
  margin-top: .2rem;
  border-bottom: 2px solid #777;
  border-right: 2px solid #777;
  border-top: 2px solid #E3E3E3;
  border-left: 2px solid #E3E3E3;
}

input:focus,
textarea:focus{
  border-left: 2px solid #777;
  border-top: 2px solid #777;
  border-bottom: 2px solid #E3E3E3;
  border-right: 2px solid #E3E3E3;
  background-color: rgb(250, 250, 250);
  background-color: #ffebc2;
  outline: none;
}

.error{
  color: rgb(240, 15, 15);
  padding-left: 3px;
  font-size: .95rem;
  display: inline-block;
}

button{
  display: block;
  margin-top: 1.2rem;
  margin-bottom: .5rem;
  padding: .4rem;
  border-radius: 8px;
  width: 100%;
  letter-spacing: .5px;
  font-size: 1.2rem;
  background: rgb(253, 253, 253);
  border-bottom: 2px solid #aaa;
  border-right: 2px solid #aaa;
  border-top: 2px solid #E3E3E3;
  border-left: 2px solid #E3E3E3;
}

button:hover,
button:focus{
  cursor: pointer;
  border-left: 2px solid #aaa;
  border-top: 2px solid #aaa;
  border-bottom: 2px solid #E3E3E3;
  border-right: 2px solid #E3E3E3;
  background-color: #ffebc2;
  outline: none;
}

/*
* Success
*/

.success{
  min-height: 85vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*
* Cattlemen's College
*/

.cattlemensCollege{
  min-height: 85vh;
}
.cattlemensCollege a{
    display: inline-block;
    color: inherit;
    text-decoration-color: rgba(85, 22, 22, 0.15);
}
  
.cattlemensCollege a:hover{
  text-decoration-color: rgba(122, 80, 80, 1);
}
.cattlemensCollege h1{
  padding-bottom: .4em;
  padding-top: 1.5em;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 1px;
  text-align: center;
}
.cattlemensCollegeImg{
  height: 50vw;
  max-height: 350px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cattlemensCollegeImg img{
  display: block;
  width: 100%;
}

footer{
  background-color: rgb(255, 199, 87);
  padding: .8rem;
  color: black;
  letter-spacing: .2px;
  box-shadow: 0px 0px 6px 3px rgba(34, 34, 34, 0.1), 0px 0px 8px 2px rgba(34, 34, 34, 0.15);
}

.footer-wrapper{
  display: flex;
  flex-direction: column;
}

footer img{
  top: 4px;
}

footer h4{
  padding-top: 2.5rem;
  text-align: center;
  padding-bottom: .5rem;
  font-size: 1.1rem;
}

.related ul,
.forms ul,
.contact ul{
  text-align: center;
  list-style-type: none;
  text-decoration: none;
  font-size: .9rem;
}

.related li,
.forms li,
.contact li{
  padding: .3rem 0;
}

.related a,
.forms a,
.contact a{
  color: black;
  text-decoration: none;
}

.related a:hover,
.forms a:hover,
.contact a:hover{
  text-decoration: underline;
}

.contact{
  order: 3;
}
.forms{
  order: 1;
}
.related{
  order: 2;
}

.copyright{
  text-align: center;
  padding-top: 2rem;
  font-size: .9rem;
}

.goreckimedia{
  padding: .2rem 0;
}

.goreckimedia a{
  text-decoration: none;
  color: #333;
  opacity: .5;
  font-size: .9em;
}

.goreckimedia a:hover{
  opacity: 1;
}

.award-wrapper{
  padding: .8rem;
  letter-spacing: .5px;
  line-height: 1.5rem;
  font-size: 1.2rem;
  min-height: 80vh;
}

.div-award{
  margin-top: 50px;
  margin-bottom: 5px;
}

.div-award:first-of-type{
  margin-top: 0;
}

.div-award_h3{
  display: inline-block;
  padding-bottom: .4em;
}

.awards_p-content{
  padding-bottom: .8em;
}

.award_div-show{
  display: flex;
  flex-direction: column;
}

.awards_p{
  display: inline-block;
  padding:0;
  margin: 0;
  letter-spacing: .5px;
  width: 100%;
  font-size: 1.1rem;
  line-height: 1.6rem;
}

.main-member{
  min-height: 85vh;
  padding-left: .8rem;
  padding-right: .8rem;
  padding-bottom: 2rem;
}

.membership_radios label{
  font-size: 1rem;
  margin-top: 1rem;
  padding: 0;
}

.display_on_website{
  margin-top: 2rem;
}

.display_on_website p{
  letter-spacing: .5px;
  line-height: 1.5rem;
  font-size: 1.2rem; 
}
.display_on_website label{
  font-size: 1rem;
}

.website_information{
  margin-top: 1rem;
}

.website_information input{
  width: 100%;
  font-size: 1.1rem;
}

.website_information label,
.website_information p{
  font-size: 1.1rem;
}

.signup_button{
  display: block;
  margin-bottom: 1rem;
  border-radius: 8px;
  width: 100%;
  letter-spacing: .5px;
  font-size: 1.2rem;
  border-bottom: 2px solid #aaa;
  border-right: 2px solid #aaa;
  border-top: 2px solid #E3E3E3;
  border-left: 2px solid #E3E3E3;
  text-align: center;
  top: 10px;
}

.signup_button a{
  display: inline-block;
  text-decoration: none;
  color: inherit;
  padding: .4rem;
  border-radius: 8px;
  width: 100%;
  background-color: white;
}

.signup_button a:hover,
.signup_button a:focus{
  background-color: rgb(250, 250, 250);
  background-color: #ffebc2;
  outline: none;
}

.signup_button:hover,
.signup_button:focus{
  cursor: pointer;
  border-left: 2px solid #aaa;
  border-top: 2px solid #aaa;
  border-bottom: 2px solid #E3E3E3;
  border-right: 2px solid #E3E3E3;
  background: rgb(250, 250, 250);
  background-color: #ffebc2;
  outline: none;
}

.signup_p{
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

#signup_brochure{
  display: inline-block;
  color: inherit;
  text-decoration-color: rgba(85, 22, 22, 0.15); 
  /* word-wrap: break-word; */
  overflow-wrap: break-word;
}
#signup_brochure:hover{
  text-decoration-color: rgba(122, 80, 80, 1);
}

#signup_email{
  display: inline-block;
  color: inherit;
  text-decoration: underline;
  text-decoration-color: rgba(85, 22, 22, 0.15); 
  overflow-wrap: break-word;
}
#signup_email:hover{
  text-decoration-color: rgba(122, 80, 80, 1);
}

#membership{
  margin-bottom: 1rem;
}

.consent{
  margin-top: .5rem;
  line-height: 1.2rem;
  letter-spacing: .5px;
}

.consent input{
  display: inline-block;
  z-index: 1;
  margin-right: .6rem;
  top: .4rem;
  width: 20px;
  height: 20px;
  cursor: pointer;
  opacity: 0;
}

.consent input:checked +
.span-checkbox::after{
  display: block;
}

.consent input:focus + 
.span-checkbox{
  border-left: 2px solid #aaa;
  border-top: 2px solid #aaa;
  border-bottom: 2px solid #E3E3E3;
  border-right: 2px solid #E3E3E3;
  background-color: #ffebc2;
}

.span-checkbox{
  display: block;
  position: absolute;
  box-sizing: content-box;
  width: 16px;
  height: 16px;
  top: 10px;
  left: 0px;
  background-color: rgb(250, 250, 250);
  border-bottom: 2px solid #aaa;
  border-right: 2px solid #aaa;
  border-top: 2px solid #E3E3E3;
  border-left: 2px solid #E3E3E3;
  border-radius: 2px;
}

.span-checkbox::after{
  display: none;
  position: relative;
  content: "\2713";
  font-size: 1.8rem;
  top: -5px;
  transform: rotate(7deg);
  left: 1px;
}

.consent p{
  font-size: 1rem;
  display: inline-block;
  margin:0;
  padding: 0;
  margin-left: 2rem;
  top:-20px;
}

.checkout-form > p{
  font-size: 1.2rem;
}

.membership_radios input[type="radio"]{
  display: inline-block;
  z-index: 1;
  opacity: 0;
  margin-right: .6rem;
  top: .2rem;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

input[type="radio"]:checked +
.span-radio::after{
  display: block;
}

input[type="radio"]:focus + 
.span-radio,
.membership_radios label:hover + .span-radio,
.membership_radios input:hover + .span-radio{
  background-color: #ffebc2;
}

.span-radio{
  display: inline-block;
  position: relative;
  box-sizing: content-box;
  width: 16px;
  height: 16px;
  top: 3px;
  left: 3px;
  margin-left: -2rem;
  margin-right: .7rem;
  background-color: rgb(250, 250, 250);
  border: 2px solid rgb(85, 22, 22);
  border-radius: 50%;
}

.span-radio::after{
  display: none;
  position: relative;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: rgb(85, 22, 22);
  top: calc(50% - 4px);
  left: calc(50% - 4px);
}

.membership_radios label,
.membership_radios input{
  cursor: pointer;
}

.membership_radios p{
  margin-left: 2.2rem;
  font-size: .8rem;
  padding-top: .2rem;
}

.cost{
  font-size: 1rem;
}

.copyright .couch{
  text-decoration: none;
  cursor: text;
  color: rgb(85, 22, 22);
}


@media (min-width: 420px){

  .consent p,
  .display_on_website label,
  .display_on_website p,
  .membership_radios label{
    font-size: 1.1rem; 
  }

  .button{
    font-size: 1.4rem;
    padding: 10px 20px;
  }

  .container{ 
    margin: auto;
    padding: .8rem;
  }

  .form_textarea_p-small{
    display: inline;
  }
  
  .about-boardMembers{
    padding: .8rem;
    letter-spacing: .5px;
    line-height: 1.5rem;
    font-size: 1.2rem;
    margin:  auto;
  }

  .awards_p span{
    padding-right: .25rem;
  }

}

@media (min-width:620px){

  .award_div-show{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .awards_p{
    width: 50%;
    display: inline-block;
    width: 50%;
    font-size: 1.1rem;
    line-height: 1.6rem;
  }

}


@media (min-width: 900px){
  
  .container{
    width: calc(100% - 13rem);
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  main{
    margin-left: 168px;
    margin-right: 168px;
  }

  #main-index{
    padding-top: 2rem;
  }

  .about-boardMembers,
  #members,
  .main-contact,
  .main-member,
  .main-sales,
  .form_p,
  .main_p,
  .sales_p,
  .event-wrapper,
  .upcoming-event,
  .award-wrapper{
    padding-left: 0;
    padding-right: 0;
  }
 
  .upcoming-event h2{
    text-align: center;
    padding-bottom: 1.5rem;
    font-weight: 500;
    font-size: 1.8rem;
    letter-spacing: 1px;
  }

  #members{
    padding: 0 2rem;
  }

  #search-wrapper{
    margin: 0 auto;
    margin-top: 2rem;
  }
  
  
  header{
    width: 100%;
    height: 80px;
    z-index: 2;
    position: fixed;
    text-align: center;
    display: flex;
    box-shadow: 0px 0px 16px 6px rgba(34, 34, 34, 0.18), 0px 0px 6px 3px rgba(34, 34, 34, 0.15);
    
  }
  .header-background{
    position: absolute;
    z-index: 1;
    background: rgb(255, 199, 87);
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #777;
  }
  
  .header-logo{
    display: block; 
    z-index: 2;
  }

  .header-logo_a_img{  
    display: inline-block;
    width: 100px;
    z-index: 2;
    top: 5px;
    left: 2rem;
    filter: drop-shadow(0px 4px 2px rgba(34, 34, 34, .3));    
  }

  nav{
    width: 100%;
    z-index: 1;
    position: absolute;
  }
  
  #menubutton{
    display: none;
  }

  .hide_show{
    transform: translateY(0px);
  }

  #menu{
    z-index: 5;
    text-align: center;
    top: calc( 18px - .45vw );
    width: 100%;
    margin: 0;
    padding: 0;
    padding-right: 1rem;
    background-color: transparent;
    list-style-type: none;
    box-shadow: none;
    transition-duration: 350ms;
    display: flex;
    justify-content: flex-end;
    padding: 0;
    padding-right: 36px;
  }
  
  #menu a{
    display: block;
    padding: 0;
    top: 0;
    text-decoration: none;
    color: black;
    font-size: 22px;
    margin-left: 2rem;
    top: 18px;
  }

  #menu a::after{
    position: absolute;
    display: block;
    bottom: 18px;
    left: 1.28rem;
    left: 0;
    top: 25px;
    content: "";
    width: calc(100% - 2.48rem);
    width: 100%;
    height: 3px;
  }
  #menu a:hover::after{
    background-color: rgba(85, 22, 22, 0.22);
  }

  .a-active::after{
    background-color: rgba(85, 22, 22, 1);
  }
  
  .banner-wrapper{
    height: 70vh;
    max-height: 900px;
    overflow: hidden;
  }
  .banner{
    width: 100%;
    height: 100%;
  }
  .banner img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .member{
    flex: 1;
    display: flex;
    flex-direction: column;
    margin: 0 1.2rem 3.5rem 1.2rem;
    margin: 3.5rem .8rem;
    border-radius: 12px;
    min-width: 280px;
    max-width: 340px;
    min-height: 100%;
    background-color: rgb(255, 253, 250);
    margin: 3.5rem 1.6rem;
    min-width: 380px;
    max-width: 500px;
  }

  .farm-img-div{
    width: 100%;
    overflow: hidden;
    /*! Edited 05JUL2020  */
    /* height: 380px;  */
    height: 100%;
    max-height: 320px;
  }

  /*! Added the following  */
  .sales-img-div{
    width: 100%;
    overflow: hidden;
    height: 100%;
    max-height: 380px;
  }
  /*! End added  */

  .member-h2,
  .memberSaleItem h2{
    font-size: 1.6rem;
  }
  
  .webAddress{
    font-size: 1.15rem;
  }

  .member-description{
    line-height: 1.45rem;
    font-size: 1.1rem;
  }

  /* .member-info{
    margin-top: -3rem;
  } */
}

@media (min-width: 980px){

  footer{
    background: rgb(255, 199, 87);
    padding: 0 2rem;
    color: black;
    letter-spacing: .2px;
    box-shadow: 0px 0px 6px 3px rgba(34, 34, 34, 0.15);
    
  }

  .footer-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-left: 2px;
    margin-right: 2px;
  }

  .contact{
    order: 1;
  }

  .forms{
    order: 2;
  }

  .related{
    order: 3;
  }

  footer h4{
    padding-top: 2rem;
    text-align: left;
    padding-bottom: .5rem;
    text-decoration: underline;
  }

  .related ul,
  .forms ul,
  .contact ul{
    list-style-type: none;
    text-decoration: none;
    font-size: .9rem;
    text-align: left;
  }
  .related a,
  .forms a,
  .contact a{
    color: black;
    text-decoration: none;
  }
  .related a:hover,
  .forms a:hover,
  .contact a:hover{
    text-decoration: underline;
  }
  
  .address{
    text-align: left;
    font-size: .9rem;
    line-height: 1.3rem;
  }
  
  .copyright{
    display: absolute;
    text-align: center;
    padding-top: 2rem;
    font-size: .9rem;
  }

}

@media (min-width: 1250px){
  .header_h1{
    display: block;
    top: calc( 33px - .45vw );
    left: 4.5rem;
    left: calc(5rem - 1vw);
    font-size: calc(18px + (20 - 10) * ((100vw - 300px) / (1600 - 300)));
    z-index: 2;
  }
  .header_h1_a{
    text-decoration: none;
    color: inherit;
  }

}

@media (min-width: 1300px){
  .awards_p{
    display: inline-block;
    width: 30%;
    font-size: 1.1rem;
  }
}

