header {
  background: #151515 url(../images/intro-bg.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}

header .social {
  bottom: 50px;
}

header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

header .text-container {
  z-index: 10;
}

header .roles {
  font-family: "lora-regular", sarif;
}

.about-img {
  width: 200px;
}

.project:hover {
  transform: scale(1.05);
  transition: all 0.5s ease-in-out;
  opacity: 0.8;
}

@media (max-width: 767px) {
  header .social {
    font-size: 10px;
  }
  header .roles {
    font-size: 15px !important;
  }
  .about-content {
    flex-direction: column;
  }
}
