
.parallax--balkiens{
  background-image: url("tree-cliff.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.aboutbalkiens{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  /*max-width: 615px;*/
  /*padding-top: 41px;*/
  width: 100%;
}

.white-balkiens-page{
  background-color: #ffffffeb;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.balkien-caption{
  max-width: 685px;
  padding: 29px;
  padding-top: 0px;
}

#yesl-in-the-air{
  margin:87px;
}

/* if we are in landscape, and screen height less than X, then shrink slightly. */
@media (orientation: landscape), (max-height: 380px) {
  #yesl-in-the-air{
    margin:44px;
  }
}