body {
  min-height: 100vh;
  background-image: linear-gradient(#555555, #1a2028);
  background-repeat: no-repeat;
}

.content {
  font-size: 2rem;
  color: white;
  padding: 1.5rem 0;
}

#intro-banner {
  font-size: 3rem;
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0.258);
  padding: 10rem 0;
  min-height: 50vh;
  margin: 0 auto;
}

.headshot {
  width: 20rem;
}

.name {
  color: #d8d7d7;
  font-family: "Roboto Condensed", sans-serif;
  padding: 3.5rem 0;
}

.name h1 {
  font-weight: bolder;
}

.social-btns {
  margin: 0 1rem 0 0;
}

.site-content p {
  font-size: 1.1rem;
}
.site-content h1 {
  font-size: 2.1rem;
}
#footer {
  padding: 0 0 2%;
  bottom: auto;
  text-align: center;
}

.footer-text {
  color: rgb(126, 121, 121);
}


@media only screen and (max-width: 993px) {
  #intro-banner {
    padding: 3rem 0;
    min-height: 100vh;
  }
  .name {
    text-align: center;
    font-size: 3rem;
    padding: 0;
    margin: 0;
  }

  .picture {
    padding: 3rem 0 0 0;
    text-align: center !important;
    flex-direction: column !important;
  }

  .headshot {
    width: 18rem;
  }
  .site-content p {
    font-size: 1.1rem;
  }
  .site-content h1 {
    font-size: 2.3rem;
  }
}
