.option {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  max-width: 500px;

  font-family: "Futura PT";
}

h2 {
  font-family: "Futura PT";
  font-weight: bolder;
}

.header-img-only {
  width: calc(100% - 5rem);
  position: relative;
  top: 0px;
  align-self: center;
}

.aboutButton {
  font-size: large;
}

.aboutButton,
.aboutButton:hover,
.aboutButton:active {
  color: white;
  border: none;
}

.footer-logo {
  width: 90%;
  max-height: 17vh;
  object-fit: contain;
}

.footer-children {
  position: relative;
  bottom: 0px;
  width: 90%;
  max-height: 30vh;
  object-fit: contain;
  margin-bottom: 12px;
}

.aboutButton {
  display: flex;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  margin-right: 0vw;

  top: 0px;
  position: relative;
  align-items: center;
  right: 0px;
}

.landing-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 800px) {
  .header-img-only {
    position: sticky;
    width: calc(100% - 20rem);
  }
  
.aboutButton {
  display: flex;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  margin-right: 3vw;

  top: 50px;
  position: absolute;
  right: 0px;
}
  .landing-header {
    display: flex;
    flex-direction: row;
    align-content: space-evenly;
    justify-content: center;
  }
}
