@media (max-width: 801px) {
  h1 {
    font-size: 2.5rem !important;
  }
  .wrapper {
    display: block !important;
    height: auto !important;
    position: relative !important;
  }
  .portrait,
  .biography {
    height: auto !important;
    max-height: inherit !important;
    width: 100% !important;
    flex: none !important;
  }
  .biography {
    padding: 2rem 3rem !important;
  }
  .portrait {
    height: 400px !important;
    max-height: 400px !important;
  }
}
body {
  height: 100vh;
}
* {
  box-sizing: border-box;
}
.portrait {
  background-image: url("/assets/img/patrick-freewrite.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  height: 100%;
  position: relative;
}
.biography {
  font-size: 1.2rem;
}
@media all and (max-width: 767px) {
  .wrapper {
    display: block;
  }
  .portrait {
    float: none !important;
    width: 100% !important;
  }
}
body {
  box-sizing: border-box;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
.wrapper {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
}
.wrapper > * {
  flex: 1;
  max-height: 100%;
  max-height: 100vh;
  overflow-y: auto;
}
.biography {
  overflow-y: auto;
  padding: 3rem 3rem;
  margin: 0;
  position: relative;
}
.lists {
  display: flex;
}
.caption {
  font-size: 0.85rem;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(255,255,255,0.75);
  font-color: #000;
  padding: 0.5rem;
}
.lists ul {
  padding: 0;
  margin: 0 5rem 0 0;
  font-weight: 700;
  list-style-type: none;
}
@media only screen and (max-width: 600px) {
  .lists {
    flex-wrap: wrap;
  }
  .lists ul {
    width: 50%;
    margin: 0 0 0 0;
  }
}
.lists ul li {
  margin-left: 0rem;
  font-weight: 400;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.lists ul li:first-child {
  margin-top: 0.5rem;
}
body {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
}
hr {
  width: 40px;
  margin: 2rem 0;
  border: 2px solid #720000;
}
h1 {
  font-family: 'Raleway', sans-serif;
  font-family: 'Crimson Text', serif;
  font-size: 4rem;
  padding: 0 !important;
  margin: 0 0 2rem 0;
}
a:link,
a:hover,
a:visited,
a:active {
  color: #720000 !important;
  font-weight: 700;
  text-decoration: none;
}
.lists a:link,
.lists a:hover,
.lists a:visited,
.lists a:active {
  color: #666 !important;
  font-weight: 400;
  text-decoration: underline;
}
h2 {
  font-family: 'Raleway', sans-serif;
  font-size: 2rem;
  padding: 0 !important;
  margin: 1.5rem 0 2rem 0 !important;
}
.foot {
  padding-bottom: 1rem;
}
.foot h3 {
  margin-top: 2rem;
  margin-bottom: 0;
  padding-bottom: 0;
}
img {
  max-height: 140px;
  margin: 0 auto;
  display: block;
}
.biography p {
  color: #666;
}
