body {
  overflow-x: hidden;
  max-width: 100%;
}

.hero {
  background: lightcyan;
  text-align: center;
  padding: 160px 20px;
}

.hero p {
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  font-size: 36px;
  font-weight: bold;
  margin: 0;
}

h1 {
  font-size: 96px;
  line-height: 1.5;
}

h2 {
  font-size: 64px;
}

p {
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
}

.hero h2 {
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  font-weight: normal;
  line-height: 2;
  font-size: 24px;
}

.btn-branding {
  background: turquoise;
  border-radius: 4px;
  color: white;
  font-size: 18px;
  line-height: 27px;
  padding: 15px 30px;
}

.btn-branding-outline {
  border: 1px solid turquoise;
  border-radius: 4px;
  color: turquoise;
  font-size: 18px;
  line-height: 27px;
  padding: 15px 30px;
}

.project-description {
  padding: 120px 60px;
}

.project-img {
  padding: 110px 0 0;
}

.content-section h1 {
  font-size: 64px;
  line-height: 80px;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}

.content-section h2 {
  font-size: 18px;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  font-weight: 600;
}

.content-section h3 {
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  font-size: 24px;
  line-height: 1.5;
  margin: 20px 0 0;
}

.content-section p {
  font-size: 14px;
}

.content-section img {
  border-radius: 5%;
}

.content-section {
  padding: 160px 20px;
}

footer .email-link {
  text-decoration: none;
  color: black;
  font-size: 24px;
  margin: 60px 0;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}

footer .email-link:hover {
  color: turquoise;
}

footer .social-links {
  text-align: center;
  margin: 40px;
}

footer .social-links a {
  margin: 0 20px;
  color: turquoise;
}

footer .social-links a:hover {
  color: aliceblue;
}

footer .contact-box {
  background: lightcyan;
  padding: 30px 120px;
  border-radius: 10px;
}

footer .contact-box p {
  margin: 0;
}

footer h4 {
  font-size: 48px;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}

@media (max-width: 900px) {
  .project-description {
    padding: 0;
    text-align: center;
  }

  h1 {
    font-size: 44px;
    line-height: 1.5;
  }

  h2 {
    font-size: 42px;
  }

  h4 {
    font-size: 18px;
  }

  .btn-branding-outline {
    margin-bottom: 20px;
  }

  .content-section {
    text-align: center;
    padding: 0;
  }

  .content-section p {
    margin: 20px;
  }

  footer .btn-branding {
    font-size: 16px;
    padding: 10px;
    margin: 30px;
  }

  footer h4 {
    font-size: 42px;
  }

  .about-pic {
    max-width: 85%;
  }

  .work-pic img {
    max-width: 85%;
  }
}
