body {
  font-family: "Helvetica Neue", sans-serif; font-size: 13px; color: #333; padding: 0px 0px; margin: 0; display: flex; flex-direction: column;    align-items: center;
}

.nav {
  font-size: 15px;
  border-top: solid 1px rgba(0, 0, 0, 0.35);
  border-bottom: solid 1px rgba(0, 0, 0, 0.35);
  width: 450px;
  display: flex;
  justify-content: space-between;
  padding: 5px 20px;
  box-sizing: border-box;
  margin: 60px 0px 0px 0px;
}

.nav a { color: rgba(90, 90, 90, 0.3); }
.nav a:hover, .nav b { color: black; text-decoration: none; }

.me { display: block; width: 156px; text-align: center; margin-right: 25px; padding-top: 50px; }
.me img.face { width: 156px; border-radius: 5px; margin-top: 10px; }
.me h2 { font-size: 22px; margin-top: 0px; margin-bottom: 0px; }
.me .icon img { height: 16px; }

article { display:block; max-width: 450px; font-size: 16px;  vertical-align: top; text-align: left;  }

article i { color: #888; }
article b { font-weight: 500; }

a { text-decoration: none; color: #06c; }
a:hover { text-decoration: underline; }
hr { border-top: 1px solid #eee; margin: 30px }
ol li, ul li { margin-bottom: 1em; }
p#fields {
  line-height: 1.4;
}
p#fields a {
  white-space: nowrap;
  border-radius: 3px;
  background-color: hsl(210, 100%, 90%);;
  color: #000;
  padding: 0px 3px;
}
p#fields a:hover {
  transition: background-color 0.15s cubic-bezier(0.68, -2.55, 0.265, 2.55);;
  background-color: hsl(210, 100%, 70%);
  text-decoration: none;
}

@media (max-width: 500px) {
  article {
    display: block;
    position: relative;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
  }
  .nav {
    width: 100%;
  }
}

.essay {
  color: black;
}

.essay h2 {
  font-size: 16px;
  padding:0; margin: 0;
}

.essay:hover { text-decoration: none; }

.card {
  position: relative;
  width: 208px;
  display: inline-block;
  box-shadow: black 0px 0px 1px;
  margin-right: 10px;
  margin-bottom: 15px;
  vertical-align: top;
  height: 142px;
  overflow: hidden;
}

.card img {
  position: relative;;
  top:0px;
  height: 100%;
  opacity: 1.0;
}

.card h3 {
  padding: 4px 10px;
  margin:0;
  font-size: 18px;
  text-shadow: white 0px 1px 2px;
  color: rgb(70, 70, 70);;
  z-index: 100;
  position: absolute;
  font-weight: normal;
  bottom: 0px;
  background: rgba(255,255,255,0.8);
  width: 100%;
  box-sizing: border-box;
  box-shadow: rgba(0,0,0,0.2) 0px -1px 2px;
}

.card p {
  color: gray;
  position: relative;
  margin: 0;
  padding: 2px 10px;
}

.card:hover { text-decoration: none; }

.card img:hover { opacity: 0.4 }
