.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;
  display: block;
  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 {
  width: 60%;
  font-size: 1.5rem;
  margin: 5px;
  padding-top:0.5rem;
  padding-bottom: 0.5rem;
}

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

.offer_main_title_behaviour {
  width: 70%;
  margin: 0px;
  padding-top:0.5rem;
  padding-bottom: 0.5rem;

  font-size: 1.5rem;
  float: right;
}

.offer_price {
  position: absolute;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  top: 0;
  right: 0;
  margin: 0;
  font-size: 2rem;
  color: white;
  background: #df9e49;
  padding: 0px;
  transform: rotate(45deg) translate(3.5rem, -2.5rem);
  transform-origin: center;
  width: 12rem;
  text-align: center;
}

.offer_banner_text {
  width:90%;
  font-weight: bold;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  margin: 5px;
  font-size: 1.1rem;
  color: rgb(90, 90, 90);
}

.banner_training_float {
  font-weight: bold;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  margin: 5px;
  font-size: 1.1rem;
  color: rgb(90, 90, 90);
  padding-top: 6rem;
}

.offer_price_behaviour {
  position: absolute;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  top: 0;
  left: 0;
  margin: 0;
  font-size: 2rem;
  color: white;
  background: #df9e49;
  padding: 0px;
  transform: rotate(-45deg) translate(-3rem, -2rem);
  transform-origin: center;
  width: 12rem;
  text-align: center;
}

.offer_walks,
.offer_clicker {
  width: 80%;
  margin: 1rem 0;
  border: 4px solid #0e4f1f;
  border-left: none;
  position: relative;
  overflow: hidden;
  background: rgba(152, 211, 157, 0.911); /*     */
}

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

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

