@font-face {
  font-family: 'TapesFont';
  src: url(../fonts/InterVariable.ttf);
}
@font-face {
  font-family: 'TapesFontItalic';
  src: url(../fonts/InterVariable-Italic.ttf);
}
body {
  margin: auto;
  background-color: #F0E6DC;
  font-size: large;
}
@media screen and (max-width: 1836px) {
  body {
    font-size: small;
  }
}
@media screen and (max-width: 880px) {
  body {
    font-size: x-small;
  }
}
body .section-logo {
  padding: 10%;
}
body .section-logo img {
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
}
body .section-light {
  position: relative;
  padding: 10%;
  background-color: #F0E6DC;
}
body .section-light.section-right-before-footer {
  padding-bottom: 2em;
}
body .section-light h1 {
  font-family: 'TapesFont';
  font-size: 400%;
  font-style: normal;
  color: #28000F;
}
body .section-light h1 span {
  color: #FF7800;
}
body .section-light h1 i {
  font-style: normal;
  font-family: 'TapesFontItalic';
}
body .section-light h2 {
  font-family: 'TapesFont';
  font-size: 300%;
  font-style: normal;
  color: #28000F;
}
body .section-light h2 span {
  color: #FF7800;
}
body .section-light h2 i {
  font-style: normal;
  font-family: 'TapesFontItalic';
}
body .section-light p,
body .section-light address {
  font-family: 'TapesFont';
  font-size: 200%;
  font-style: normal;
  color: #28000F;
  margin-block-start: 0.25em;
  margin-block-end: 0.25em;
}
body .section-light p.previous-work-paragraph,
body .section-light address.previous-work-paragraph {
  font-size: 100%;
}
body .section-light p i,
body .section-light address i {
  font-style: normal;
  font-family: 'TapesFontItalic';
}
body .section-light p a,
body .section-light address a {
  font-style: normal;
  text-decoration-line: none;
  color: #28000F;
}
body .section-light p a:visited,
body .section-light address a:visited {
  font-style: normal;
  text-decoration-line: none;
  color: #28000F;
}
body .section-light p a:hover,
body .section-light address a:hover {
  color: #FF7800;
}
body .section-light p:first-of-type,
body .section-light address:first-of-type {
  margin-block-start: 1em;
}
body .section-light p:last-child,
body .section-light address:last-child {
  margin-block-end: 1em;
}
body .section-light .founder-section-header {
  display: flex;
  flex-direction: row;
}
body .section-light .founder-section-header img.founder-portrait {
  border-radius: 50%;
  border-color: #F0E6DC;
  height: 8em;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1em;
}
@media screen and (max-width: 686px) {
  body .section-light .founder-section-header img.founder-portrait {
    display: none;
  }
}
body .section-light .founder-section-header h1,
body .section-light .founder-section-header h2 {
  margin: 0;
}
body .section-light .founder-section-header h1 span,
body .section-light .founder-section-header h2 span {
  white-space: nowrap;
}
body .section-light > div.copyright-footer {
  font-size: 50%;
  position: absolute;
  bottom: 1.8em;
}
body .section-light > div.copyright-footer > p {
  margin: 0;
}
body .section-dark {
  position: relative;
  padding: 10%;
  background-color: #28000F;
}
body .section-dark.section-right-before-footer {
  padding-bottom: 2em;
}
body .section-dark h1 {
  font-family: 'TapesFont';
  font-size: 400%;
  font-style: normal;
  color: #F0E6DC;
}
body .section-dark h1 span {
  color: #FF7800;
}
body .section-dark h1 i {
  font-style: normal;
  font-family: 'TapesFontItalic';
}
body .section-dark h2 {
  font-family: 'TapesFont';
  font-size: 300%;
  font-style: normal;
  color: #F0E6DC;
}
body .section-dark h2 span {
  color: #FF7800;
}
body .section-dark h2 i {
  font-style: normal;
  font-family: 'TapesFontItalic';
}
body .section-dark p,
body .section-dark address {
  font-family: 'TapesFont';
  font-size: 200%;
  font-style: normal;
  color: #F0E6DC;
  margin-block-start: 0.25em;
  margin-block-end: 0.25em;
}
body .section-dark p.previous-work-paragraph,
body .section-dark address.previous-work-paragraph {
  font-size: 100%;
}
body .section-dark p i,
body .section-dark address i {
  font-style: normal;
  font-family: 'TapesFontItalic';
}
body .section-dark p a,
body .section-dark address a {
  font-style: normal;
  text-decoration-line: none;
  color: #F0E6DC;
}
body .section-dark p a:visited,
body .section-dark address a:visited {
  font-style: normal;
  text-decoration-line: none;
  color: #F0E6DC;
}
body .section-dark p a:hover,
body .section-dark address a:hover {
  color: #FF7800;
}
body .section-dark p:first-of-type,
body .section-dark address:first-of-type {
  margin-block-start: 1em;
}
body .section-dark p:last-child,
body .section-dark address:last-child {
  margin-block-end: 1em;
}
body .section-dark .founder-section-header {
  display: flex;
  flex-direction: row;
}
body .section-dark .founder-section-header img.founder-portrait {
  border-radius: 50%;
  border-color: #28000F;
  height: 8em;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1em;
}
@media screen and (max-width: 686px) {
  body .section-dark .founder-section-header img.founder-portrait {
    display: none;
  }
}
body .section-dark .founder-section-header h1,
body .section-dark .founder-section-header h2 {
  margin: 0;
}
body .section-dark .founder-section-header h1 span,
body .section-dark .founder-section-header h2 span {
  white-space: nowrap;
}
body .section-dark > div.copyright-footer {
  font-size: 50%;
  position: absolute;
  bottom: 1.8em;
}
body .section-dark > div.copyright-footer > p {
  margin: 0;
}
body .section-orange {
  position: relative;
  padding: 10%;
  background-color: #FF7800;
}
body .section-orange.section-right-before-footer {
  padding-bottom: 2em;
}
body .section-orange h1 {
  font-family: 'TapesFont';
  font-size: 400%;
  font-style: normal;
  color: #F0E6DC;
}
body .section-orange h1 span {
  color: #28000F;
}
body .section-orange h1 i {
  font-style: normal;
  font-family: 'TapesFontItalic';
}
body .section-orange h2 {
  font-family: 'TapesFont';
  font-size: 300%;
  font-style: normal;
  color: #F0E6DC;
}
body .section-orange h2 span {
  color: #28000F;
}
body .section-orange h2 i {
  font-style: normal;
  font-family: 'TapesFontItalic';
}
body .section-orange p,
body .section-orange address {
  font-family: 'TapesFont';
  font-size: 200%;
  font-style: normal;
  color: #28000F;
  margin-block-start: 0.25em;
  margin-block-end: 0.25em;
}
body .section-orange p.previous-work-paragraph,
body .section-orange address.previous-work-paragraph {
  font-size: 100%;
}
body .section-orange p i,
body .section-orange address i {
  font-style: normal;
  font-family: 'TapesFontItalic';
}
body .section-orange p a,
body .section-orange address a {
  font-style: normal;
  text-decoration-line: none;
  color: #28000F;
}
body .section-orange p a:visited,
body .section-orange address a:visited {
  font-style: normal;
  text-decoration-line: none;
  color: #28000F;
}
body .section-orange p a:hover,
body .section-orange address a:hover {
  color: #28000F;
}
body .section-orange p:first-of-type,
body .section-orange address:first-of-type {
  margin-block-start: 1em;
}
body .section-orange p:last-child,
body .section-orange address:last-child {
  margin-block-end: 1em;
}
body .section-orange .founder-section-header {
  display: flex;
  flex-direction: row;
}
body .section-orange .founder-section-header img.founder-portrait {
  border-radius: 50%;
  border-color: #FF7800;
  height: 8em;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1em;
}
@media screen and (max-width: 686px) {
  body .section-orange .founder-section-header img.founder-portrait {
    display: none;
  }
}
body .section-orange .founder-section-header h1,
body .section-orange .founder-section-header h2 {
  margin: 0;
}
body .section-orange .founder-section-header h1 span,
body .section-orange .founder-section-header h2 span {
  white-space: nowrap;
}
body .section-orange > div.copyright-footer {
  font-size: 50%;
  position: absolute;
  bottom: 1.8em;
}
body .section-orange > div.copyright-footer > p {
  margin: 0;
}
@media screen and (max-width: 1330px) {
  body .two-column-layout {
    display: block;
  }
}
@media not screen and (max-width: 1330px) {
  body .two-column-layout {
    display: grid;
    column-gap: 3em;
    row-gap: 2em;
    grid-template-columns: 50% 50%;
  }
  body .two-column-layout > div:nth-child(2) {
    grid-row: span 2;
  }
  body .two-column-layout > div > p:first-child {
    margin-block-start: 0;
  }
  body .two-column-layout > div > p:last-child {
    margin-block-end: 0;
  }
  body .two-column-layout.founder-section-odd > div:nth-child(2) {
    grid-row-start: 1;
    grid-row-end: 3;
  }
}
