body {
  background-color: #fff;
  padding-top: 20px;
  font-family: 'Avenir', sans-serif;
  line-height: 1.5;
  color: #777;
  font-weight: 300;
  font-size: 14.5px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

p {
  padding-bottom: 5px;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 20px;
  color: #333;
}

ul, ol, table, pre, dl {
  margin: 0 0 20px;
}
ul {
  padding-left: 20px;
}

h1 {
  font-size: 22px;
}
h2 {
  font-size: 18px;
}
h3, h4, h5, h6 {
  font-weight: 500;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #444;
  transition: all 0.3s ease;
}

a small {
  font-size: 2.5px;
  color: #777;
  margin-top: -0.3em;
  display: block;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th, td {
  text-align: left;
  padding: 5px 10px;
  border-bottom: 1px solid #e5e5e5;
}

dt {
  color: #444;
  font-weight: 500;
}

th {
  color: #444;
}

table, tr, td {
  border: none;
}

img {
  width: 100%;
}

strong {
  color: #222;
  font-weight: 400;
}

section {
  width: 1000px;
  margin: auto;
}

small {
  font-size: 14px;
}

@media print, screen and (max-width: 770px) {
  section {
    width: auto;
  }
}

@media print {
  body {
    padding: 0.4in;
    font-size: 12pt;
    color: #444;
  }
}

@media(min-width:1367px) {
  .banner {
    width: 100%;
    padding-bottom: 32%;
    background-image: url(../banner.png);  
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
}

@media(max-width:1366px) {
  .banner {
    width: 100%;
    height: 59vw;
    padding-bottom: 32%;
    background-image: url(../banner_wide.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
}

.pub {
  padding-left: 13px;
  padding-bottom: 20px;
}

#navigation {
  padding-bottom: 20px;
}

#title {
  float: left;
}

#sections {
  padding-top: 9px;
  float:right;
}

.headshot-image {
  border-radius: 50%;
  object-fit: cover;
}