/* -------------
   S E C T I O N
   ------------- */

section {
  min-height: calc(100vh - 80px);
  margin: 10px;
}

section .background {
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position: center;
  min-height: calc(100vh - 80px);
  margin-top: 55px;
}

section .content {
  padding: 30px;
}

section h1 {
  font-size: 1.8rem;
  padding-bottom: 0.5rem;
  font-style: normal;
}

section .textbox {
  min-height: calc(100vh - 80px);
  background: rgba(255,255,255,.8);
  text-align: left;
  color: #403a3a;
  font-weight: 400;
  font-size: 1.2rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-style: italic;
}

section .textbox h1 {
  font-size: 1.8rem;
  padding-bottom: 0.5rem;
  font-style: normal;
}

section .center {
  text-align: center;
  margin: auto;
  xwidth: fit-content;
  height: unset;
}

section .left {
  justify-self: left;
}

section .right {
  justify-self: right;
}
