footer {
  position: fixed;
  bottom: 0;
  width: 100vw;
}
.hero {
  height: 250px;
}
.hero-text {
  padding-top: 25px;
  font-size: 1.25em;
}
.post {
  font-size: 1.1em;
  line-height: 1.25em;
}
.post-text {
  padding: 25px 0;
  font-size: 1.15em;
  line-height: 1.3;
}
.post-text h3, h4 {
  font-weight: 700;
}
.post-links li {
  display: block;
  padding: 20px 0;
}
.post-links li.first-post {
  padding-top: 40px;
}
.post-links li a {
  font-size: 1.5em;
  font-weight: 800;
  color: #1d1d1d;
}
.post-links li a:hover {
  text-decoration: none;
  color: #ff002d;
}
.post-links li a.active {
  color: #ff002d;
  pointer-events: none;
}
.single {
  padding: 12px 0;
}
.skills a h3 {
  color: #333333;
}
.skills a:hover {
  text-decoration: none;
}
ol li {
  display: list-item;
}
.post ul li {
  display: block;
}
figure {
  width: 600px;
  margin: 22px auto;
}
figcaption {
  font-size: .6em;
  text-align: center;
  margin-top: 3px;
}
p a {
  color: #ff002d;
  text-decoration: none;
}
p a:hover {
  text-decoration: underline;
}
p a:visited {
  color: #ff002d;
}
blockquote {
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D";
  text-align: center;
  margin-bottom: 0;
  border-left: none;
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
cite {
  font-size: .8em;
}
.after-cite {
  margin-top: 1.5em;
}
.indent {
  margin-left: 2.5em;
}
.yellow {
  background-color: #eaff00;
}
.example2 {
  position: fixed;
  top: 189px;
}
@media (max-width:767px) {
 .post-text {
  padding-left: 15px;
  padding-right: 15px;
 }
 .post-links {
  display: none;
 }
 figure {
  width: 100%;
  height: auto;
 }
  .hero-text {
    font-size: 1.5em;
  }

  .social-media img {
    width: 70px;
    height: auto;
    margin-right: 25px;
  }

  footer {
    position: relative;
  }
}