@import url("https://fonts.googleapis.com/css2?family=Andika:wght@400;700&family=Cabin&family=Josefin+Sans&family=Lobster&family=Space+Grotesk&display=swap");

@media only screen and (max-device-width: 414px) and (min-device-width: 375px) {
  .img-radius {
    display: none;
  }
  .projects-wrapper {
    padding-left: 45px;
    padding-right: 30px;
  }
  .nav-links {
    flex-direction: column;
  }
  .centered-dropdown {
    width: 75% !important;
    margin-bottom: 6px !important;
  }
  .youtube-section {
    align-items: center;
    flex-direction: column;
  }
  .about-image {
    display: none;
  }
}
/* iPhone 6/7/8 Plus: S8-*/

@media only screen and (max-device-width: 650px) and (min-device-width: 320px) {
  .nav-links {
    flex-direction: column;
  }
  .content-wrapper {
    padding: 0px 20px 0px 20px !important;
  }
  .img {
    width: 100% !important;
  }
  .about-image {
    display: none;
  }
}

/* Tablets */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .img-radius {
    height: 75% !important;
  }
  .projects-content {
    padding: 5px;
  }
  .about-image {
    width: 110px !important;
    height: 190px !important;
  }
}

.content-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.content-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 0px 75px 0px 75px;
}

.img {
  width: 50%;
}

p {
  text-align: justify;
  font-size: 18px;
  margin-bottom: 10px;
  font-family: "Josefin Sans", sans-serif !important;
}
p::first-letter {
  padding: 0 0.3rem;
  margin: 0 0.3rem 0 0;
  border: 2px solid;
  border-radius: 8px;
  font-family: "IBM Plex Mono", monospace;
  font-size: 4rem;
  float: left;
  line-height: 1;
}

.first-letter {
  text-transform: capitalize;
}

.about-image {
  width: 220px;
  height: 380px;
  border-radius: 10px;
}
.about-image:hover {
  transform: scale(1.06);
  transition: all 0.3s ease-in-out;
}
