body {
  background-color: white;
}
* {
  font-family: 'Enriqueta', serif;
  font-weight: 100;
}
img.hero {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  padding-top: 30px;
  padding-bottom: 30px;
}
div.social {
  display: block;
  text-align: center;
}
img.social {
  width: 40px;
  height: 40px;
  padding: 10px;
}
div.links {
  text-align: center;
}
a.hover {
  color: black;
  text-decoration: none;
}
a.hover:hover {
  text-decoration: none;
  border-bottom: 5px solid black;
}
a.current {
  text-shadow: 1px 1px 1px black;
//  font-weight: bold;
}
.center {
  text-align: center;
}
div.body {
  padding-top: 75px;
  padding-bottom: 75px;
}
.body {
  margin-left: auto;
  margin-right: auto;
  width: 70%;
}
p.contact {
  text-align: center;
  font-size: 150%;
}
a {
  text-dorcation: none;
  color: black;
}