:root {
  --box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  --heading-font-family: "Mukta", sans-serif;
  --paragraph-font-family: "Quicksand", sans-serif;
  --primary-color: #596e79;
  --primary-color-half-opacity: rgba(89, 110, 121, 0.5);
  --secondary-color-1: #fff;
  --secondary-color-2: #dfd3c3;
  --secondary-color-3: #f0ece2;
  --secondary-color-3-half-opacity: rgba(240, 236, 226, 0.5);
}
h1 {
  color: var(--secondary-color-1);
  font-family: "Dancing Script", cursive;
  font-size: 96px !important;
}

h2 {
  color: var(--secondary-color-1);
  font-family: var(--heading-font-family);
  font-size: 48px !important;
  font-weight: 200 !important;
}

h3 {
  color: var(--secondary-color-2);
  font-size: 72px !important;
  font-weight: 200 !important;
  opacity: 0.8 !important;
}

p {
  color: var(--secondary-color-3);
  font-size: 18px;
  line-height: 1.5;
}

body {
  font-family: var(--paragraph-font-family);
}

.about-content {
  background: var(--primary-color-half-opacity);
  border-radius: 10px;
  padding: 5%;
}

.about-content p {
  color: var(--secondary-color-1) !important;
}

.about-picture-container {
  padding-top: 10%;
}

.about-picture {
  border-radius: 50%;
  height: 90%;
  width: 90%;
}

.btn-hero,
.section-links {
  background: transparent;
  border: 2px var(--secondary-color-1) solid !important;
  border-radius: 0px !important;
  box-shadow: var(--box-shadow);
  color: var(--secondary-color-1) !important;
  display: inline-block;
  font-size: 18px !important;
  font-weight: 500 !important;
  padding: 10px 30px;
  text-decoration: none;
  text-transform: uppercase;
}

.btn-hero:hover,
.section-links:hover {
  background: var(--secondary-color-1);
  color: #000 !important;
}

.contact-image img {
  box-shadow: rgba(0, 0, 0, 0.3);
  border-radius: 3rem;
  height: 200px;
}

.email-link {
  color: var(--secondary-color-1);
  font-size: 36px;
  text-decoration: none;
}

.email-link:hover {
  color: var(--secondary-color-2);
}

.fab,
.fas {
  color: var(--secondary-color-1);
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
  padding: 10px;
}

.footer {
  padding: 5% 0%;
}

.hero-button {
  display: flex;
  justify-content: center;
}

.hero-text {
  display: block;
  padding: 20% 0%;
}

.hero-text h1 {
  color: var(--secondary-color-1);
  font-size: 150px !important;
}

.hero-text h2 {
  color: var(--secondary-color-1);
  font-size: 24px !important;
  font-weight: 200 !important;
}

.inquiry-box {
  background: var(--primary-color-half-opacity);
  padding: 30px 120px;
  border-radius: 10px;
}

.other-pages {
  background: url("/images/pexels-natalie-1201538.jpg") fixed center;
}

.project-image {
  height: 28rem !important;
  object-fit: cover;
  width: 36rem;
}

.work-page h2 {
  color: var(--primary-color);
  font-weight: bold;
}

#hero-video {
  background: url(/images/hero-video-placeholder.png) no-repeat;
  background-size: cover;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  position: fixed;
  width: auto;
  z-index: -100;
}

#middle-section,
.work-page-section,
.contact-section {
  background: var(--primary-color-half-opacity);
  border-radius: 6px;
  padding: 5%;
}

@media (max-width: 768px) {
  h2 {
    font-size: 28px !important;
    text-align: center;
  }

  h3 {
    font-size: 52px !important;
  }

  p {
    font-size: 16px !important;
    text-align: center;
  }

  .about-picture-container {
    text-align: center;
  }

  .about-content h1 {
    text-align: center;
  }

  .hero-text h1 {
    font-size: 96px !important;
  }

  .project-image {
    height: 20rem !important;
    object-fit: cover;
    width: auto;
  }

  .section-links {
    display: block;
    margin: 0 10px;
    text-align: center;
  }
}
