@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-Bold.woff2') format("woff2"), url('../fonts/Gilroy-Bold.woff') format("woff"), url('../fonts/gilroy-bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

.body {
  background-color: #161515;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-family: Inconsolata, monospace;
  display: block;
}

.image {
  width: 250px;
}

.text-block {
  color: #fffc;
  font-family: Varela Round, sans-serif;
}

.section {
  background-image: radial-gradient(circle at 50% -5%, #d40f7c 19%, #ff800a 44%, #f8e9b9 58%, #fcf5e1 71%);
  justify-content: center;
  align-items: flex-end;
  height: 100vh;
  padding-bottom: 4rem;
  display: flex;
}

.navigation {
  z-index: 10;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #161515;
  border-bottom-right-radius: 10rem;
  border-bottom-left-radius: 10rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: 0;
  padding: 1rem;
  display: flex;
  position: fixed;
  box-shadow: 0 5px 40px #fcf6e1;
}

.text-block-2 {
  color: #000;
  text-align: center;
  margin-bottom: 1rem;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 5rem;
  line-height: 1;
}

.text-block-3 {
  color: #fdfdfd;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.image-2 {
  width: 3rem;
}

.subheadinglight {
  text-align: center;
  background-color: #ffffff80;
  border: 1px solid #fff;
  border-radius: 4rem;
  margin-bottom: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  padding: .5rem 1rem;
  font-family: Inconsolata, monospace;
  font-weight: 700;
  display: inline-block;
}

.div-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-2 {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 6rem;
  padding-bottom: 3rem;
  display: flex;
}

.text-block-5 {
  text-align: center;
  width: 50%;
  margin-top: 1rem;
  font-family: Inconsolata, monospace;
  font-size: 1rem;
  line-height: 1.5;
}

.div-block-3 {
  background-color: #161515;
}

.footer {
  background-color: #161515;
  border-top: 1px solid #ffffff2e;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  width: 100%;
  padding-top: 6rem;
  padding-bottom: 2rem;
}

.subheadingdark {
  color: #fdfdfd;
  text-align: center;
  background-color: #161515;
  border: 1px solid #fbf5e1;
  border-radius: 4rem;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
  padding: .5rem 1rem;
  font-family: Inconsolata, monospace;
  font-weight: 700;
  display: inline-block;
}

.heading {
  color: #000;
  text-align: center;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 5rem;
  line-height: 1;
}

.heading.h2 {
  color: #fdfdfd;
  font-size: 4rem;
}

.heading.h2.white {
  color: #0000;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #000;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.heading.h3 {
  margin-top: 2rem;
  margin-bottom: 0;
  font-size: 2rem;
}

.div-block-4 {
  background-color: #fbf5e0;
  border: 2px solid #f1eeee;
  border-radius: 4rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 30rem;
  max-width: none;
  height: auto;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  padding: 3rem 2rem;
  display: flex;
}

.div-block-5 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 3rem;
  display: flex;
}

.footercontainer {
  flex-flow: column;
  width: 95%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-3 {
  border-radius: 2rem;
  width: 10rem;
  height: 10rem;
  display: block;
  box-shadow: 0 10px 12px #00000078;
}

.bottom {
  background-color: #fbf5e0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-bottom: 0;
  padding-top: 8rem;
  padding-bottom: 10rem;
  display: flex;
}

.button {
  background-color: #000;
  border-radius: 1rem;
  margin-top: 1rem;
  padding: 1rem;
  font-family: Gilroy, Arial, sans-serif;
}

.acknowledgement {
  color: #ffffff5c;
  text-align: center;
  width: 100%;
  font-family: Inconsolata, monospace;
  font-size: .8rem;
}

.text-block-5-copy {
  text-align: center;
  width: 100%;
  margin-top: 1rem;
  font-family: Inconsolata, monospace;
  font-size: 1rem;
  line-height: 1.5;
}

.worksection {
  background-color: #161515;
  background-image: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-bottom: 0;
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: flex;
}

.text-block-6 {
  color: #ffffff5c;
  text-align: center;
  margin-bottom: 1rem;
  font-family: Gilroy, Arial, sans-serif;
}

.small {
  color: #000;
  text-align: center;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 5rem;
  line-height: 1;
}

.small.h2 {
  font-size: 4rem;
}

.small.h2.white {
  color: #fff;
}

.small.h3 {
  margin-top: 2rem;
  margin-bottom: 0;
  font-size: 2rem;
}

.text-block-7 {
  color: #fdfdfd;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 2rem;
}

.contactemail {
  background-color: #161515;
  border: 2px solid #f1eeee;
  border-radius: 4rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 30rem;
  max-width: none;
  height: auto;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  padding: 3rem 2rem;
  display: flex;
}

.image-4 {
  width: 3rem;
}

.div-block-6 {
  flex-flow: column;
  display: flex;
}

@media screen and (max-width: 991px) {
  .div-block {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .text-block-5 {
    width: 70%;
  }

  .heading {
    width: 80%;
  }

  .heading.h2 {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-5 {
    margin-bottom: 1rem;
  }

  .acknowledgement {
    width: 100%;
  }

  .text-block-5-copy {
    width: 70%;
  }

  .small {
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .section {
    height: auto;
    padding-top: 12rem;
  }
}

@media screen and (max-width: 479px) {
  .section {
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
  }

  .navigation {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    border-bottom-right-radius: 3rem;
    border-bottom-left-radius: 3rem;
  }

  .text-block-3 {
    font-size: 1.5rem;
  }

  .div-block {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .text-block-5 {
    width: 100%;
  }

  .heading {
    width: 100%;
    font-size: 3.5rem;
  }

  .heading.h2 {
    font-size: 3rem;
  }

  .div-block-4 {
    width: auto;
  }

  .div-block-5 {
    margin-bottom: 4rem;
  }

  .bottom {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .text-block-5-copy {
    width: 100%;
  }

  .worksection {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .small {
    width: 100%;
    font-size: 4rem;
  }

  .small.h2 {
    font-size: 3rem;
  }

  .text-block-7 {
    font-size: 1.4rem;
  }

  .contactemail {
    width: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .image-4 {
    width: 2.5rem;
  }
}


@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Bold.woff2') format('woff2'), url('../fonts/Gilroy-Bold.woff') format('woff'), url('../fonts/gilroy-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}