#main_content {
  height: 100vh;
  width: 100vw;
  position: fixed;
  left: 0px;
  overflow: hidden;
}

#main_content-scroller {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 130;

  height: 100vh;
  width: 100vw;

  overflow-y: scroll;
  overflow-x: hidden;
}

/****************************************************** TRANSPARENT PARTS *******************************************************************/
.main_content-transparent {
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  object-fit: contain;
}

.main_content-transparent-text {
  font-family: var(--ostt);
  color: var(--white);
  font-size: 8vh;
  margin-bottom: 13vh;
  font-weight: 100;
}

/******************************************************* CONTENT PARTS ***********************************************************************/
.main_content-band {
  background-color: var(--darkgreen);
  height: 100vh;
  width: 100vw;
}

.main_content-side {
  height: 100vh;
  overflow: hidden;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  color: var(--white);
  padding: 6vh;
}

.main_content-side p {
  margin-bottom: 6vh;
  color: inherit;
  font-size: 3.5vh;
  text-align: left;
  font-weight: 200;
}
