.hero {
  margin: 0 auto;
/*  background: none;*/
  height: 250px;
  }
.hero-text {
  margin: 0 auto;
  margin-top: 80px;
  padding: 0 15px;
  text-align: left;
}
.hero-text h1 {
  text-align: center;
}
.hero-text h2 {
  font-size: 1.25em;
}
.hero-text a {
  color: #ff0000;
  text-decoration: none;
}
.hero-text a:hover {
  text-decoration: underline;
}
.center {
  margin: 0 auto;
}
a p {
  color: #000000;
}
a:visited p {
  color: #000000;
}
.skills h3 {
  color: #333333;
}
.skills a:hover {
  text-decoration: none;
}
.button {
  margin-bottom: 50px;
}
.video {
  padding-top: 50px;
}
.video-2 {
  padding: 50px 0;
}
.video-caption {
  padding: 0 15px;
  text-align: center;
  font-size: 1.25em;
}
.modal-img {
  margin: 25px auto;
  box-shadow: 0px 0px 15px 2px rgba(0,0,0,.5);
}
@media (max-width:767px) {
  .hero-text {
    font-size: 1.5em;
  }

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

  footer {
    position: relative;
  }
}