html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

/* Breakpoints */
@font-face {
  font-family: "cinetype";
  src: url("../fonts/GT-Cinetype-Regular.woff") format("woff"); }
body {
  font-family: "cinetype";
  font-weight: normal; }
  body a {
    color: black;
    text-decoration: none;
    border-bottom: 2px dotted black; }
    body a:hover {
      color: #34DCCC;
      border-bottom: 2px dotted #34DCCC; }

section {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  padding-right: 1.5em;
  padding-left: 1.5em; }
  section::after {
    clear: both;
    content: "";
    display: table; }
  section .bio {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%; }
    section .bio:last-child {
      margin-right: 0; }
    @media screen and (max-width: 53.75em) {
      section .bio {
        float: left;
        display: block;
        margin-right: 3.57866%;
        width: 100%; }
        section .bio:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 31.25em) {
      section .bio {
        float: left;
        display: block;
        margin-right: 7.42297%;
        width: 100%; }
        section .bio:last-child {
          margin-right: 0; } }
    section .bio p {
      font-size: 32px;
      line-height: 40px; }
      @media screen and (max-width: 31.25em) {
        section .bio p {
          font-size: 28px; } }
    section .bio .contact {
      font-size: 20px; }
    section .bio h1 {
      font-size: 20px;
      font-weight: normal;
      padding-left: 0.3em; }
  section .list {
    padding-top: 0;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%; }
    section .list:last-child {
      margin-right: 0; }
    section .list .contact {
      font-size: 20px;
      margin-top: 0; }
    section .list ul {
      list-style-type: disc;
      padding-left: 1em; }
      section .list ul li {
        padding-top: 0;
        padding-bottom: 0; }
        section .list ul li p {
          font-size: 20px;
          line-height: 28px;
          margin-top: 0.5em;
          margin-bottom: 0.5em; }
