img {
  opacity: 1;
  transition: opacity 1.5s;
}
body {
  font-size: 21px;
}
html {
  scroll-behavior: smooth;
}
h1, h2, h3, h4 {
  display: inline;
}

#oregano-box {
  padding-top: 150px;
  opacity: 0.7;
  z-index: 2;
}

#my-header {
  /* margin-top: 60px; */
  background-image: url(../content/oregano2.jpg);
  background-color: #ffffff;
  height: 750px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

#my-header.lazy {
  background-image: none;
  background-color: #4b6126;
}

.transbox {
  text-align: center;
  margin-top: 100px;
  margin-left: 16%;
  margin-right: 16%;
  padding: 10px;
  border-radius: 10px;
  background-color: #fffffffa;
  opacity: 0.7;
  
}

#about {
  text-align: center;
  padding: 30px;
  background-image: linear-gradient(to bottom left, #607b31, white);
}

#products {
  text-align: center;
}

#product-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 85%;
  height: auto;
}

.my-background {
  padding:10px; 
  border-radius: 40px; 
  background-image: radial-gradient(#BCCCB2, white);
}

#fields {
  text-align: center;
}
#field-image {
  opacity: 0.95;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  height: auto;
}
/* #fields-text {
  padding: 30px;
  background-image: linear-gradient(to bottom left, #607b31, white);
} */

/* #fields-background {
  padding:20px;
  opacity: 0.8;
  background-image: url(../content/field1.jpg);
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.field-transbox {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 10px;
  border-radius: 10px;
  background-color: #fffffffa;
  opacity: 0.7;
  
} */

#contact-image-div {
  text-align: right;
}

#contact-image {
  max-height: 350px;
}

#contact-list {
  text-align: left;
}


#contact-background {
  background-color: #607b31b4;
  color:rgba(7, 21, 41, 0.925);
}

@media screen and (max-width: 760px) {
  
  #contact-image-div {
    text-align: center;
    margin-bottom: 40px;
  }
  #contact-list {
    text-align: center;
  }
}



@media screen and (max-width: 600px) {
  .transbox {
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 60px;
  }
  #my-header {
    height: 900px;
  }
  
  #contact-image-div {
    text-align: center;
    margin-bottom: 40px;
    
  }
  #contact-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    /* height: auto; */
  }

  #contact-list {
    text-align: center;
  }
}


