.menu_select {
  color: rgb(224, 191, 80);
  text-decoration: none;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

.top_filler {
  height: 0rem;
}

#main_section {
  width: 100%;
  text-align: left;
  position: relative;
  left: 0px;
  z-index: 1;
}

.background_image {
  visibility: hidden; /*only visible above 60 rem */
  background: url("../images/grass_and_leaves.jpg") center/cover;
  filter: grayscale(30%);
  width: 100%;
  height: 100%;

  z-index: 1;
}

.static_image {
  display: block;
  filter: grayscale(30%);
  position: fixed;
  z-index: 1;
  width: 100%;
}

.about_text {
  text-align: left;
  padding-left: 5px;
}

.about_behaviour_text {
  padding-top: 6rem;
  padding-left: 0.6rem;
}

.offer_main_title {
  font-size: 2rem;
  margin: 5px;
}

.offer_behaviour_container {
  width: 80%;
  float: right;
}

.offer_main_title_behaviour {
  width: 90%;
  top: 3rem;
  height: 4rem;
  font-size: 2rem;
  margin: 5px;
  text-align: right;
  padding-left: 1 rem;
}

.left_side {
  width: 80%;
  margin: 1rem 0;
  border: 4px solid #0e4f1f;
  border-left: none;
  position: relative;
  overflow: hidden;
  background: rgba(212, 182, 118, 0.911); /*     */
}

.right_side {
  float: right;
  width: 80%;
  margin: 1rem 0;
  border: 4px solid #0e4f1f;
  border-right: none;
  position: relative;
  overflow: hidden;
  background: rgba(212, 182, 118, 0.911);
}

.end_section {
  width: 100%;
}

@media (min-width: 60rem)  {
  .background_image {
    visibility: visible;
    background: url("../images/tree.jpg") center/cover;
    filter: grayscale(30%);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1;
  }
}

@media (min-height: 60rem)  {
  .background_image {
    visibility: visible;
    background: url("../images/tree.jpg") center/cover;
    filter: grayscale(30%);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1;
  }
}

