* {
  box-sizing: border-box;
}

body {
  background-color: #FFF9F7;
  overflow-x: hidden;
}

.responsive {
  width: 100%;
  height: auto;
}

.div-background {
  background-color: #f5eee8;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Sen', sans-serif;
  color:#715858;
}

.main-header {
  background-color: #C8DDBE;
  height: 80px;
}

header {
  text-align: center;
  color: #715858;
  font-family: 'Sen', sans-serif;
  position: relative;
}

.header-text {
  font-size: 50px;
  position: absolute;
  width: 100%;
  text-align: center;
}

.navigation {
  background-color: #A4B49C;
  color: #715858;
  overflow: hidden;
}

.footer {
  background-color: #A4B49C;
  color: black;
  overflow: hidden;
}

.footer h5 {
  color: black;
}

.fb-logo, .yt-logo, .ig-logo {
  width: 20px;
  height: 20px;
}

.fb-logo, .yt-logo {
  margin-left: 15px;
}

.navigation {
  overflow: hidden;
  display: flex;
  justify-content: center;
  position: sticky;
  top: 0;
  z-index: 100;
}

.about-us, .our-farm, .gardening, .honey-headings, .to-do, .shop{
  text-align: center;
  margin-top: 5%;
  margin-bottom: 3%;
}

.benefits {
  padding-top: 3%;
  padding-left: 2%; 
  padding-bottom: 3%; 
}

.farm-info {
  text-align: center;
  margin-top: 5%;
  margin-bottom: 5%;
}

.farmers {
  text-align: center;
  margin-top: 5%;
}

.to-do {
  margin-top: 10%;
  margin-bottom: 5%;
}

.to-do-title {
  margin-top: 10%;
}

.history {
  margin-bottom: 5%;
  margin-top: 10%;
}

.bio, .booking-info {
  color:#715858;
  font-size: large;
  text-align: center;
  margin-bottom: 10%;
}

.booking-info {
  margin-top: 5%;
  margin-bottom: 5%;
}

.home-card, .gardening-card {
  text-align: center;
  background-color: #DCA078;
  padding: 5%;
  color: white !important;
}

.gardening-text, .strong {
  text-align: center;
  margin-top: 5%;
}

.zoom {
  transition: transform .2s; /* Animation */
}

.bestsellers  {
  text-align: center;
  padding-top: 6%;
}

.home-info {
  margin-top: 10%;
  text-align: center;
  margin-bottom: 12%;
}

.div-text {
  max-width: 85%;
  text-align: center;
}

.button-white {
  color: white !important;
}

.button-book {
  text-align: center;
  margin-bottom: 3%;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

.form-button {
  justify-content: flex-end;
}

.book {
  padding: 1%;
  border: none;
  outline: none;
  margin-bottom: 5%;
  background-color: #dca078;
  border-radius: 4px;
}

.info-heading {
  margin-bottom: 5%;
  text-align: center;
}

.shopping {
  text-align: center;
  margin-top: 3%;
  margin-bottom: 5%;
}

/*links*/
.back-to-top {
  text-align: center;
  margin-bottom: 5%;
  margin-top: 5%;
}

.product-links a {
  margin: 2%;
}

a:link {
  color:black; 
  text-decoration: none;
}

a:visited {
  color: black;
  text-decoration: none;
}

.product-links a:hover {
  text-decoration: underline;
}

.footer-link a:hover {
  text-decoration: underline;
}

.back-to-top a:hover {
  text-decoration: underline;
}

.navigation a:hover {
  text-decoration: underline;
}
/*end of links*/

/*size for map*/
.map-responsive {
  height: 100%;
}

.section-text {
  text-align: center;
}

.contact-me {
  padding: 1%;
  margin-top: 10px;
}

.image-section {
  padding: 5%;
}

.underline {
  text-decoration: underline;
}

#wellness, #homeware, #clothing {
  margin-top: 5%;
  margin-bottom: 5%;
  text-align: center;
}

/*Slick track*/
.slider {
  width: 65%;      
  margin-top: 5%;
}

.slick-slide {
margin: 0px 20px;
}

.slick-slide img {
width: 100%;
}

.slick-next:before {
  color: black;
  content: ">";
  font-size: 30px;
}

.slick-prev:before {
  color: black;
  content: "<";
  font-size: 30px;
}

.slick-slide {
transition: all ease-in-out .3s;
opacity: 1;
}
/*end of slick track*/


.banner-text-one {
  color: white;
}

.product-links {
  text-align: center;
  margin-top: 3%;
  margin-bottom: 1%;
  font-size: large;
  font-family: 'Sen', sans-serif;
}

.socials {
  margin-top: 2%;
  margin-bottom: 5%;
}

.kind-earth {
  text-align: center;
  margin-bottom: 10%;
  margin-top: 5%;
}

.honey-list {
  text-align: left;
  margin-left: 20px;
  font-size: large;
  line-height: 60px;
}

.honey-product {
  margin-bottom: 6%;
}

.honey-benefits, .reviews, .honey-carousel {
  margin-bottom: 10%;
}

.honey-carousel {
  width:800px;
  height:500px;
  
}

/*accordion styling*/
/*accordion button text color*/
.accordion-button {
  color: #715858 !important;
}

.accordion-button:not(.collapsed) {
  color: #715858  !important;
  background-color: #C8DDBE !important;
}

.accordion-button:link, .accordion-button:visited, .accordion-button:hover, .accordion-button:active  {
  background-color: #C8DDBE !important;
  color:#715858 !important;
  text-decoration: none !important;
  border: hidden !important;
  border-color: #715858 !important;
  box-shadow: 0px !important;
}

.accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 .25rem #FFF !important;
}


.responsive {
  width: 100%;
  height: auto;
}

/*force content to bottom of div (buttons)*/
.flex-column { 
  display: flex;
}

.read-more, .form-button {
  color: black;
  margin-top: 8%;
  margin-bottom: 10%;
  background-color: #DCA078;
  padding-top: 3%;
  padding-bottom: 3%;
  padding-left: 10%;
  padding-right: 10%;
  border: none;
  outline: none;
  border-radius: 4px;
}

.flex-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}


.flex-fill, .center {
  text-align: center;
}
/*end*/

/*svg logo*/
.logo {
  width: 150px;
  margin-left: 20px;
  margin-bottom: 30px;
}

.header-logo {
  width: 60px;
  float: left;
  margin-left: 15px;
  margin-top: 15px;
}

/*Cookie consent*/

.cookie-container {
  display: flex;
  flex-direction: row;
  align-items: end;
}

#cookiePopup {
  background: white;
  width: 25%;
  position: fixed;
  right: 20px;
  bottom: 30px;
  padding: 5px 10px;
}
  #cookiePopup p{
  font-size: 15px;
  color: #4e4e4e;
}
#cookiePopup button{
  width: 100%;
  border: navajowhite;
  background: #DCA078;
  padding: 5px;
  border-radius: 10px;
  color: white;
}
/*end of cookie consent*/


/*responsive grid layout on product page*/
.grid-container {
  display: grid;
  grid-column-gap: 10px;
  width: 100%;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(4, 1fr);
  list-style-type: none;
  padding-left:0;
  max-width: 1400px;
  margin: auto;
}

.item-one {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
  height: 0;
  padding-bottom: calc(100% - 2px);
}

.item-two {
  grid-column: 3 / 4;
  grid-row: 1 / 2;
  height: 0;
  padding-bottom: calc(100% - 2px);
}

.item {
  padding-bottom: 20px;
}

/* large images*/
.item-first {
  grid-column: 5 / 7;
  grid-row: 1 / 4;
}

.item-large {
  grid-column: 1 / 3;
  grid-row: 1 / 4;
}

/*cookie*/
.cookie-consent {
  display: flex;
}

.cookie-consent-inner {
  justify-content: flex-end;
}

.cookie-button {
  font-size: 16px;
  line-height: 30px;
  color: #DCA078;
  width: 100px;
  cursor: pointer;
  text-align: center;
}
/*end of cookie*/

.video-container {
  position: relative;
  margin-top: 10%;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

@import url('https://fonts.cdnfonts.com/css/sen');

@media only screen and (min-width: 992px) {
    .line {
        border: solid #000;
        border-width: 0 2px;
    }
  }

/*small screen layout*/
@media screen and (min-width: 100px) {
  .grid-container {
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: repeat(11, 1fr);
  }
  .item-one {              
    grid-column: 1 / 2;
    grid-row: 3 / 4;
  }
  .item-first {       
    grid-column: 1 / 3;
    grid-row: 1 / 3;
  }
  .item-large {
    grid-column: 1 / 3;
    grid-row: 1 / 3;
  }
  .item-two {
    grid-column: 1 / 2;
    grid-row: 3 / 4;
  }
  .zoom:hover{
    transform: scale(none);
   }
   .div-text {
    text-align: center;
  }
}


/*large screen layout*/
@media screen and (min-width: 1000px) {
  .grid-container {
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(4, 1fr);
  }
  .item-one {          /*matcha*/
    grid-column: 1 / 2;
    grid-row: 1 / 2;
  }
  .item-first {      /*large image*/
    grid-column: 5 / 7;
    grid-row: 1 / 4;
  }
  .item-large {
    grid-column: 1 / 3;
    grid-row: 1/4;
  }
  .item-two {
    grid-column: 3 / 4;
    grid-row: 1 / 2;
  }
  .zoom:hover{
    transform: scale(1.05);
   }
   .div-text {
    text-align: center;
  }
}

/*medium screen layout*/
@media screen and (max-width: 991px) {

  .div-text {
    text-align: left;
  }
  .facebook {
    margin-bottom: 40px;
  }
  .instagram {
    margin-bottom: 40px;
  }
  .youtube {
    margin-bottom: 40px;
  }
  .logo {
    width: 80px;
    height: 80px;
    margin-left: 10px;
  }
  .header-logo {
    width: 50px;
    height: 50px;
  }
  .header-text {
    margin-top: 5px;
  }
  .fb-logo, .yt-logo, .ig-logo {
    margin-bottom: 20px;
  }
  #cookiePopup {
    width: 35%;
    text-align: center;
  }
  .flex-column {
    width: 100%;
  }
  .gardening-cards {
    width: 85%;
    height: 90%;
    margin: auto;
  }
}

/*mobile*/
@media screen and (max-width: 768px) {
  .resize {
    width: 80%;
    height: auto;
  }
  .borders, .roost, .farm-shop {
    margin-top: 4%;
  }
  .honey-carousel {
    width: 90%;
    height: auto;
  }
  .navigation {
    justify-content: end;
    padding-left:3%;
    padding-right: 3%;
    text-align: right;
  }
  .slick-next:before {
    display: none;
  }
  .slick-prev:before {
    display: none;
  }
  #cookiePopup {
    width: 70%;
    text-align: center;
    right: 70px;
  }
  .cards {
    width: 80%;
    height: 80%;
    margin: auto;
  }
  .gardening-cards {
    width: 85%;
    height: 90%;
    margin: auto;
  }
  .div-text {
    text-align: center;
  }
  .header-text {
    font-size: 35px;
    margin-top: 15px;
  }
  .bestsellers {
    padding-top: 15%;
  }
  .home-info {
    margin-top: 20%;
  }
  .product-links {
    margin-top: 15%;
    margin-bottom: 15%;
  }
  .shopping {
    margin-bottom: 15%;
  }
  .benefits {
    text-align: center;
  }
  .community {
    margin-top: 15%;
  }
  .honey-reviews {
    margin-top: 10%;
    margin-bottom: 15%;
  }
  .slider {
    overflow-x: none;
  }
}