#facts li {
  display: none;
}
.hero {
  margin: 0 auto;
  padding-bottom: 50px;
  height: auto;
}
.hero-text {
  margin: 0 auto;
  margin-top: 80px;
  padding: 0 15px;
  text-align: left;
}
.hero-text h1 {
  text-align: center;
  margin-bottom: 65px;
}
.hero-text h2 {
  font-size: 1.25em;
}
.hero-text a {
  color: #ff0000;
  text-decoration: none;
}
.hero-text a:hover {
  text-decoration: none;
}
.resume {
  margin-top: 80px;
}
.resume img {
  margin: 0 auto;
  margin-bottom: 5px;
  width: 80px;
  height: auto;
  display: table;
}
.resume-text {
  display: table-cell;
  vertical-align: middle;
}
.resume a {
  text-decoration: none;
  color: #000000;
  vertical-align: center;
}
.resume a:hover {
  color: #ff0000;
}
.my-skills {
  background-color: #1d1d1d;
  margin-top: 30px;
  padding: 15px 0;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.25em;
  margin-bottom: 50px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.my-skills ul {
  padding: 0 15px;
}
.my-skills ul li {
  display: block;
  font-weight: normal;
  font-size: .85em;
  text-align: left;
  padding-left: 15px;
}
.my-skills ul li ol {
  text-align: left;
  padding-left: 0;
}
footer {
  position: fixed;
  bottom: 0;
  width: 100vw;
}
@media (max-width:767px) {
  .hero-text {
    font-size: 1.5em;
  }
  .resume {
    margin-top: 30px;
  }
  .social-media img {
    width: 70px;
    height: auto;
    margin-right: 25px;
  }

  footer {
    position: relative;
  }
}
