body {
  font-family: Barlow, sans-serif;
  color: #333;
  font-size: 18px;
  font-weight: 300;
}

h1 {
  margin: 10px 0 10px 0;
  font-size: 32px;
  font-weight: 400;
}

h2 {
  margin: 20px 0 10px 0;
  font-size: 20px;
  font-weight: 500;
}

h3 {
  margin: 20px 0 10px 0;
  font-size: 18px;
  font-weight: 500;
}

p {
  margin: 15px 0 15px 0;
  line-height: 1.5;
}

a {
  color: #3898ec;
  text-decoration: none;
}

i {
  font-size: 10px;
}

pre {
  font-size: 16px;
}

div.tags {
  margin: 40px 0 20px 0;
  font-size: 14px;
  line-height: 1.5;
}

@media only screen and (min-width: 960px) {
  div.headlines { width: 960px; margin: 40px auto 100px auto; text-align: center; }
  div.content { width: 960px; margin: 40px auto 100px auto; }
}

@media only screen and (max-width: 960px) {
  div.headlines { margin: 40px auto 100px auto; text-align: center; }
  div.content { margin: 10px 10px; }
  p { font-size: 14px; }
  a { font-size: 14px; }
}

li {
  list-style-type: none;
}

li div {
  font-size: 14px;
  margin-bottom: 10px;
}



.container {
  position: relative;
  margin: auto;
  width: 150px;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(0,0,0, 0.5);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: height 0.5s ease;
}

.text {
  white-space: nowrap;
  color: white;
  font-size: 20px;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
