#intro-btn {
  font-size: 1.5em;
  border-radius: 25px;
  color: white;
  font-weight: 700;
  padding: 0.2em 1.5em;
  margin-bottom: 3em;
  border-width: 2px;
  border: solid #4fbfa8 3px;
}

#intro-btn:hover {
  color: #4fbfa8;
  background-color: transparent;
  border: solid #4fbfa8 3px;
}

#intro-content {
  padding-top: 5em;
  padding-bottom: 8em;
  /* color: #4fbfa8; */
}
#about-img {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.img-fluid {
  border: solid rgb(24, 23, 23) 2px;
}

#footer-text {
  display: flex;
  justify-content: center;
  align-items: center;
}

#brand {
  font-size: 2em;
}

.resume {
  overflow: visible;
}

#resume-detail .close {
  position: absolute;
  right: 0;
  z-index: 999;
  display: block;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  font-size: 3rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: white;
}

#btns {
  color: #4fbfa8;
}

.github {
  font-size: 3em;
  color: white;
}

.github:hover {
  font-size: 3em;
  color: black;
}

.githubIcon {
  margin-left: 5em;
}

@media (max-width: 768px) {
  .hero-text {
    font-size: 3em;
  }
  #intro-btn {
    font-size: 1em;
  }
  #type {
    font-size: 1.3em;
  }

  #footer-text {
    margin-top: 2em;
  }
  .githubIcon {
    margin-left: 0;
    margin-top: 1em;
  }
}

@media (max-width: 500px) {
  .hero-text {
    font-size: 2em;
  }

  #intro-content {
    padding-top: 2em;
    padding-bottom: 3em;
  }
}
