body {
  color: whitesmoke;
  min-height: 100vh;
}

h1 {
  font-size: 72px;
}
h2 {
  font-size: 18px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 15px;
  font-weight: 100;
}

h4 a {
  color: #84a4c0;
  font-weight: 300;
  text-decoration: none;
}

.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lato-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.hero {
  text-align: center;
  padding: 200px 0;
  background-image: url(../images/Background-Headshot.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: 5%;
}

.btn-branding {
  color: black;
  background-color: whitesmoke;
  border-radius: 20px;
  padding: 5px 25px;
}

.main-background {
  background: hsla(0, 0%, 0%, 1);

  background: linear-gradient(
    135deg,
    hsla(0, 0%, 0%, 1) 17%,
    hsla(204, 39%, 23%, 1) 48%,
    hsla(82, 8%, 28%, 1) 100%
  );

  background: -moz-linear-gradient(
    135deg,
    hsla(0, 0%, 0%, 1) 17%,
    hsla(204, 39%, 23%, 1) 48%,
    hsla(82, 8%, 28%, 1) 100%
  );

  background: -webkit-linear-gradient(
    135deg,
    hsla(0, 0%, 0%, 1) 17%,
    hsla(204, 39%, 23%, 1) 48%,
    hsla(82, 8%, 28%, 1) 100%
  );

  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#233E50", GradientType=1 );
}

.headshot-gallery-title {
  font-size: 20px;
  margin: 50px 0;
}

.content-row {
  padding-bottom: 50px;
}

.yellowbelly {
  color: rgb(234, 202, 21);
  text-decoration: none;
}

.yellowbelly:hover {
  color: #ffff00;
}

.about-hero {
  max-width: 990px;
  max-height: 700px;
  border: 2px solid whitesmoke;
  margin-top: 70px;
  padding: 20px 0 0 0;
}

.about-hero img {
  max-height: 600px;
  padding-right: 0;
  margin-right: 0;
}

.contact-hero {
  margin-top: 100px;
}
.contact-hero .card {
  max-width: 600px;
  margin: 30px auto;
}
.page-title {
  font-size: 60px;
}

.about-paragraph {
  padding: 20px 0 0 50px;
}

.contact-icons a {
  padding: 0 20px 0 0;
  color: rgb(245, 249, 255);
}

.mgmt-icon a {
  color: #243f51;
}

.contact-icons a :hover,
.mgmt-icon a :hover,
h4 a:hover,
.work-paragraph a:hover {
  color: #777b6c;
}

.work-paragraph a {
  color: #fedc03;
  text-decoration: none;
  font-weight: 250;
}

.strange img,
.work-row img {
  max-height: 237px;
}

.strange img {
  display: block;
  margin: 0 auto;
  padding: 0;
}
.resume {
  max-width: 800px;
}

.reel {
  max-width: 800px;
  max-height: 500px;
  margin: 0 auto;
  padding-bottom: 0;
}

@media (max-width: 900px) {
  .hero {
    background-image: none;
    padding: 75px 0 10px 0;
  }
  .hero h3 {
    font-size: 18px;
  }
  .about-hero {
    border: none;
  }
  .hero-content {
    padding: 0 10px;
    margin-top: 10px;
  }

  .page-title {
    font-size: 45px;
  }
  .work-paragraph {
    padding: 10px;
  }
  .strange img {
    max-width: 50%;
  }
  .resume {
    padding: 10px 20px;
  }
  .contact-hero .card {
    max-width: 95%;
  }

  .about-hero {
    max-height: 60%;
  }
}
