html {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 50px;
  color: #555;
}

body,
input {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  /*-webkit-font-smoothing: antialiased;*/
}

a {
  text-decoration: none;
  color: #4f99ce;
}

a:hover,
a:active {
  margin: -3px -6px;
  padding: 3px 6px;
  color: #fff;
  background-color: #f0c;
  border-radius: 3px;
}

div.sections {
  display: flex;
}

div.sections section {
  margin-right: 30px;
}

div.sections section.description {
  min-width: 300px;
}

div.sections section.images {
  margin-right: 0;
  flex-grow: 1; /* Take up the remainder of the space */
}

div.sections section.images > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

div.sections section.images > div[hidden] {
  display: none;
}

div.sections section.images > div img {
  margin-bottom: 50px;
  max-width: 100%;
}

.bio-picture {
  width: 100px;
  height: 100px;
  border-radius: 100px;
}

h1 {
  font-size: 15px;
  text-transform: uppercase;
}

h2, h3 {
  font-size: 14px;
}

h3 {
  font-weight: normal;
}

p {
  margin: 10px 0;
}

div.sub-head p {
  margin: 1px 0;
}

div.sub-head p.location {
  color: #888;
}

div.dl p span:first-child {
  display: inline-block;
  width: 160px;
}

div.dl p span:last-child {
  color: #aaa;
}


@media (max-width: 640px) {
  body {
    padding: 25px;
  }
  div.sections {
    flex-direction: column;
  }
  div.sections section {
    margin-right: 0;
    margin-bottom: 20px;
  }
  div.sections section:first-child {
    text-align: center;
  }
}
