@font-face {
  font-family: "Sourceserif 4 Variablefont Opsz Wght";
  src: url('../images/') format("truetype");
  font-weight: 200 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Rethink Sans;
  src: url('../fonts/RethinkSans-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Majmj;
  src: url('../fonts/NewShuffleItalicThinItalic-MAjmJ.ttf') format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Sourcesans 3";
  src: url('../fonts/SourceSans3-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sourcesans 3";
  src: url('../fonts/SourceSans3-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sourcesans 3";
  src: url('../fonts/SourceSans3-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sourcesans 3";
  src: url('../fonts/SourceSans3-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sourcesans 3";
  src: url('../fonts/SourceSans3-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Sourcesans 3";
  src: url('../fonts/SourceSans3-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sourcesans 3";
  src: url('../fonts/SourceSans3-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.navbar {
  background-color: #fefcad;
  margin-top: 2rem;
  text-decoration: underline;
  text-decoration-thickness: 2rem;
}

.heading {
  color: #20598c;
  justify-content: flex-start;
  padding-left: 0;
  font-family: "Sourceserif 4 Variablefont Opsz Wght", Georgia, sans-serif;
  font-weight: 600;
  display: flex;
}

.nav-link, .nav-link-2, .nav-link-3 {
  color: #20598b;
  font-family: Open Sans, sans-serif;
  font-size: 1.2rem;
}

.section {
  color: #20598b;
  background-color: #20598b;
  width: 100%;
  height: .2vh;
}

.slide {
  background-image: url('../images/Perspective-Web-Screens-Mockup.avif');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: auto;
}

.full-width-container {
  color: #fefcad;
  background-color: #fefcad;
  background-image: linear-gradient(#043b6399, #043b6399), url('../images/hero_background.png');
  background-position: 0 0, 0 100%;
  background-size: auto, cover;
  width: auto;
  max-width: none;
  height: 100vh;
  display: block;
}

.slider {
  width: auto;
  height: 80vh;
}

.section-2 {
  background-color: #fefcad;
  justify-content: center;
  align-items: center;
  height: 90vh;
  display: flex;
}

.container-2 {
  background-color: #fefcad;
}

.kc-heading {
  color: #fefcad;
  letter-spacing: .3rem;
  -webkit-text-stroke-color: #fff;
  justify-content: flex-start;
  align-items: center;
  margin-top: 13rem;
  margin-left: 5rem;
  font-family: Majmj, Georgia, sans-serif;
  font-size: 6.5rem;
  line-height: 12rem;
  display: flex;
}

.body {
  background-color: #fff;
}

.casestudy-section {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  background-color: #fff;
  height: 80vh;
  margin-top: 0;
  margin-left: 4rem;
  display: none;
  overflow: visible;
}

._1440-container {
  max-width: 1600px;
}

.heading-3 {
  color: #0c375b;
  font-family: "Sourceserif 4 Variablefont Opsz Wght", Georgia, sans-serif;
  font-weight: 600;
}

.div-block {
  width: 95%;
  height: 70vh;
  margin-top: 0;
}

.image {
  max-width: 80%;
}

.bold-text {
  font-family: Rethink Sans, Georgia, sans-serif;
}

.design-text {
  margin-left: 4.6rem;
  font-family: "Sourcesans 3", Arial, sans-serif;
  font-size: 10.8rem;
  font-weight: 700;
}

.about-blurb {
  margin-top: 7rem;
  margin-left: 5.1rem;
  font-family: "Sourcesans 3", Arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 2.8rem;
}

.bold-text-2 {
  font-family: "Sourcesans 3", Arial, sans-serif;
  font-weight: 300;
  line-height: 2rem;
}

.nav-bar {
  background-color: #0000;
}

.home-link, .portfolio-link {
  color: #fff;
  font-family: Rethink Sans, Georgia, sans-serif;
  font-size: 1.3rem;
}

.about-link {
  color: #fff;
  font-size: 1.3rem;
}

.nav-container {
  margin-top: 2rem;
  margin-left: 30rem;
  margin-right: 0;
}

.casestudywork-img {
  background-image: url('../images/jackalopemock_forweb.avif');
  background-position: 50%;
  background-size: cover;
  flex-flow: row;
  width: 40%;
  height: 70vh;
  margin-top: 2rem;
  display: block;
}

.image-2 {
  width: 99.9987%;
}

.favorite-work-heading {
  color: #154362;
  margin-top: 4rem;
  margin-left: 4rem;
  font-family: Majmj, Georgia, sans-serif;
  font-size: 3.5rem;
  font-weight: 100;
}

.large-webmock {
  background-image: url('../images/Perspective-Web-Screens-Mockup.avif');
  background-position: 0 0;
  background-size: cover;
  width: 83%;
  height: 85vh;
  margin-left: 4rem;
  display: none;
}

.section-4 {
  background-color: #fefcad;
  width: 1440px;
  height: 50vh;
}

.container-3 {
  width: 1440px;
  height: 7vh;
}

.aboutme-section {
  background-color: #fefcad;
  height: 70vh;
}

.aboutme-heading {
  color: #154363;
  margin-left: 10rem;
  padding-top: 10rem;
  font-family: Majmj, Georgia, sans-serif;
  font-size: 5rem;
}

.about-paragraph {
  color: #154363;
  margin-top: 2rem;
  margin-left: 10rem;
  margin-right: 20rem;
  font-family: "Sourcesans 3", Arial, sans-serif;
  font-size: 2.5rem;
  line-height: 3.5rem;
}

.footer {
  background-color: #fff;
  border: 2px solid #154363;
  justify-content: flex-start;
  max-width: none;
  height: 35vh;
  margin-top: 8rem;
  display: flex;
}

.infoabout-div {
  margin-top: 8rem;
}

.casestudywork-img-copy {
  background-image: url('../images/package_pristine.avif');
  background-position: 50%;
  background-size: cover;
  flex-flow: row;
  width: 40%;
  height: 70vh;
  margin-top: 2rem;
  display: block;
}

.casestudywork-img-copy:hover {
  background-color: #82cbff;
}

.footer-div {
  width: 23%;
  height: auto;
  margin-top: 4rem;
  margin-bottom: 0;
  margin-left: 8rem;
  padding-top: 0;
  padding-right: 0;
}

.tools-interests {
  color: #154363;
  margin-top: 0;
  font-family: Rethink Sans, Georgia, sans-serif;
  font-size: 1.5rem;
}

.interests-paragraph {
  color: #154364;
  -webkit-text-stroke-color: #154363;
  margin-top: .5rem;
  font-family: Majmj, Georgia, sans-serif;
  font-size: 4rem;
  line-height: 4.2rem;
}

.myportfolio-button {
  color: #154364;
  background-color: #546b7a00;
  border: 5px solid #154364;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 8.5vh;
  margin-top: 4rem;
  margin-left: 0;
  font-family: "Sourcesans 3", Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  transition: background-color .4s;
  display: flex;
}

.myportfolio-button:hover {
  color: #fff;
  background-color: #154363;
}

.container-4 {
  max-width: none;
  height: 90vh;
}

._1440 {
  max-width: 1440px;
  height: auto;
  display: block;
}

.nav-bar-copy {
  background-color: #0000;
}

.name-div {
  width: 40%;
  height: 90vh;
  margin-left: 0;
}

.name-heading {
  color: #5985e5;
  letter-spacing: 7px;
  margin-top: 8rem;
  margin-left: 0;
  font-family: Majmj, Georgia, sans-serif;
  font-size: 10rem;
  line-height: 9rem;
}

.italic-text {
  letter-spacing: 8px;
  font-family: Majmj, Georgia, sans-serif;
  font-size: 11rem;
  line-height: 13rem;
}

.elevatorpitch-paragraph {
  color: #154363;
  margin-left: 0;
  font-family: "Sourcesans 3", Arial, sans-serif;
  font-size: 2rem;
  line-height: 2.3rem;
}

.text-block {
  color: #154363;
  margin-left: 6rem;
  font-family: Rethink Sans, Georgia, sans-serif;
  font-size: 2rem;
  line-height: 2.3rem;
}

.div-block-2 {
  display: flex;
}

.myself-div {
  background-image: url('../images/IMG_7037.jpg');
  background-position: 50% 0;
  background-size: cover;
  width: 40%;
  height: 65vh;
  margin-top: 8rem;
  margin-left: 8rem;
}

.about {
  grid-column-gap: 41px;
  grid-row-gap: 41px;
  max-width: none;
  display: flex;
}

.img-of-me {
  background-image: url('../images/IMG_8705.jpeg');
  background-position: 0 0;
  background-size: auto;
  width: 90%;
  height: auto;
}

.funfacts-section {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  background-color: #154364;
  justify-content: center;
  align-items: flex-start;
  height: 40vh;
  margin-top: 8rem;
  display: flex;
}

.div-block-3 {
  background-color: #658fff;
  border-radius: 20px;
  flex-flow: row;
  width: 30%;
  height: 60vh;
  padding-top: 0;
  display: flex;
}

.div-facts {
  background-color: #5a84e500;
  border-radius: 17px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 25%;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  display: block;
}

.about-heading {
  color: #fefcad;
  letter-spacing: .1rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  font-family: Majmj, Georgia, sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
}

.moreinfo-paragraph {
  color: #fff;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  font-family: "Sourcesans 3", Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 28px;
}

.home-link-copy, .portfolio-link-copy, .about-link-copy {
  color: #154364;
  font-family: "Sourcesans 3", Arial, sans-serif;
  font-size: 1.3rem;
}

._35-div {
  background-image: linear-gradient(#0000004f, #0000004f), url('../images/highend_package.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  width: 35%;
  height: 95vh;
  display: flex;
}

._35-div-copy {
  background-image: linear-gradient(#0000004f, #0000004f), url('../images/Screenshot-2026-03-13-at-2.01.24-PM.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  width: 35%;
  height: 95vh;
  display: flex;
}

._35-div-copy2 {
  background-image: linear-gradient(#0000004f, #0000004f), url('../images/Jacka.png');
  background-position: 0 0, 70% 40%;
  background-size: auto, cover;
  justify-content: center;
  width: 35%;
  height: 95vh;
  display: flex;
}

.portfolio-sectiontype {
  height: 20vh;
}

.portfolio-header {
  color: #154362;
  margin-top: 8rem;
  margin-left: 4rem;
  font-family: Majmj, Georgia, sans-serif;
  font-size: 4rem;
}

.subhead {
  color: #154362;
  margin-top: 26px;
  margin-left: 4rem;
  font-family: "Sourcesans 3", Arial, sans-serif;
  font-size: 2rem;
  font-weight: 300;
}

.full-width-copy {
  max-width: none;
  height: 95vh;
  display: flex;
}

.categories {
  color: #fff;
  justify-content: center;
  align-items: flex-end;
  font-family: "Sourcesans 3", Arial, sans-serif;
  font-size: 3rem;
  display: flex;
}

.thingsilove-section {
  width: 100%;
  height: 75vh;
  margin-left: auto;
  margin-right: auto;
}

.thingsilove-heading {
  color: #154364;
  letter-spacing: 2px;
  margin-top: 8rem;
  margin-left: auto;
  margin-right: auto;
  font-family: Majmj, Georgia, sans-serif;
  font-size: 4rem;
}

.image-3 {
  width: 40%;
  height: auto;
}

.lilly {
  background-image: url('../images/IMG_3355.jpeg');
  background-position: 50% 40%;
  background-size: cover;
  border-radius: 13px;
  width: auto;
  height: auto;
  margin-top: auto;
  margin-left: auto;
  display: block;
}

.dan-shay {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/F4FAA10A-F306-4C92-AF24-046678931E9A.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 13px;
  width: 100%;
  height: 65vh;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
}

.coffee-div {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/IMG_3355.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 13px;
  width: 100%;
  height: 50%;
  margin-top: 4rem;
  margin-left: auto;
}

.section-6 {
  width: 40%;
  height: 0;
  margin-left: 44.7rem;
}

.top-div {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  justify-content: center;
  align-items: center;
  height: 90vh;
  margin-top: auto;
  margin-left: 0;
  display: flex;
}

.water-div {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/IMG_3707.jpeg');
  background-position: 0 0, 0%;
  background-size: auto, cover;
  border-radius: 13px;
  width: 100%;
  height: 83vh;
  margin-top: 4rem;
  margin-left: auto;
}

.bottom-div {
  width: 100%;
  margin-bottom: 159px;
}

.thingsilove-container {
  width: auto;
  max-width: none;
  margin-top: 0;
  margin-left: 8rem;
  margin-right: 8rem;
}

.lilly-concert-div {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.lilly-div {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/IMG_3189.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 13px;
  width: 100%;
  height: 50%;
  margin-top: auto;
  margin-left: auto;
}

.photo-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.info-div {
  width: 30%;
  height: 40vh;
  margin-left: 8rem;
}

.getconnected-heading {
  color: #154364;
  font-family: "Sourcesans 3", Arial, sans-serif;
  font-size: 2rem;
  font-weight: 900;
}

.insta-img {
  opacity: .5;
  width: auto;
  max-width: 50%;
}

.linkedin-img {
  opacity: .5;
  width: 23%;
  max-width: none;
}

.text-block-3 {
  color: #154365;
  font-family: "Sourcesans 3", Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
}

.section-7 {
  max-width: 100%;
}

._1440-container_1 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  display: block;
}

.section-8 {
  width: auto;
  max-width: none;
  margin-top: 4rem;
  margin-left: 0;
  padding-right: 0;
}

.image-4 {
  max-width: none;
  margin-top: 0;
}

.main-heading {
  color: #154362;
  margin-left: 0;
  margin-right: 0;
  font-family: "Sourcesans 3", Arial, sans-serif;
  font-size: 6rem;
  font-weight: 900;
}

.casestudy-specifics {
  color: #154362;
  margin-top: 30px;
  font-family: "Sourcesans 3", Arial, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 3rem;
}

.casestudy-specifics.casestudy-type {
  font-weight: 700;
}

.study-description-section {
  margin-top: 0;
  margin-left: 0;
  margin-right: 4rem;
}

.project-parameters {
  color: #154362;
  margin-top: 2rem;
  font-family: "Sourcesans 3", Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  text-decoration: none;
}

.info-section {
  color: #154363;
  background-color: #154363;
  height: 160vh;
  margin-top: 8rem;
  margin-left: 0;
  padding-top: 4rem;
}

.heading-9 {
  color: #fff;
  margin-top: 20px;
  margin-left: 0;
  padding-top: 0;
  font-family: "Sourcesans 3", Arial, sans-serif;
  font-size: 2.5rem;
}

.paragraph-5 {
  color: #fff;
  margin-right: 12rem;
  font-family: "Sourcesans 3", Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 2rem;
}

.div-block-9 {
  margin-top: 2rem;
  margin-left: 10rem;
  margin-right: 13rem;
}

.italic-text-2 {
  font-weight: 600;
}

.image-5 {
  width: 50%;
  max-width: none;
}

.div-block-10 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  margin-top: 4rem;
  margin-left: 4rem;
  margin-right: 4rem;
  display: flex;
}

.image-5-copy {
  width: 90%;
  max-width: none;
}

.heading-9-copy {
  color: #658fff;
  margin-top: 8rem;
  margin-left: 2rem;
  padding-top: 0;
  font-family: "Sourcesans 3", Arial, sans-serif;
  font-size: 3rem;
}

.nil-site-img {
  width: 100%;
  max-height: none;
  margin-top: 4rem;
  display: block;
}

.text-block-4 {
  color: #fff;
}

.container-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1440px;
  margin-top: 4rem;
  display: flex;
}

.aboutme-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #154365;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 1440px;
  margin-top: 13rem;
  display: block;
}

.portflio-section {
  max-width: 1440px;
  margin-top: 8rem;
}

.heading-port {
  color: #154363;
  font-family: "Sourcesans 3", Arial, sans-serif;
  font-size: 4rem;
}

.div-block-11 {
  width: 50%;
}

.bold-text-3, .italic-text-3 {
  font-weight: 700;
}

.italic-text-4 {
  font-size: 10rem;
}

.bold-text-4 {
  letter-spacing: 2px;
  font-size: 4rem;
}

.heading-10 {
  color: #154363;
  margin-top: 4rem;
  font-family: "Sourcesans 3", Arial, sans-serif;
  font-size: 4rem;
}

._1440-contain {
  flex-flow: column;
  align-items: flex-start;
  max-width: 1440px;
  display: block;
}

.printdiv-1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
  height: 75vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.print-section {
  grid-column-gap: 76px;
  grid-row-gap: 76px;
  flex-flow: row;
  justify-content: center;
  margin-top: 6rem;
  display: flex;
}

.bold-text-5 {
  font-weight: 300;
}

.printdiv-2 {
  width: 40%;
  height: 75vh;
}

.div-block-12 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  width: 80%;
  height: 60vh;
}

.printdiv-3 {
  background-image: url('../images/bag_mockup.jpg');
  background-position: 50%;
  background-size: cover;
  width: 40%;
  height: 70vh;
}

.printdiv-4 {
  background-color: #00000045;
  background-image: url('../images/theunion.jpg');
  background-position: 50%;
  background-size: cover;
  width: 40%;
  height: 70vh;
}

.portfolio-titles {
  color: #154363;
  margin-top: 8rem;
  margin-left: 6rem;
  font-family: "Sourcesans 3", Arial, sans-serif;
  font-size: 5rem;
}

.digital-section {
  grid-column-gap: 76px;
  grid-row-gap: 76px;
  flex-flow: row;
  justify-content: center;
  margin-top: 6rem;
  display: flex;
}

.digital-1 {
  background-image: url('../images/Screenshot-2026-03-13-at-2.01.24-PM.png');
  background-position: 50%;
  background-size: cover;
  width: 40%;
  height: 70vh;
}

.digital-2 {
  background-color: #00000045;
  background-image: url('../images/harryposter_mockup.jpg');
  background-position: 50%;
  background-size: cover;
  width: 40%;
  height: 70vh;
}

.digitalsection-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  display: flex;
}

.digital-3 {
  background-color: #00000045;
  background-image: url('../images/Perspective-Web-Screens-Mockup.avif');
  background-position: 50%;
  background-size: cover;
  width: 85%;
  height: 70vh;
  transition: transform .625s;
}

.digital-3:hover {
  transform: scale(1.05);
}

._3d-section {
  grid-column-gap: 76px;
  grid-row-gap: 76px;
  flex-flow: row;
  justify-content: center;
  margin-top: 6rem;
  display: flex;
}

._3d-1 {
  background-image: url('../images/package_pristine.avif');
  background-position: 50%;
  background-size: cover;
  width: 40%;
  height: 70vh;
}

._3d-2 {
  background-color: #00000045;
  background-image: url('../images/luminaphotos.jpg');
  background-position: 50%;
  background-size: cover;
  width: 40%;
  height: 70vh;
}

.div-block-13 {
  background-image: url('../images/me.png');
  background-position: 0 0;
  background-size: auto;
  justify-content: flex-start;
  width: 50%;
  height: 0;
  display: flex;
}

.text-block-5 {
  font-family: "Sourcesans 3", Arial, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  display: block;
}

.text-block-6 {
  font-family: "Sourcesans 3", Arial, sans-serif;
  font-size: 0;
}

.image-7 {
  width: 100%;
}

.image-8 {
  height: 100%;
}

.project-title-textblock {
  color: #154363;
  margin-top: 2rem;
  margin-left: 0;
  padding-left: 0;
  padding-right: 6.2rem;
  font-family: Majmj, Georgia, sans-serif;
  font-size: 2.2rem;
  display: block;
}

.project-description {
  color: #154363;
  margin-top: 1.5rem;
  margin-left: 0;
  font-family: "Sourcesans 3", Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.8rem;
}

.image-9 {
  width: auto;
  max-width: 100%;
  height: auto;
}

.lightbox-link {
  width: 100%;
  height: 45vh;
}

.lightbox-link.openfarm {
  background-image: url('../images/sustainabilitymock.jpg');
  background-position: 0 0;
  background-size: cover;
  transition: transform .65s;
}

.lightbox-link.openfarm:hover {
  transform: scale(1.05);
}

.lightbox-link.jackalopefest {
  background-image: url('../images/jackalopemock_forweb.avif');
  background-position: 0 0;
  background-size: cover;
}

.lightbox-link.breakingbread {
  background-image: url('../images/bag_mockup.jpg');
  background-position: 50%;
  background-size: cover;
  transition: transform .625s;
  transform: translate(0);
}

.lightbox-link.breakingbread:hover {
  transform: scale(1.05);
}

.lightbox-link.impactreport {
  background-image: url('../images/theunion.jpg');
  background-position: 0 0;
  background-size: cover;
  transition: transform .625s;
}

.lightbox-link.impactreport:hover {
  transform: scale(1.05);
}

.lightbox-link.fitquest {
  background-image: url('../images/Screenshot-2026-03-13-at-2.01.24-PM.png');
  background-position: 50%;
  background-size: cover;
  transition: transform .625s;
}

.lightbox-link.fitquest:hover {
  transform: scale(1.05);
}

.lightbox-link.harrystyles {
  background-image: url('../images/harryposter_mockup.jpg');
  background-position: 0 0;
  background-size: cover;
  transition: transform .625s;
}

.lightbox-link.harrystyles:hover {
  transform: scale(1.05);
}

.lightbox-link.pristine {
  background-image: url('../images/package_pristine_redo.jpg');
  background-position: 50% 60%;
  background-size: cover;
  transition: transform .625s;
}

.lightbox-link.pristine:hover {
  transform: scale(1.05);
}

.lightbox-link.lumina {
  background-image: url('../images/luminaphotos.jpg');
  background-position: 50% 30%;
  background-size: cover;
  transition: transform .625s;
}

.lightbox-link.lumina:hover {
  transform: scale(1.05);
}

.image-10 {
  max-width: none;
}

.div-block-14 {
  opacity: 1;
  background-color: #1543638c;
  height: 70vh;
  transition: opacity .225s;
}

.color-overlay {
  background-color: #5985e599;
  justify-content: center;
  align-items: center;
  height: 70vh;
  display: flex;
}

.color-overlay:hover {
  background-color: #15436387;
}

.color-overlay.pristine {
  background-color: #5985e500;
  font-family: "Sourcesans 3", Arial, sans-serif;
  transition: background-color .65s;
}

.color-overlay.pristine:hover {
  background-color: #174a68d9;
}

.text-block-8 {
  color: #fff;
  font-family: "Sourcesans 3", Arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
}

.text-block-9 {
  opacity: 0;
  color: #fff;
  font-family: "Sourcesans 3", Arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
}

.text-block-9:hover {
  opacity: 100;
}

.slide-2 {
  background-image: url('../images/jackalopelanyard.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-2.pristine {
  background-image: url('../images/all3_options.jpg');
  background-position: 50% 60%;
  background-size: cover;
}

.casestudy-slider {
  height: 75vh;
  margin-top: 8rem;
}

.slide-3 {
  background-color: #ff9d2c;
  background-image: url('../images/jackalope_finalwordmark.png');
  background-position: 50%;
  background-size: cover;
}

.slide-3.pristine {
  background-image: url('../images/highend_package_2.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/jackalopemock_forweb.avif');
  background-position: 0%;
  background-size: cover;
}

.slide-4.pristine {
  background-image: url('../images/organic_2.jpg');
  background-position: 50%;
  background-size: cover;
}

.body-2 {
  background-color: #f0f0f0;
}

.casestudy-info {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 7rem;
  margin-left: 2rem;
  margin-right: 2rem;
  display: flex;
}

.description {
  color: #154363;
  text-align: left;
  margin-left: 4rem;
  margin-right: 4rem;
  font-family: "Sourcesans 3", Arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 3rem;
}

.jackalope-handdrawn {
  width: 70%;
  max-width: none;
  height: auto;
  display: block;
}

.jackalope-img-sketch {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.casestudyimg-section {
  grid-column-gap: 59px;
  grid-row-gap: 59px;
  justify-content: center;
  margin-top: 4rem;
  display: flex;
}

.jackalopework-img {
  background-image: url('../images/Jacka.png');
  background-position: 50%;
  background-size: cover;
  width: 35%;
  height: 85vh;
}

.jackalopework-img.booklet {
  background-image: url('../images/booklet_schedule.jpg');
  background-position: 50% 0;
}

.digitaldiv {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
  height: 75vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.link-block {
  width: 16%;
}

._3d-div {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
  height: 75vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.linkblock {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/Screenshot-2026-03-13-at-2.01.24-PM.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 35%;
}

.linkblock.digital {
  color: #fff;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  height: 84vh;
  margin-top: 0;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: transform .625s;
  display: flex;
  overflow: visible;
}

.linkblock.digital:hover {
  transform: scale(1.1);
}

.linkblock._3d {
  color: #154363;
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/luminaphotos.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  width: auto;
  height: 84vh;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: transform .625s;
  display: flex;
}

.linkblock._3d:hover {
  transform: scale(1.1);
}

.linkblock.print {
  color: #154363;
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/Jacka.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  width: auto;
  height: 84vh;
  text-decoration: none;
  transition: transform .625s;
  display: flex;
}

.linkblock.print:hover {
  transform: scale(1.1);
}

.text-block-10 {
  color: #fff;
  white-space: normal;
  margin-top: 4rem;
  font-family: "Sourcesans 3", Arial, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.div-block-16 {
  justify-content: flex-start;
  display: flex;
}

.body-3 {
  background-color: #f0f0f0;
}

.div-block-17 {
  width: 60%;
}

.container-6 {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  max-width: none;
  display: flex;
}

.nametext-div {
  width: 60%;
  margin-left: 0;
}

.image-11 {
  width: auto;
  max-width: none;
  margin-right: 7.9rem;
}

._1440-hero {
  max-width: 1440px;
  display: flex;
}

.image-12 {
  width: auto;
  max-width: 100%;
  height: 95vh;
  margin-bottom: 0;
  margin-right: 8rem;
}

.kaylee-div {
  width: 40%;
}

.me-img {
  height: 90vh;
}

.button-div {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-18 {
  height: 75vh;
  transition: background-color .725s;
}

.largecoloroverlay {
  height: 85vh;
  transition: background-color .65s;
}

.largecoloroverlay:hover {
  background-color: #174a68d9;
}

.text-block-11 {
  color: #fff;
  font-family: "Sourcesans 3", Arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
}

.text-block-12 {
  color: #fff;
}

.nilweb-button {
  background-color: #154363;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 8.5vh;
  margin-top: 4rem;
  margin-left: 0;
  font-family: Rethink Sans, Georgia, sans-serif;
  font-size: 1.5rem;
  display: flex;
}

.webnil-button {
  color: #154364;
  background-color: #546b7a00;
  border: 5px solid #154364;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 8.5vh;
  margin-top: 4rem;
  margin-left: 0;
  font-family: "Sourcesans 3", Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  transition: background-color .4s;
  display: flex;
}

.webnil-button:hover {
  color: #fff;
  background-color: #154363;
}

.spacer-section {
  height: 20vh;
}

.text-block-7-copy {
  color: #154363;
  margin-top: 2rem;
  margin-left: 0;
  padding-left: 0;
  padding-right: 61.2rem;
  font-family: Majmj, Georgia, sans-serif;
  font-size: 2.2rem;
  display: block;
}

.link-block-2 {
  width: 0%;
}

.case-study-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 35rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-title {
  font-size: 2.5rem;
}

.favoritework_image-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.favoritework_image {
  object-fit: cover;
  background-image: linear-gradient(#000000c4, #000000c4);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.favoritework {
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 42%;
  margin-left: 1%;
  margin-right: 1%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.favoritework.item-2 {
  display: flex;
  overflow: hidden;
}

.overflow-hidden {
  overflow: hidden;
}

.favoritework-wrapper {
  justify-content: center;
  width: 180%;
  max-width: 182rem;
  height: 100%;
  display: flex;
}

.favoritework_text-wrapper {
  z-index: 1;
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  display: flex;
  position: absolute;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.pristine-product-img {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/package_pristine.avif');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  width: 75%;
  height: 70vh;
  margin-top: 4rem;
  display: flex;
}

.lanyard-img-section {
  justify-content: center;
  display: flex;
}

.spacer {
  height: 20vh;
}

.slide-5 {
  background-image: url('../images/jackalopemock_forweb.avif');
  background-position: 0%;
  background-size: cover;
}

.slide-5.pristine {
  background-image: url('../images/generic.jpg');
  background-position: 50%;
  background-size: cover;
}

.link-block-3 {
  width: auto;
}

.pristine_photos {
  justify-content: center;
  display: flex;
}

.lanyard-img {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/prizes_jackalope_mock.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  width: 75%;
  height: 70vh;
  margin-top: 4rem;
  display: flex;
}

.link-block-4 {
  width: 100%;
  height: 70vh;
  transition: transform .625s;
}

.link-block-4:hover {
  transform: scale(1.05);
}

.digital-linkblock, ._3d-linkblock {
  width: 35%;
  height: auto;
  overflow: hidden;
}

.print-linkblock {
  width: 35%;
  overflow: hidden;
}

.bold-text-7 {
  font-size: 3.2rem;
}

.gd-text {
  color: #154364;
  margin-top: -9px;
  font-family: "Sourcesans 3", Arial, sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
}

.instagram-img {
  opacity: .31;
  width: 100%;
}

.footer-div-links {
  width: 23%;
}

.linkdin-img {
  opacity: .31;
  margin-top: 12px;
}

.footer-div-links-copy {
  width: 30%;
}

.icons-section {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 0;
  display: flex;
}

.footer-div-copy {
  width: 23%;
  height: auto;
  margin-top: 2.6rem;
  margin-bottom: 0;
  margin-left: 52.5rem;
  padding-top: 0;
  padding-right: 0;
}

.getin-touch {
  color: #b0b0b0;
  font-family: "Sourcesans 3", Arial, sans-serif;
  font-size: 2rem;
  font-weight: 700;
}

.div-block-20 {
  width: 85%;
}

.jackalope-img {
  max-width: 100%;
  height: 45vh;
  transition: transform .625s;
}

.jackalope-img:hover {
  transform: scale(1.05);
}

.pristine-img {
  height: 45vh;
  transition: transform .625s;
}

.pristine-img:hover {
  transform: scale(1.05);
}

._1440-container-2 {
  width: auto;
  max-width: 1440px;
}

.italic-text-5 {
  font-size: 10rem;
  line-height: 11rem;
}

@media screen and (max-width: 991px) {
  .case-study-section {
    align-items: flex-start;
    height: 22rem;
    overflow: scroll;
  }

  .spacer-xlarge {
    padding-top: 3.5rem;
  }
}

@media screen and (max-width: 767px) {
  .case-study-section {
    height: 20rem;
  }

  .favoritework {
    width: 85vw;
    margin-left: 0%;
    margin-right: 0%;
  }

  .favoritework-wrapper {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    justify-content: flex-start;
    width: auto;
    margin-left: 5%;
    margin-right: 5%;
  }

  .spacer-xlarge {
    padding-top: 2.5rem;
  }
}

@media screen and (max-width: 479px) {
  .full-width-container {
    height: 50vh;
  }

  .kc-heading {
    letter-spacing: .1rem;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
    margin-left: 1rem;
    margin-right: 0;
    font-size: 2.8rem;
    line-height: 5rem;
  }

  .casestudy-section {
    flex-flow: column;
    align-items: center;
    margin-left: 1rem;
  }

  .design-text {
    margin-left: 1rem;
    font-size: 6.2rem;
    line-height: 45px;
  }

  .about-blurb {
    margin-top: 4rem;
    margin-left: 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .bold-text-2 {
    margin-left: 0;
    margin-right: 0;
    font-size: 1rem;
    font-weight: 300;
    line-height: .3rem;
  }

  .nav-container {
    margin-left: 0;
  }

  .favorite-work-heading {
    margin-left: 1rem;
    font-size: 1rem;
  }

  .aboutme-section {
    height: 50vh;
  }

  .aboutme-heading {
    margin-top: 0;
    margin-left: 2rem;
    padding-top: 2.5rem;
    font-size: 4rem;
  }

  .about-paragraph {
    margin-top: 2rem;
    margin-left: 2rem;
    margin-right: 2rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .footer {
    height: 25vh;
    margin-top: 3rem;
  }

  .infoabout-div {
    margin-top: 4rem;
  }

  .footer-div {
    width: 60%;
    height: auto;
    margin-top: 2rem;
    margin-left: 2rem;
    margin-right: 1rem;
  }

  .tools-interests {
    font-size: 1rem;
  }

  .interests-paragraph {
    font-size: 2.3rem;
    line-height: 2.5rem;
  }

  .myportfolio-button {
    width: 80%;
    height: 7vh;
    font-size: 1.2rem;
  }

  .name-div {
    width: auto;
    height: auto;
    margin-left: 0;
    margin-right: 1rem;
    padding-left: 0;
    display: block;
  }

  .name-heading {
    text-align: center;
    letter-spacing: 3px;
    margin-top: 2rem;
    margin-bottom: 20px;
    margin-left: 0;
    font-size: 7rem;
    font-weight: 100;
    line-height: 7.8rem;
  }

  .italic-text {
    font-size: 6rem;
    line-height: 6rem;
  }

  .elevatorpitch-paragraph {
    margin-top: 2rem;
    margin-left: 1.4rem;
    margin-right: 1.5rem;
    font-size: 1.4rem;
    line-height: 1.8rem;
  }

  .myself-div {
    width: 90%;
    height: 45vh;
    margin-top: 4rem;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .about {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    flex-flow: column;
    align-items: center;
    display: block;
  }

  .funfacts-section {
    grid-column-gap: 29px;
    grid-row-gap: 29px;
    flex-flow: column;
    align-items: flex-start;
    height: 80vh;
    margin-top: 1rem;
  }

  .div-facts {
    width: 80%;
    margin-left: 2.5rem;
  }

  .about-heading {
    margin-top: .4rem;
    margin-bottom: 0;
    font-size: 1.5rem;
    line-height: 30px;
  }

  .moreinfo-paragraph {
    margin-top: 11px;
    margin-right: 3.4rem;
    font-size: 1rem;
    line-height: 20px;
  }

  .portfolio-header {
    margin-top: 2rem;
    margin-left: 2rem;
    font-size: 3rem;
  }

  .subhead {
    margin-top: 0;
    margin-left: 2rem;
    font-size: 1.3rem;
  }

  .full-width-copy {
    height: auto;
  }

  .thingsilove-heading {
    margin-top: 4rem;
    margin-left: 1.5rem;
    font-size: 2rem;
  }

  .dan-shay {
    width: 85%;
    height: 25vh;
    margin-top: 300px;
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .coffee-div {
    height: 55%;
    margin-top: 2rem;
  }

  .top-div {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    height: 50vh;
    margin-left: 2rem;
    margin-right: 2rem;
    display: block;
  }

  .water-div {
    background-image: linear-gradient(#0000, #0000), url('../images/IMG_3707.jpeg');
    background-position: 0 0, 0%;
    background-size: auto, cover;
    width: 101%;
    height: 25vh;
  }

  .bottom-div {
    margin-bottom: 2rem;
  }

  .thingsilove-container {
    margin-left: 0;
    margin-right: 0;
  }

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

  .lilly-div {
    height: 55%;
    margin-top: 8px;
  }

  .photo-wrapper {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    align-items: stretch;
  }

  .info-div {
    width: 80%;
    margin-left: 2rem;
  }

  .main-heading {
    margin-bottom: 0;
    margin-left: 1rem;
    font-size: 2.5rem;
  }

  .casestudy-specifics {
    margin-top: 0;
    margin-left: 1rem;
    font-size: 1.6rem;
    line-height: 2.5rem;
  }

  .casestudy-specifics.casestudy-type {
    margin-top: 0;
    margin-left: 1rem;
    font-size: 1.3rem;
  }

  .project-parameters {
    margin-top: 1rem;
    margin-left: 1rem;
  }

  .aboutme-container {
    flex-flow: row;
    margin-top: 2rem;
    display: block;
  }

  .italic-text-3 {
    font-size: 1rem;
    font-weight: 700;
  }

  .italic-text-4 {
    font-size: 6rem;
    line-height: 4rem;
  }

  .bold-text-4 {
    letter-spacing: .5px;
    font-size: 2.5rem;
  }

  ._1440-contain {
    flex-flow: column;
    display: block;
  }

  .printdiv-1 {
    width: 90%;
    height: 65vh;
  }

  .print-section {
    flex-flow: column;
    align-items: center;
    margin-top: 2rem;
  }

  .portfolio-titles {
    margin-top: 4rem;
    margin-left: 2rem;
    font-size: 3rem;
  }

  .digital-section {
    flex-flow: column;
    align-items: center;
  }

  .digitalsection-2 {
    margin-top: 0;
  }

  .digital-3 {
    height: 30vh;
  }

  ._3d-section {
    flex-flow: column;
    align-items: center;
    margin-top: 2rem;
  }

  .project-title-textblock {
    font-size: 1.2rem;
  }

  .project-description {
    margin-top: 1rem;
    padding-right: 0;
    font-size: 1rem;
    line-height: 1.3rem;
  }

  .lightbox-link.openfarm, .lightbox-link.jackalopefest, .lightbox-link.impactreport, .lightbox-link.harrystyles {
    background-position: 50%;
  }

  .casestudy-slider {
    height: 30vh;
    margin-top: 0;
  }

  .casestudy-info {
    margin-top: 4rem;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .description {
    margin-left: 1rem;
    margin-right: 1rem;
    font-size: 1.2rem;
    line-height: 1.6rem;
  }

  .casestudyimg-section {
    flex-flow: column;
  }

  .jackalopework-img {
    width: 100%;
    height: 60vh;
  }

  .digitaldiv.fitquest, .digitaldiv.harrystyles {
    width: 90%;
    height: 65vh;
  }

  ._3d-div {
    width: 90%;
    height: 60vh;
  }

  .linkblock.digital, .linkblock._3d {
    height: 40vh;
  }

  .linkblock.print {
    background-image: linear-gradient(to bottom, null, null), url('../images/Jacka.png');
    background-position: 0 0, 100%;
    height: 40vh;
  }

  .text-block-10 {
    margin-top: 2rem;
    font-size: 1.5rem;
  }

  .nametext-div {
    width: 90%;
  }

  ._1440-hero {
    margin-left: .5rem;
  }

  .kaylee-div, .me-img {
    display: none;
  }

  .webnil-button {
    width: 50%;
    height: 6vh;
    font-size: 1.3rem;
  }

  .text-block-7-copy {
    margin-top: 1rem;
    padding-right: 13rem;
    font-size: 1.2rem;
  }

  .case-study-section {
    flex-flow: column;
    height: 32rem;
  }

  .project-title {
    color: #fff;
    font-size: 1.8rem;
  }

  .favoritework_image-wrapper {
    flex-flow: row;
    display: block;
  }

  .favoritework-wrapper {
    grid-column-gap: 8vw;
    grid-row-gap: 8vw;
    flex-flow: row;
  }

  .favoritework_text-wrapper {
    width: 90%;
  }

  .pristine-product-img {
    width: 90%;
    height: 50vh;
  }

  .spacer {
    height: 10vh;
  }

  .casestudies {
    flex-flow: column;
    display: block;
  }

  .bold-text-6 {
    font-size: 1.3rem;
  }

  .lanyard-img {
    width: 100%;
  }

  .gd-text {
    font-size: .8rem;
  }

  .linkdin-img {
    margin-top: 5px;
  }

  .icons-section {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
  }

  .footer-div-copy {
    width: 60%;
    height: auto;
    margin-top: 1rem;
    margin-left: 2rem;
    margin-right: 1rem;
  }

  .getin-touch {
    font-size: 1rem;
  }

  .italic-text-5 {
    font-size: 7rem;
    line-height: 7rem;
  }
}


@font-face {
  font-family: 'Sourceserif 4 Variablefont Opsz Wght';
  src: url('../images/') format('truetype');
  font-weight: 200 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rethink Sans';
  src: url('../fonts/RethinkSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Majmj';
  src: url('../fonts/NewShuffleItalicThinItalic-MAjmJ.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesans 3';
  src: url('../fonts/SourceSans3-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesans 3';
  src: url('../fonts/SourceSans3-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesans 3';
  src: url('../fonts/SourceSans3-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesans 3';
  src: url('../fonts/SourceSans3-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesans 3';
  src: url('../fonts/SourceSans3-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesans 3';
  src: url('../fonts/SourceSans3-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesans 3';
  src: url('../fonts/SourceSans3-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}