@font-face {
  font-family: Source Serif Pro;
  src: url('../fonts/source-serif-pro.bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Source Serif Pro;
  src: url('../images/') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Source Serif Pro;
  src: url('../images/') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: black;
  --red: #c23436;
}

body {
  color: #333;
  background-color: #f7f2ed;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

a {
  text-decoration: underline;
}

.header {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 60vh;
  display: flex;
}

.image {
  width: 80%;
  max-width: 1080px;
  padding-top: 10rem;
  padding-bottom: 2rem;
}

.section {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 0;
  padding-top: 0;
  padding-bottom: 15rem;
  display: flex;
}

.heading {
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-family: Source Serif Pro, Georgia, sans-serif;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1;
  transition: all .3s cubic-bezier(.455, .03, .515, .955);
}

.heading:hover {
  filter: blur(5px);
  transform: scale(1.1);
}

.grid-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: auto;
  grid-auto-flow: row;
  place-items: center start;
  width: 80%;
  min-width: 900px;
  max-width: 1100px;
  padding-left: 30px;
  display: grid;
}

.paragraph {
  color: var(--black);
  text-align: center;
  padding-bottom: 1rem;
  font-family: Manrope, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  transition: all .3s cubic-bezier(.455, .03, .515, .955);
}

.paragraph:hover {
  filter: blur(2px);
  transform: scale(1.1);
}

.paragraph.left {
  text-align: left;
}

.paragraph.left:hover {
  transform: none;
}

.footer {
  border-top: 2px solid #000;
  align-items: stretch;
  display: flex;
}

.footer-image-container {
  background-color: var(--red);
  border-right: 2px solid #000;
  flex: none;
  justify-content: center;
  overflow: hidden;
}

.image-2 {
  width: 400px;
  height: 400px;
  padding: 80px;
}

.footer-copy-container {
  border-bottom: 0 solid #000;
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-around;
  width: 100%;
  display: flex;
}

.copy-container {
  align-items: center;
  width: 90%;
  padding: 60px 40px;
  display: flex;
}

.social-link-container {
  border-top: 2px solid #000;
  justify-content: space-between;
  width: 100%;
  padding: 40px;
  display: flex;
}

.copyright-text {
  color: var(--black);
  font-family: Source Serif Pro, Georgia, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.overlays {
  z-index: 10;
  opacity: .5;
  pointer-events: none;
  mix-blend-mode: multiply;
  background-image: url('../images/paper-texture-overlay.jpg');
  background-position: 0 0;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-start;
  width: 100vw;
  height: 300vh;
  display: flex;
  position: fixed;
  inset: 0;
}

.overlay-2 {
  z-index: 10;
  opacity: .05;
  pointer-events: none;
  mix-blend-mode: screen;
  background-image: url('../images/paper-texture-overlay.jpg');
  background-position: 0 0;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-start;
  width: 100vw;
  display: flex;
  position: fixed;
  inset: 0;
}

.lottie-animation {
  background-color: var(--red);
  border-radius: 6px;
}

.code-embed {
  z-index: 0;
  opacity: .4;
  pointer-events: none;
  mix-blend-mode: darken;
  width: 100dvw;
  height: 100vh;
  display: none;
  position: fixed;
}

.paragraph-2 {
  color: var(--black);
  text-align: center;
  font-family: Manrope, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
  transition: all .3s cubic-bezier(.455, .03, .515, .955);
}

.paragraph-2:hover {
  filter: blur(2px);
  transform: scale(1.1);
}

.paragraph-2.left {
  text-align: left;
}

.paragraph-2.left:hover {
  transform: none;
}

.body {
  background-color: #e8e2da;
}

.link {
  color: var(--black);
  text-decoration: none;
}

.heading-2 {
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-family: Source Serif Pro, Georgia, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1;
  transition: all .3s cubic-bezier(.455, .03, .515, .955);
}

.heading-2:hover {
  filter: blur(5px);
  transform: scale(1.1);
}

@media screen and (min-width: 1280px) {
  body {
    background-color: #e8e2da;
  }

  .header {
    min-height: 70vh;
  }

  .image {
    width: 80%;
    max-width: 1080px;
    padding-bottom: 3rem;
  }

  .section {
    padding-bottom: 15rem;
  }

  .heading {
    margin-bottom: 40px;
    font-size: 1.75rem;
    font-weight: 600;
  }

  .grid-container {
    justify-items: stretch;
    width: 90%;
    min-width: 900px;
    max-width: 900px;
  }

  .paragraph {
    text-align: left;
    padding-bottom: 1rem;
    line-height: 1;
  }

  .paragraph.left {
    font-size: 1.5rem;
    line-height: 1.2;
  }

  .copy-container {
    width: 80%;
  }

  .copyright-text {
    font-weight: 700;
  }

  .paragraph-2 {
    padding-bottom: .75rem;
    line-height: 1;
  }

  .paragraph-2.left {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .heading-2 {
    margin-bottom: 40px;
    font-size: 3rem;
    font-weight: 600;
  }
}

@media screen and (min-width: 1440px) {
  a {
    color: var(--black);
    text-decoration: none;
  }

  .image {
    max-width: 1080px;
    padding-bottom: 3rem;
  }

  .section {
    padding-bottom: 15rem;
  }

  .grid-container {
    max-width: 900px;
  }

  .paragraph {
    padding-bottom: 1rem;
  }

  .copy-container {
    width: 70%;
  }
}

@media screen and (min-width: 1920px) {
  .image {
    flex: 0 auto;
    width: 70%;
    max-width: 1080px;
    padding-top: 10rem;
    padding-bottom: 3rem;
  }

  .section {
    padding-bottom: 15rem;
  }

  .grid-container {
    justify-items: start;
    max-width: 900px;
  }

  .paragraph {
    pointer-events: none;
    cursor: default;
  }

  .image-2 {
    width: 350px;
    height: 350px;
  }

  .copy-container {
    width: 50%;
  }

  .paragraph-2 {
    pointer-events: none;
    cursor: default;
  }
}

@media screen and (max-width: 991px) {
  .header {
    min-height: 50vh;
  }

  .image {
    width: 90%;
    padding-top: 5rem;
    padding-bottom: 2rem;
  }

  .section {
    padding-top: 0;
    padding-bottom: 10rem;
  }

  .heading {
    margin-top: 0;
    font-size: 1.5rem;
  }

  .grid-container {
    width: 80%;
    min-width: 700px;
    max-width: 700px;
  }

  .paragraph {
    text-align: center;
    font-size: 1.2rem;
  }

  .paragraph.left {
    text-align: left;
    font-size: 1.4rem;
  }

  .image-2 {
    width: 300px;
    height: 300px;
    padding: 40px;
  }

  .copy-container {
    width: 90%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .social-link-container {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .copyright-text {
    font-size: 1.5rem;
  }

  .image-3 {
    max-width: 60%;
  }

  .paragraph-2 {
    text-align: center;
    font-size: 1.2rem;
  }

  .paragraph-2.left {
    text-align: left;
    font-size: 1.2rem;
  }

  .heading-2 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 2.25rem;
  }
}

@media screen and (max-width: 767px) {
  .header {
    min-height: 45vh;
  }

  .image {
    padding-top: 5rem;
    padding-bottom: 2rem;
  }

  .grid-container {
    grid-template-columns: 1fr 1fr;
    min-width: 500px;
    max-width: 500px;
  }

  .paragraph.left {
    font-size: 1.2rem;
  }

  .image-2 {
    width: 200px;
    height: 200px;
    padding: 40px;
  }

  .copy-container {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .social-link-container {
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .copyright-text {
    font-size: 1.5rem;
  }

  .image-3 {
    width: 30px;
  }

  .paragraph-2.left {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 479px) {
  .header {
    min-height: 30vh;
  }

  .image {
    width: 150%;
    padding-top: 5rem;
    padding-bottom: 2rem;
    overflow: hidden;
  }

  .section {
    padding-bottom: 3rem;
  }

  .heading {
    max-width: 250px;
    margin-bottom: 20px;
    font-size: 1.25rem;
  }

  .grid-container {
    grid-template-columns: 1fr;
    place-items: center;
    padding-left: 0;
  }

  .paragraph {
    font-size: 1.2rem;
  }

  .footer {
    flex-flow: column;
  }

  .footer-image-container {
    border-bottom: 2px solid #000;
    border-right-width: 0;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-2 {
    width: 400px;
    max-width: 50%;
    height: 300px;
    padding: 0;
  }

  .copy-container {
    width: 100%;
  }

  .image-3 {
    width: 50px;
  }

  .code-embed {
    opacity: 1;
  }

  .paragraph-2 {
    font-size: 1.2rem;
  }

  .heading-2 {
    max-width: 250px;
    font-size: 2rem;
  }
}


@font-face {
  font-family: 'Source Serif Pro';
  src: url('../fonts/source-serif-pro.bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Source Serif Pro';
  src: url('../images/') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Source Serif Pro';
  src: url('../images/') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}