body {
    margin: 0;
    padding: 0;
}

.nav {
  display: flex;
  flex-direction: row-reverse;
  width: 99%;
}

.nav_link {
  height: 50px;
  width: 100px;
  text-align: center;
  display: inline-block;
  line-height: 50px;
  font-family: 'Open Sans', sans-serif;
}

.nav_link:hover {
  background-color: #F4F8FA;
}

.nav_link a {
  color: #3A4145;
  text-decoration: none;
  display: block;
}

.nav_link a:visited {
  color: #3A4145;
}

.nav_link a:hover {
  color: #008081;
}

img.headshot {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 7.8125rem;
  border-radius: 50%;
  background-color: white;
  border: 0.5rem solid #fff;
  box-shadow: 0 0 0 0.0625rem lightgray;
}

img.headshot:hover {
  box-shadow: 0 0 0 0.0625rem darkgray;
}

.name {
  font-size: 300%;
  text-align: center;
  font-family:Merriweather,serif;
  letter-spacing: 3px;
  color: #3A4145;
  margin: 20px;
}

.background {
  background-color: #F4F8FA;
  position:absolute;
  top:50px;
  left:0px;
  width:100%;
  padding-top: 30px;
  padding-bottom: 10px;
  border-top: 1px solid lightgray;
  border-bottom: 1px solid lightgray;
}

.container {
  width: 60%;
  margin: auto;
  padding: 5px;
  margin-top: 325px;
  position: relative;
  display: flex;
  color: #3A4145;
  font-family: 'Open Sans', sans-serif;
}

.about {
  width: 70%;
  margin-right: 100px;
}

i.contact_icon {
  padding: 5px;
  vertical-align: middle;
}

a.link {
  color: #3A4145;
  text-decoration: none;
  white-space: nowrap;
}

a.link:visited {
  color: #3A4145;
}

a.link:hover {
  color: #008081;
}
