body {
  background-image: url("pics/kreta_bg.webp");
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  /*background-position-y: -150px;*/
  background-position-x: center;
  height: auto;
}

.describe-wrap {
  min-height: 800px;
  background: rgba(100,150,200,.5);
  padding: 100px 0px;
  
}

h2 {
  color: #CDE;
  font-size: 2.8em;
  text-align: center;
}

h3 {
  text-decoration: underline;
  font-size: 1.5em;
}

.dscr-box {
  margin: auto;
  width: 96%;
  max-width: 940px;
  background: rgba(15,25,25, .4);
  border-radius: 15px;
  padding: 40px 50px;
  color: #BCD;
  font-size: 1.1em;

}

@media only screen and (min-width: 850px) {
  .dscr-box {
    width: 90%;
  }
}

@media only screen and (max-width: 670px) {
  .dscr-box {
    padding: 20px;
  }
}