@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400&display=swap');

html{
scroll-behavior: smooth;}

body {

   background-color: #F8F5EE;
}



/* Add a black background color to the top navigation */
.topnav {

  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: #2B720D;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  justify-content: center;
  padding-top: 1%;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Add an active class to highlight the current page */
.topnav a.active {
 
  color: #2B720D;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}



@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
        margin-top: 1%;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
    }
   }
    



body{
    position: absolute;
    background-color: #F8F5EE;
    font-size: 1.6rem;
    margin: 0;
    padding:0;
    width : 100%;
}

header{
    background-color: #F8F5EE;
    position: fixed;
    width: 100%;
   padding: 2%;
   z-index :1;
}


.imgProd {
  width: 350px;
    height: auto;
    margin: auto;
    border-radius: 15px;
}

h1{  font-family: 'Playfair Display', serif;
 color : #F8F5EE ;
  padding-top: 7%;
  padding-bottom:  5%;
 


}

.row{
  margin: auto;
    width: 50%;
    padding: 10px;
    background-color: #BAD1B1;
    margin-top: 10%;
       border-radius: 15px;
}
.col-md-8{
  margin-bottom: 5%;
  margin-top: 5%;
}

audio{
  margin-top: 5%;
  text-align: center;
}

.col-md-4{text-align: center;}
/* MEDIA QUERIES */


@media screen and (max-width: 900px) {
 .row{width: 75%;}

}

@media screen and (max-width: 500px) {
  .row{width: 100%;}
  
  .imgProd{
    width: 250px;
  }
}

/* footer */

footer {
  background-color:  #F8F5EE;
  
    margin-top: 2%;
    padding-bottom: 2%;
    text-align: center;
}

@media screen and (min-width: 601px) {
  h1 {
    font-size: 40px;
  }
  h2{
    font-size: 35px;
  }
  footer #RS {
width: 50px;
    margin-right: 40px;
  }
}

@media screen and (max-width: 600px) {
  h1 {
    font-size: 35px;
    letter-spacing: 0;

  }
    h2{
    font-size: 20px;
  }
  footer #RS {
width: 45px;
    margin-right: 20px;
  }
}

@media screen and (min-width: 601px) {
  h1 {
    font-size: 40px;
  }
  h2{
    font-size: 35px;
  }
  footer #RS {
width: 50px;
    margin-right: 40px;
  }
}

@media screen and (max-width: 600px) {
  h1 {
    font-size: 35px;
    letter-spacing: 0;

  }
    h2{
    font-size: 20px;
  }
  footer #RS {
width: 45px;
    margin-right: 20px;
  }
}

.buttonCentre{
  margin: 2em;
    text-align: center;
}

button{ border : 2px solid #2B720D;
  
  background-color: transparent;
  width: 16em;
  height: 4em;
}
  button>a{
    color : #2B720D;
  }

a:hover{
  text-decoration: none;
  color : #2B720D ;
}

.honeyImg {     padding-top: 2%;
    text-align: center; }