html,
body {
  height: 100%;
}

.header_wrapper {
  height: 100%;
}

@media (max-width: 768px) {
  .aboveFold {
    box-sizing: border-box;
    height: calc(100% - 94px);
    padding: 8px;
  }
}

@media (min-width: 769px) {
  .aboveFold {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    height: calc(100% - 192px);
  }
}

.aboveFold img {
  width: 100%;
  font-family: 'object-fit: scale-down;';
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

@media (max-width: 768px) {
  .aboveFold img {
    height: 100%;
  }
}

@media (min-width: 769px) {
  .aboveFold img {
    height: 80%;
  }
}

.content .section:first-child {
  margin-top: 56px !important;
}

.content .section h1 {
  margin-top: 0;
  margin-bottom: 56px;
  font-size: 18px;
  line-height: 1.75;
  color: #231815;
  letter-spacing: 0.2em;
}

@media (min-width: 769px) {
  .content .section h1 {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    font-size: 18px;
  }
}

@media (min-width: 769px) {
  .content .section h1::before, .content .section h1::after {
    display: inline-block;
    width: 53px;
    height: 3px;
    content: "";
    background-color: #9e9e9f;
  }
}

@media (min-width: 769px) {
  .content .section h1::before {
    margin-right: 24px;
  }
}

@media (max-width: 768px) {
  .content .section h1::after {
    display: block;
    width: 53px;
    height: 3px;
    margin-top: 8px;
    content: "";
    background-color: #9e9e9f;
  }
}

@media (min-width: 769px) {
  .content .section h1::after {
    margin-left: 24px;
  }
}

.content .section .profile {
  margin-top: 0;
  margin-bottom: 56px;
  text-align: center;
}

.content .section .profile dt {
  padding-left: 0.66em;
  margin-bottom: 12px;
  font-size: 28px;
  line-height: 43px;
  letter-spacing: 0.66em;
}

.content .section .profile dd {
  padding-left: 0.2em;
  margin-left: 0;
  font-size: 14px;
  line-height: 29px;
  letter-spacing: 0.2em;
}

.content .section .text {
  margin-bottom: 56px;
  font-size: 14px;
  line-height: 43px;
  letter-spacing: 0.2em;
}

@media (min-width: 769px) {
  .content .section .text {
    text-align: center;
  }
}

.content .section .text p {
  margin-top: 0;
  margin-bottom: 0;
}

.content .section .biography {
  margin-top: 0;
  margin-left: 0;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
  letter-spacing: 0.2em;
}

.content .section .biography dd {
  margin-left: 0;
}

.content .section .biography dd + dt {
  margin-top: 25px;
}

.content .section .biography ul {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: none;
}
