@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Brands 400";
  src: url('../fonts/fa-brands-400.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Solid 900";
  src: url('../fonts/fa-solid-900.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  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;
  }
}

.background {
  background-image: linear-gradient(#fffdf9cc, #fffdf9cc), url('../images/walltexture.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, contain;
  background-attachment: scroll, fixed;
  overflow: visible;
}

.navbar {
  background-color: #ddd0;
}

.top-nav {
  background-color: #ddd0;
  width: 100%;
  margin-top: .5%;
  margin-bottom: .5%;
  overflow: hidden;
}

.nav-text {
  color: #231a47;
  letter-spacing: 2px;
  border-radius: 1px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 5%;
  padding-right: 5%;
  font-family: Akshar, sans-serif;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}

.nav-text:hover {
  color: #e02e93;
}

.nav-text.w--current {
  color: #df2e95;
}

.nav-text.leadorcus {
  justify-content: center;
  align-items: center;
  width: 40%;
  padding-right: 0;
  font-size: 24px;
  display: flex;
}

.nav-text.leadorcus.bottomnav {
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  padding-left: 0%;
  display: block;
}

.nav-text.box {
  color: #df2e94;
  border: 1px solid #e02e93;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-left: 0%;
  margin-right: 0;
  padding: 5px 30px;
  display: flex;
}

.nav-text.box:hover {
  color: #241a48;
  border-color: #241a49;
}

.nav-text.socials {
  text-align: right;
  width: 50%;
  margin-right: 0%;
  padding-right: 0%;
}

.nav-text.backbutton {
  color: #de2f94;
}

.nav-text.backbutton:hover {
  color: #241a48;
}

.nav-text.name-nav {
  align-self: center;
  font-size: 24px;
}

.nav-text.resumebutton {
  padding-left: 20%;
  padding-right: 0%;
}

.nav-text.dropdown {
  height: auto;
}

.nav-container {
  clear: none;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: none;
  display: flex;
}

.nav-container.bottom-nav-mods {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 90%;
  margin-bottom: 3%;
  margin-left: 5%;
  margin-right: 5%;
  display: block;
}

.nav-menu-wrapper {
  flex: 0 auto;
  width: 30%;
  margin-left: 5%;
  display: flex;
}

.e-accent {
  font-weight: 500;
}

.brand {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.resume-wrapper {
  justify-content: flex-end;
  align-items: center;
  width: 30%;
  margin-right: 5%;
  display: flex;
}

.brand-wrapper {
  justify-content: center;
  align-items: center;
  width: 30%;
  display: flex;
}

.hero-section {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-section.individualproject-herosection {
  justify-content: space-between;
  align-items: center;
}

.pink-flower-block {
  background-color: #ffebf5;
  width: 60%;
  height: 80%;
  margin-left: 10%;
}

.container {
  background-color: #ffebf5;
  width: 60%;
  max-width: none;
  height: 50%;
  margin-left: 10%;
  margin-right: 0;
  padding-top: 0%;
}

.pink-flowers {
  background-image: url('../images/Screen-Shot-2026-02-27-at-1.30.32-PM.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 70%;
  height: 80vh;
  max-height: none;
  margin-top: 2%;
  margin-bottom: 3%;
  margin-left: 5%;
}

.pink-flowers.plainpinkblock {
  background-image: linear-gradient(#ffebf5, #ffebf5);
  margin-left: 5%;
  margin-right: 0%;
}

.image {
  clear: none;
  background-image: url('../images/black-and-white-headshot.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  flex: 0 auto;
  order: 0;
  justify-content: flex-end;
  align-self: auto;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 50%;
  padding-left: 0;
  display: flex;
  position: static;
  inset: auto 0% 0% auto;
}

.intro-text-section {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-left: 0%;
  margin-right: 0%;
  padding: 1% 10%;
  display: flex;
  overflow: hidden;
}

.intro-text-section.about-me-hero {
  margin-bottom: -5%;
}

.intro-text-section.contact-section-text {
  margin-top: -1%;
  margin-bottom: -3%;
}

.intro-text-section.about-longtext {
  flex-flow: column;
  height: 120vh;
  padding-left: 5%;
  padding-right: 5%;
}

.intro-text-section.about-longtext.results {
  height: auto;
}

.line {
  background-color: #251a49;
  width: 1px;
  height: 30vh;
  margin-left: 0%;
  margin-right: 25px;
  padding-left: 0;
  padding-right: 4px;
}

.line.short-line {
  height: 100px;
}

.line.details-line {
  height: 140px;
}

.intro-body-text {
  color: #241a48;
  max-width: none;
  margin-right: 0%;
  font-family: Zilla Slab, sans-serif;
  font-size: 6vh;
  line-height: 6vh;
}

.intro-body-text.about-subhead {
  font-style: italic;
  font-weight: 600;
}

.intro-body-text.about-subhead:hover {
  color: #df2e95;
}

.intro-body-text.about-longbody {
  font-size: 30px;
  line-height: 35px;
}

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

.italic-text:hover {
  color: #e02e93;
}

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

.horizontal-line-divider {
  width: 100%;
  height: 10vh;
  margin-top: 5%;
  margin-left: 0%;
  margin-right: 0%;
  padding: 2% 5%;
  overflow: hidden;
}

.horizontal-line-divider.bottomofportfolio {
  margin-top: 2%;
}

.horizontal-line-divider.portfoliosection {
  margin-top: 0%;
}

.horizontal-line-divider.about-me-divider {
  margin-top: 2%;
}

.horizontal-line-divider.project-divider {
  margin-top: 0%;
}

.div-block-2 {
  background-color: #e02e92;
  padding-top: 1px;
}

.hero-text-contents {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  margin-left: 0%;
  margin-right: 0%;
  padding-right: 5%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.circular-text {
  color: #221a47;
  margin-bottom: 5%;
  margin-right: 40%;
  font-family: Zilla Slab, sans-serif;
  font-size: 45px;
  font-weight: 300;
}

.lea-dorcus-header {
  color: #e02e92;
  text-align: right;
  letter-spacing: 10px;
  margin-bottom: 5vh;
  font-family: Akshar, sans-serif;
  font-size: 10vw;
  font-weight: 500;
}

.graphic-design-subhead {
  color: #241a48;
  text-align: right;
  letter-spacing: 7px;
  font-family: Open Sans, sans-serif;
  font-size: 5vw;
  font-weight: 300;
}

.portfolio-highlights-section {
  flex-flow: column;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.div-block-3 {
  justify-content: space-between;
  align-items: center;
  margin-left: 0%;
  margin-right: 0%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.portfolio-hightlight-container {
  background-image: url('../images/IMG_0553.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 32%;
  height: 400px;
}

.portfolio-hightlight-container:hover {
  background-image: linear-gradient(#f1bdd8cc, #f1bdd8cc), url('../images/IMG_0553.JPG');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  font-family: Zilla Slab, sans-serif;
}

.hero-captions {
  color: #251a48;
  text-align: center;
  font-family: Zilla Slab, sans-serif;
  font-size: 45px;
}

.div-block-4 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 20vh;
  margin-top: 0%;
  margin-bottom: 0%;
  display: flex;
}

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

.paragraph, .link {
  text-align: center;
}

.hero-buttons {
  color: #251b48;
  text-align: center;
  letter-spacing: 4px;
  border: 1px solid #251a48;
  justify-content: center;
  align-items: center;
  width: 0;
  margin-top: 50px;
  padding: 15px 125px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 300;
  display: flex;
}

.hero-buttons:hover {
  color: #e02e93;
  border-color: #e02e93;
}

.hero-buttons.checkoutmywork {
  padding-left: 175px;
  padding-right: 175px;
  text-decoration: none;
}

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

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

.about-me-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30%;
  margin-top: 10%;
  padding-bottom: 0;
  display: flex;
}

.bottom-nav {
  background-color: #ddd0;
  width: 100%;
  overflow: hidden;
}

.brand-2 {
  width: 97%;
}

.brand-2.w--current {
  flex: 1;
  margin-right: 0%;
  display: block;
}

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

.scroll-text {
  color: #f1bdd8;
  white-space: nowrap;
  max-width: none;
  padding-left: 0%;
  padding-right: 0%;
  font-family: Zilla Slab, sans-serif;
  font-size: 35px;
}

.code-embed {
  width: 350px;
  height: 350px;
}

.button-link, .link-block {
  text-decoration: none;
}

.cards-text {
  color: #fff;
  text-align: center;
  max-width: 400px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Open Sans, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 45px;
}

.cards-text.aboutme-cardtext {
  font-size: 35px;
  line-height: 40px;
}

.cards-text.hot-pink {
  color: #fff0;
}

.cards-text.hot-pink:hover {
  color: #de2f95;
}

.heading-2 {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.card-back {
  backface-visibility: hidden;
  transform-style: preserve-3d;
  background-color: #f1bdd8;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.card {
  width: 400px;
  height: 400px;
  position: relative;
}

.card-front {
  backface-visibility: hidden;
  perspective: none;
  background-image: linear-gradient(#1b78fe6b, #1b78fe6b), url('../images/campaign-driven.jpeg');
  background-position: 0 0, 0%;
  background-size: auto, cover;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.card-front.card2-image {
  background-image: url('../images/Harrisonburgstationarymock.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  transform: translate(0);
}

.card-front.card2-image.about-card1 {
  background-image: linear-gradient(#ffebf680, #ffebf680), url('../images/20250604_132623_7D9418.JPEG');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.card-front.card1-image {
  background-image: linear-gradient(#1b78fe6b, #1b78fe6b), url('../images/factbased.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.card-front.card3-image {
  background-image: url('../images/JenisIceCreamWebMockup.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
}

.card-front.card3-image.about-card2 {
  background-image: linear-gradient(#ffebf680, #ffebf680), url('../images/IMG_7873.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.card-front.card4-image {
  background-image: url('../images/KindBagmockup.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 0;
}

.card-front.card4-image.about-card3 {
  background-image: linear-gradient(#ffebf680, #ffebf680), url('../images/IMG_7477.JPG');
  background-position: 0 0, 55%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.card-wrapper {
  perspective: 1000px;
  margin-left: 20px;
  margin-right: 20px;
}

.cards {
  justify-content: center;
  align-items: flex-start;
  height: 450px;
  display: flex;
}

.loop-text {
  width: 100%;
  padding-top: 1%;
  overflow: hidden;
}

.inner-loop-text {
  justify-content: center;
  align-items: center;
  display: flex;
}

.loop-text--2 {
  width: 100%;
  padding-top: 1%;
  overflow: hidden;
}

.inner-loop-text-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.loop-text-2 {
  width: 100%;
  padding-top: 1%;
  padding-bottom: 0;
  overflow: hidden;
}

.inner-loop-2 {
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.scroll-text-2 {
  color: #f1bdd8;
  white-space: nowrap;
  font-family: Zilla Slab, sans-serif;
  font-size: 35px;
}

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

.italic-text-4:hover {
  color: #e02e92;
}

.loop-text-3 {
  width: 100%;
  padding-top: 1%;
  padding-bottom: 0;
  overflow: hidden;
}

.inner-loop-3 {
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.scroll-text3 {
  color: #f1bdd8;
  white-space: nowrap;
  font-family: Zilla Slab, sans-serif;
  font-size: 35px;
  overflow: visible;
}

.italic-text-5, .italic-text-6 {
  font-weight: 600;
}

.italic-text-6:hover {
  color: #e02e92;
}

.body {
  background-image: linear-gradient(#fffdf9cc, #fffdf9cc), url('../images/walltexture.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, contain;
  background-attachment: scroll, fixed;
}

.page-header {
  height: 200px;
  overflow: hidden;
}

.container-2 {
  justify-content: flex-start;
  align-items: center;
  max-width: 90%;
  height: 100%;
  max-height: none;
  display: flex;
}

.div-container {
  justify-content: flex-start;
  align-items: center;
  width: 40%;
  height: 100px;
  display: flex;
}

.light-pink-color {
  background-color: #ffebf5;
  flex: 1;
  height: 60%;
  display: block;
}

.div-block-8 {
  height: 50%;
  position: static;
}

.div-block-9 {
  flex: 1;
  margin-bottom: 3%;
  display: flex;
  position: absolute;
}

.text-block {
  position: relative;
}

.page-headers {
  color: #de2f95;
  letter-spacing: 10px;
  font-family: Akshar, sans-serif;
  font-size: 80px;
  font-weight: 500;
  position: static;
}

.portfolio-images {
  height: 210vh;
  margin-bottom: 4%;
  overflow: hidden;
}

.portfolio-images.section2 {
  margin-bottom: 4%;
}

.portfolio-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 100%;
  height: 100%;
  margin-left: 5%;
  margin-right: 5%;
  display: flex;
}

.portfolio-1 {
  width: 50%;
  height: 40%;
  margin-right: 0%;
  padding-left: 0%;
}

.portfolio-1.portfolio-div-setup {
  border: 1px #df2e95;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 50%;
  margin-bottom: 2%;
  padding: 2%;
  display: flex;
}

.portfolio-2 {
  width: 50%;
  height: 30%;
}

.portfolio-image {
  background-image: url('../images/Harrisonburgstationarymock.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 80%;
}

.portfolio-image.image-2 {
  background-image: url('../images/KindBagmockup.jpg');
  height: 100%;
}

.portfolio-image.image-2:hover {
  background-image: linear-gradient(#ffebf680, #ffebf680), url('../images/KindBagmockup.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.portfolio-image.image-3 {
  background-image: url('../images/JenisIceCreamWebMockup.jpg');
  height: 100%;
}

.portfolio-image.image-3:hover {
  background-image: linear-gradient(#ffeaf680, #ffeaf680), url('../images/JenisIceCreamWebMockup.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.portfolio-image.image-4 {
  background-image: url('../images/FINAL-Vinyl-Record-Mockup---Front-Cover.jpg');
  height: 100%;
}

.portfolio-image.image-4:hover {
  background-image: linear-gradient(#ffebf780, #ffebf780), url('../images/FINAL-Vinyl-Record-Mockup---Front-Cover.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.portfolio-image.image-5 {
  background-image: url('../images/Apps-Mockup.jpg');
  background-repeat: no-repeat;
  background-attachment: scroll;
  height: 100%;
}

.portfolio-image.image-5:hover {
  background-image: linear-gradient(#ffebf680, #ffebf680), url('../images/Apps-Mockup.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.portfolio-image.image6 {
  background-image: url('../images/MZ_Event_TicketMockup.jpg');
  height: 100%;
}

.portfolio-image.image6:hover {
  background-image: linear-gradient(#ffebf680, #ffebf680), url('../images/MZ_Event_TicketMockup.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.portfolio-image.image-1 {
  background-position: 50%;
  height: 100%;
}

.portfolio-image.image-1:hover {
  background-image: linear-gradient(#ffebf680, #ffebf680), url('../images/Harrisonburgstationarymock.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.portfolio-image.image7 {
  background-image: url('../images/Pump_Bottle_Mockup_4.jpg');
  background-size: cover;
  height: 100%;
}

.portfolio-image.image7:hover {
  background-image: linear-gradient(#ffebf680, #ffebf680), url('../images/Pump_Bottle_Mockup_4.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.portfolio-image.image8 {
  background-image: url('../images/Slim_CanMockup_01.jpg');
  height: 100%;
}

.portfolio-image.image8:hover {
  background-image: linear-gradient(#ffebf680, #ffebf680), url('../images/Slim_CanMockup_01.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.portfolio-text-div {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 20%;
  display: flex;
}

.portfolio-name-headings {
  color: #df2e95;
  letter-spacing: 5px;
  width: 100%;
  max-width: 100%;
  font-family: Akshar, sans-serif;
  font-size: 50px;
  font-weight: 500;
}

.portfolio-name-headings.navy {
  color: #241a48;
  font-size: 30px;
}

.portfolio-descirption {
  color: #241a48;
  font-family: Zilla Slab, sans-serif;
  font-size: 20px;
}

.brand3 {
  width: 50%;
}

.brand3.w--current {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  margin-right: 0%;
  display: flex;
}

.body-2 {
  background-image: linear-gradient(#fffdf9cc, #fffdf9cc), url('../images/walltexture.jpg');
  background-position: 0 0, 50%;
  background-size: auto, contain;
  background-attachment: scroll, fixed;
}

.form {
  flex-flow: column;
  margin-left: 10%;
  margin-right: 10%;
  display: flex;
}

.form-half {
  width: 100%;
  margin-right: 0%;
}

.form-half.text-block-style {
  color: #241a48;
  background-color: #fff0;
  border: 1px solid #241a48;
  border-radius: 1px;
  font-family: Zilla Slab, sans-serif;
  font-size: 16px;
}

.form-half.text-block-style:active {
  border-color: #df2e95;
}

.form-half.text-block-style:focus {
  border-color: #de2f95;
}

.form-half.text-block-style:focus-visible, .form-half.text-block-style[data-wf-focus-visible] {
  color: #221a48;
  font-family: Zilla Slab, sans-serif;
}

.form-half.text-block-style::placeholder {
  color: #221a47;
  font-family: Zilla Slab, sans-serif;
  font-weight: 400;
}

.name-and-email {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.name-div {
  flex: 1;
  margin-right: 2%;
}

.email-div {
  flex: 1;
}

.text-entry {
  margin-top: 0%;
}

.submit-button {
  color: #df2e95;
  letter-spacing: 2px;
  background-color: #fff0;
  border: 1px solid #df2e95;
  border-radius: 1px;
  align-self: flex-end;
  width: 20%;
  margin-top: 2%;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Akshar, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.submit-button:hover {
  color: #fff;
  background-color: #df2e95;
}

.messageblock {
  color: #241a48;
  background-color: #fff0;
  border: 1px solid #221a47;
  border-radius: 1px;
  height: auto;
  font-family: Zilla Slab, sans-serif;
  font-size: 16px;
}

.messageblock:active {
  border-color: #df2e95;
}

.messageblock:focus {
  border-color: #de2f95;
}

.messageblock:focus-visible, .messageblock[data-wf-focus-visible] {
  color: #241a48;
  font-family: Zilla Slab, sans-serif;
  font-size: 16px;
}

.messageblock::placeholder {
  font-family: Zilla Slab, sans-serif;
}

.form-text {
  color: #221a47;
  letter-spacing: 2px;
  font-family: Akshar, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.success-message {
  background-color: #ddd0;
}

.text-block-2 {
  color: #241a48;
  font-family: Akshar, sans-serif;
  font-size: 36px;
  font-weight: 400;
}

.error-message {
  background-color: #ffdede00;
}

.text-block-3 {
  color: #e70303;
  text-align: center;
  font-family: Akshar, sans-serif;
  font-size: 36px;
}

.body-3 {
  background-image: linear-gradient(#fffdf9cc, #fffdf9cc), url('../images/walltexture.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, contain;
  background-attachment: scroll, fixed;
}

.about-me-top {
  margin-bottom: 2%;
  margin-right: 5%;
  overflow: hidden;
}

.headshotandtext-containter {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 75vh;
  margin-left: 5%;
  margin-right: 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.pink-text-box {
  background-image: linear-gradient(#ffebf6, #ffebf6);
  flex: 1;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 35%;
  height: 50%;
  padding: 2%;
  display: flex;
  position: absolute;
  inset: auto auto auto 0%;
}

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

.italic-text-7:hover {
  color: #df2e95;
}

.div-block-11 {
  margin-left: 5%;
  margin-right: 5%;
  display: flex;
}

.div-block-11.longtextdiv {
  margin-top: 3%;
  margin-bottom: 3%;
}

.whatsmystory.callout {
  margin-left: 30%;
}

.div-block-12 {
  align-self: center;
}

.link-block-2 {
  text-decoration: none;
}

.portfolio-link {
  flex: 0 auto;
  width: 100%;
  height: 100%;
}

.portfolio-link2, .portfolio-link3, .portfolio-link4, .portfolio-link5, .portfolio-link6, .portfolio-link7, .portfolio-link8 {
  width: 100%;
  height: 80%;
}

.marquee-horizontal {
  z-index: 200;
  background-color: #00f0;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.track-horizontal {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.marquee-text {
  color: #f1bdd8;
  text-transform: none;
  flex: none;
  margin-right: 3vw;
  font-family: Zilla Slab, sans-serif;
  font-size: 35px;
  font-style: italic;
}

.aboutmetextblurb {
  color: #241a48;
  font-family: Zilla Slab, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 35px;
}

.italic-text-8 {
  font-size: 28px;
  font-weight: 400;
  line-height: 20px;
}

.bold-text {
  font-size: 30px;
}

.headshotimage {
  background-image: url('../images/black-and-white-headshot.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  flex: 1;
  justify-content: flex-end;
  align-self: auto;
  align-items: center;
  width: 80%;
  height: 100%;
  margin-left: 0%;
  display: block;
  position: absolute;
  inset: 0% 0 0% auto;
}

.italic-text-9, .italic-text-10, .italic-text-11, .italic-text-12 {
  font-size: 28px;
}

.body-4 {
  background-image: linear-gradient(#fffdf9cc, #fffdf9cc), url('../images/walltexture.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, contain;
  background-attachment: scroll, fixed;
}

.back-button-section {
  justify-content: flex-start;
  align-items: center;
  height: 10vh;
  margin-left: 5%;
  margin-right: 5%;
  display: flex;
}

.project-hero {
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: 50vh;
  margin-left: 0%;
  margin-right: 0%;
  display: block;
  overflow: hidden;
}

.pinkblock {
  background-image: linear-gradient(#ffebf5, #ffebf5);
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 70%;
  height: 100%;
  margin-left: 10%;
  margin-right: 10%;
  display: block;
  position: absolute;
  inset: 0% auto;
}

.project-headertext-div {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 70%;
  display: flex;
  position: absolute;
  inset: auto auto auto 0%;
}

.prject-circletext {
  background-image: url('../images/TshirtMockup.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border: 0 solid #241a48;
  border-radius: 0;
  width: 30%;
  height: 70%;
  margin-right: 10%;
  position: absolute;
  inset: auto 0% auto auto;
}

.prject-circletext.kindbagimage {
  background-image: url('../images/sustainbilityreportcollage.jpg');
  background-position: 0 0;
}

.prject-circletext.jenisimage {
  background-image: url('../images/Screen-Shot-2026-04-21-at-10.54.40-AM.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.prject-circletext.dolly {
  background-image: url('../images/Screen-Shot-2026-04-21-at-11.08.24-AM.png');
  background-position: 50%;
  background-size: cover;
}

.prject-circletext.wish {
  background-image: url('../images/Screen-Shot-2026-04-21-at-2.11.09-PM.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.prject-circletext.jazz {
  background-image: url('../images/Screen-Shot-2026-04-21-at-4.40.34-PM.png');
  background-position: 50%;
  background-size: cover;
}

.prject-circletext.aurea {
  background-image: url('../images/Screen-Shot-2026-04-21-at-5.46.24-PM.png');
  background-position: 50%;
  background-size: cover;
}

.prject-circletext.xtra {
  background-image: url('../images/Screen-Shot-2026-04-22-at-1.00.16-PM.png');
  background-position: 50%;
  background-size: cover;
}

.projectcontent-container {
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  max-width: none;
  height: 100%;
  margin-left: 5%;
  margin-right: 5%;
  display: flex;
  position: relative;
}

.project-title {
  color: #df2e94;
  letter-spacing: 5px;
  width: 50%;
  max-width: 50%;
  font-family: Akshar, sans-serif;
  font-size: 90px;
  line-height: 90px;
}

.project-type {
  color: #df2e94;
  font-family: Open Sans, sans-serif;
  font-size: 50px;
  font-weight: 300;
}

.link-block-3 {
  text-decoration: none;
}

.project-detailtext-container {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: none;
  height: 30vh;
  margin-top: 2%;
  margin-left: 15%;
  margin-right: 5%;
  display: flex;
}

.paragraph-2 {
  width: 100%;
  font-family: Zilla Slab, sans-serif;
  display: flex;
}

.project-details {
  margin-top: 2%;
}

.details-container {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: none;
  height: auto;
  margin-left: 15%;
  margin-right: 5%;
  display: flex;
}

.paragraph-3 {
  color: #251a49;
  width: 100%;
  font-family: Zilla Slab, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 35px;
}

.firstsection-project {
  max-width: none;
  margin-left: 5%;
  margin-right: 5%;
}

.lightbox-link {
  width: 50%;
  height: 50%;
}

.image-6 {
  width: 100%;
}

.header-secondary {
  max-width: 100%;
  font-size: 40px;
  line-height: 120%;
}

.track-horizontal-alt {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.spacer-60 {
  width: 100%;
  height: 60px;
}

.spacer-60._60-width {
  width: 60px;
}

.marquee-horizontal-large {
  z-index: 200;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 190px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.spacer-30 {
  width: 100%;
  height: 30px;
}

.spacer-30._15-xsvp {
  flex: none;
  width: 30px;
}

.icon {
  width: 65%;
}

.col {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.col.small {
  flex: none;
  width: 41%;
}

.header-quaternary {
  letter-spacing: 1px;
  max-width: 100%;
  font-size: 14px;
}

.header-quaternary.grey-text.uppercase {
  padding: 2px 4px;
}

.flex-vertical {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.paragraph-large {
  font-size: 20px;
}

.icon-container-alt {
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 150px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  box-shadow: 0 7px 15px 3px #afb1b34d;
}

.marquee-cover-horizontal {
  z-index: 10;
  background-image: linear-gradient(270deg, #fff0 70%, #fff), linear-gradient(270deg, #fff, #fff0 30%);
  position: absolute;
  inset: 0%;
}

.container-3 {
  z-index: 10;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
}

.button {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #8f00ff;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 34px;
  padding: 10px 12px;
  font-size: 16px;
  display: flex;
}

.flex-horizontal {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.flex-horizontal.flex-left {
  justify-content: flex-start;
}

.spacer-15 {
  width: 100%;
  height: 15px;
}

.container3 {
  z-index: 10;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
}

.slider-section {
  padding-top: 20px;
  padding-bottom: 180px;
  overflow: hidden;
}

.slider {
  z-index: 3;
  max-width: 1200px;
  margin-bottom: -140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.firstlightbox-section {
  height: 60vh;
  margin-bottom: 1.5%;
}

.firstlightbox-section.jenispage {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container-4 {
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  height: 100%;
  margin-left: 5%;
  margin-right: 5%;
  display: flex;
}

.slider-2 {
  width: 50%;
  height: 100%;
}

.slider-2.skinny-slider {
  width: 30%;
}

.project-bodytext {
  color: #251a49;
  width: 100%;
  margin-left: 5%;
  font-family: Zilla Slab, sans-serif;
  font-size: 24px;
  line-height: 26px;
}

.project-bodytext.left-align {
  margin-left: 0%;
  margin-right: 5%;
}

.project-bodytext.widetextbox {
  width: 65%;
}

.secondlightbox-section, .thirdlightbox-section {
  height: 60vh;
  margin-bottom: 1.5%;
}

.body-5, .body-6, .body-7 {
  background-image: linear-gradient(#fffdf9cc, #fffdf9cc), url('../images/walltexture.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, contain;
  background-attachment: scroll, fixed;
}

.container-5 {
  justify-content: space-between;
  align-items: center;
  max-width: none;
  height: 60vh;
  margin-left: 5%;
  margin-right: 5%;
  display: flex;
}

.album {
  background-image: url('../images/FINAL-Vinyl-Record-Mockup---Front-Cover.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 48%;
  height: 100%;
  margin-right: 0;
}

.album.album2 {
  background-image: url('../images/FINAL-Vinyl-Record-Mockup---Back-Cover.jpg');
  margin-left: 4%;
}

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

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

.slide-3 {
  background-image: url('../images/Screen-Shot-2026-03-09-at-12.22.41-PM.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.slide-4 {
  background-image: url('../images/Screen-Shot-2026-03-09-at-12.25.56-PM.png');
  background-position: 86%;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/Screen-Shot-2026-03-09-at-12.26.15-PM.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-6 {
  background-image: url('../images/Screen-Shot-2026-03-09-at-12.27.16-PM.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-7 {
  background-image: url('../images/Screen-Shot-2026-04-20-at-8.54.31-PM.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-8 {
  background-image: url('../images/Screen-Shot-2026-04-20-at-8.54.39-PM.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-9 {
  background-image: url('../images/Screen-Shot-2026-04-20-at-8.54.43-PM.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-10 {
  background-image: url('../images/Screen-Shot-2026-04-20-at-8.54.45-PM.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-11 {
  background-image: url('../images/Screen-Shot-2026-04-20-at-8.54.48-PM.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-12 {
  background-image: url('../images/Screen-Shot-2026-04-20-at-8.54.51-PM.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-13 {
  background-image: url('../images/Screen-Shot-2026-04-20-at-8.54.54-PM.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-14 {
  background-image: url('../images/Screen-Shot-2026-04-20-at-8.54.56-PM.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-15 {
  background-image: url('../images/Screen-Shot-2026-04-20-at-9.02.58-PM.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-16 {
  background-image: url('../images/Screen-Shot-2026-04-20-at-9.03.01-PM.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-17 {
  background-image: url('../images/Screen-Shot-2026-04-20-at-9.03.04-PM.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-18 {
  background-image: url('../images/Screen-Shot-2026-04-20-at-9.03.07-PM.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-19 {
  background-image: url('../images/Screen-Shot-2026-04-20-at-9.03.10-PM.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-20 {
  background-image: url('../images/Screen-Shot-2026-04-20-at-9.03.13-PM.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-21 {
  background-image: url('../images/Screen-Shot-2026-04-20-at-9.03.16-PM.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-22 {
  background-image: url('../images/Screen-Shot-2026-04-20-at-9.03.19-PM.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-23 {
  background-image: url('../images/Screen-Shot-2026-04-20-at-9.03.22-PM.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-24, .slide-1 {
  background-image: url('../images/Screen-Shot-2026-04-20-at-9.03.25-PM.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-1-2 {
  background-image: url('../images/Screen-Shot-2026-04-20-at-9.03.28-PM.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-1-3 {
  background-image: url('../images/Screen-Shot-2026-04-20-at-9.03.31-PM.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-1-4 {
  background-image: url('../images/Screen-Shot-2026-04-20-at-9.03.46-PM.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-1-5 {
  background-image: url('../images/Screen-Shot-2026-04-20-at-9.03.49-PM.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

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

.slide-26 {
  background-image: url('../images/Spread-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

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

.slide-29 {
  background-image: url('../images/Spread-4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

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

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

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

.slide-1-6 {
  background-image: url('../images/Spread-9.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-1-7 {
  background-image: url('../images/Spread-10.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-1-8 {
  background-image: url('../images/Spread-11.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-1-9 {
  background-image: url('../images/Spread-12.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-1-10 {
  background-image: url('../images/Spread-13.jpg');
  background-position: 50%;
  background-size: cover;
}

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

.slide-34 {
  background-image: url('../images/Behance-01.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-35 {
  background-image: url('../images/Behance-02.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-36 {
  background-image: url('../images/Behance-03.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-37 {
  background-image: url('../images/Behance-04.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-38 {
  background-image: url('../images/Behance-05.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-39 {
  background-image: url('../images/Behance-06.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-40 {
  background-image: url('../images/Behance-07.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-41 {
  background-image: url('../images/Behance-08.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-42 {
  background-image: url('../images/Behance-09.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-1-12 {
  background-image: url('../images/Behance-10.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-1-13 {
  background-image: url('../images/Behance-11.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-1-14 {
  background-image: url('../images/Behance-12.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-1-15 {
  background-image: url('../images/Behance-13.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-1-16 {
  background-image: url('../images/Behance-14.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-1-17 {
  background-image: url('../images/Behance-15.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-1-18 {
  background-image: url('../images/Behance-16.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-43 {
  background-image: url('../images/Screen-Shot-2026-04-21-at-10.34.17-AM.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-44 {
  background-image: url('../images/Screen-Shot-2026-04-21-at-10.33.45-AM.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-45 {
  background-image: url('../images/Screen-Shot-2026-04-21-at-10.33.57-AM.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-46 {
  background-image: url('../images/Screen-Shot-2026-04-21-at-10.34.07-AM.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.linktositediv {
  background-image: url('../images/Screen-Shot-2026-04-21-at-10.43.44-AM.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
}

.linktositediv:hover {
  background-image: linear-gradient(#ffebf6cc, #ffebf6cc), url('../images/Screen-Shot-2026-04-21-at-10.43.44-AM.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.linktositediv.animationaurea {
  background-image: url('../images/Screen-Shot-2026-04-21-at-6.01.27-PM.png');
  background-position: 50%;
  background-size: cover;
}

.linktositediv.animationaurea:hover {
  background-image: linear-gradient(#ffebf6cc, #ffebf6cc), url('../images/Screen-Shot-2026-04-21-at-6.01.27-PM.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.clicktoviewsite {
  width: 50%;
  height: 100%;
}

.link-block-4 {
  width: 50%;
  height: 100%;
  text-decoration: none;
}

.jenissection2 {
  background-image: url('../images/Screen-Shot-2026-04-21-at-10.58.01-AM.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  height: 100%;
}

.jenissection3 {
  background-image: url('../images/Screen-Shot-2026-04-21-at-10.57.31-AM.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  height: 100%;
}

.text-span {
  color: #de2f95;
}

.body-8 {
  background-image: linear-gradient(#fffdf9cc, #fffdf9cc), url('../images/walltexture.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, contain;
  background-attachment: scroll, fixed;
}

.text-span-2 {
  color: #de2f95;
}

.link-block-5 {
  width: 50%;
  height: 100%;
  text-decoration: none;
}

.wishanimations {
  background-image: url('../images/Screen-Shot-2026-04-21-at-2.11.09-PM.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.wishanimations:hover {
  background-image: linear-gradient(#ffebf6cc, #ffebf6cc), url('../images/Screen-Shot-2026-04-21-at-1.23.27-PM.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.icon-2 {
  color: #df2e94;
  border-radius: 0;
}

.slide-47 {
  background-image: url('../images/Screen-Shot-2025-03-24-at-2.33.57-PM.png'), linear-gradient(#fff, #fff);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
}

.slide-48 {
  background-color: #fff;
  background-image: url('../images/Screen-Shot-2025-03-24-at-2.37.52-PM.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-49 {
  background-color: #fff;
  background-image: url('../images/Screen-Shot-2025-04-15-at-7.35.37-PM.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-50 {
  background-color: #fff;
  background-image: url('../images/Screen-Shot-2025-04-15-at-7.35.50-PM.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-51 {
  background-color: #fff;
  background-image: url('../images/Screen-Shot-2025-04-15-at-7.37.02-PM.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-52 {
  background-color: #fff;
  background-image: url('../images/Screen-Shot-2025-04-15-at-7.37.26-PM.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-53 {
  background-color: #fff;
  background-image: url('../images/Screen-Shot-2025-04-15-at-7.38.32-PM.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-54 {
  background-color: #fff;
  background-image: url('../images/Screen-Shot-2025-04-15-at-7.38.45-PM.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-55 {
  background-color: #fff;
  background-image: url('../images/Screen-Shot-2025-03-24-at-11.24.33-PM.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-1-19 {
  background-color: #fff;
  background-image: url('../images/Screen-Shot-2025-03-24-at-5.06.52-PM.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-1-20 {
  background-color: #fff;
  background-image: url('../images/Screen-Shot-2025-03-24-at-11.24.50-PM.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-1-21 {
  background-color: #fff;
  background-image: url('../images/Screen-Shot-2025-03-24-at-10.17.01-PM.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-56 {
  background-image: url('../images/Wish-Front-Cover.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-57 {
  background-image: url('../images/Wish-Spread-11.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-58 {
  background-image: url('../images/Wish-Spread-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-59 {
  background-image: url('../images/Wish-Spread-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-60 {
  background-image: url('../images/Wish-Spread-4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-61 {
  background-image: url('../images/Wish-Spread-5.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-62 {
  background-image: url('../images/Wish-Spread-6.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-63 {
  background-image: url('../images/Wish-Spread-7.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-64 {
  background-image: url('../images/Wish-Spread-8.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-1-22 {
  background-image: url('../images/Wish-Spread-9.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-1-23 {
  background-image: url('../images/Wish-Spread-10.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-1-24 {
  background-image: url('../images/Wish-Spread-11.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-1-25 {
  background-image: url('../images/Wish-Back-Cover.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.body-9 {
  background-image: linear-gradient(#fffdf9cc, #fffdf9cc), url('../images/walltexture.jpg');
  background-position: 0 0, 50%;
  background-size: auto, contain;
  background-attachment: scroll, fixed;
}

.body-10, .body-11 {
  background-image: linear-gradient(#fffdf9cc, #fffdf9cc), url('../images/walltexture.jpg');
  background-position: 0 0, 50%;
  background-size: auto, contain;
}

.monteryposter {
  background-image: url('../images/Screen-Shot-2026-04-21-at-4.38.46-PM.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  width: 40%;
  height: 100%;
  margin-right: 5%;
}

.chachkislider {
  width: 60%;
  height: 100%;
}

.montereycontainer {
  justify-content: space-between;
  align-items: center;
  max-width: none;
  height: 80vh;
  margin-left: 5%;
  margin-right: 5%;
  display: flex;
}

.slider-3 {
  width: 60%;
  height: 100%;
}

.slide-65 {
  background-color: #fff;
  background-image: url('../images/Screen-Shot-2026-04-21-at-4.45.48-PM.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-66 {
  background-color: #fff;
  background-image: url('../images/Screen-Shot-2026-04-21-at-4.44.59-PM.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-67 {
  background-color: #fff;
  background-image: url('../images/Screen-Shot-2026-04-21-at-4.45.35-PM.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-68 {
  background-color: #fff;
  background-image: url('../images/Screen-Shot-2026-04-21-at-4.45.24-PM.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-69 {
  background-color: #fff;
  background-image: url('../images/Screen-Shot-2026-04-21-at-5.50.13-PM.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-70 {
  background-color: #fff;
  background-image: url('../images/Screen-Shot-2026-04-21-at-5.50.20-PM.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-71 {
  background-color: #fff;
  background-image: url('../images/Screen-Shot-2026-04-21-at-5.50.24-PM.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-72 {
  background-color: #fff;
  background-image: url('../images/Screen-Shot-2026-04-21-at-5.50.28-PM.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-73 {
  background-color: #fff;
  background-image: url('../images/Screen-Shot-2026-04-21-at-5.50.37-PM.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-74 {
  background-color: #fff;
  background-image: url('../images/Screen-Shot-2026-04-21-at-5.50.51-PM.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-75 {
  background-color: #fff;
  background-image: url('../images/Screen-Shot-2026-04-21-at-5.50.53-PM.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-76 {
  background-color: #fff;
  background-image: url('../images/Screen-Shot-2026-04-21-at-5.50.57-PM.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-77 {
  background-color: #fff;
  background-image: url('../images/Screen-Shot-2026-04-21-at-5.51.04-PM.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-1-26 {
  background-color: #fff;
  background-image: url('../images/Screen-Shot-2026-04-21-at-5.51.07-PM.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-1-27 {
  background-color: #fff;
  background-image: url('../images/Screen-Shot-2026-04-21-at-5.51.09-PM.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-1-28 {
  background-color: #fff;
  background-image: url('../images/Screen-Shot-2026-04-21-at-5.51.12-PM.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-78 {
  background-image: url('../images/Screen-Shot-2026-04-22-at-11.40.43-AM.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-79 {
  background-image: url('../images/Screen-Shot-2026-04-22-at-11.40.53-AM.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-80 {
  background-image: url('../images/Screen-Shot-2026-04-22-at-11.40.09-AM.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-81 {
  background-image: url('../images/Screen-Shot-2026-04-22-at-11.41.13-AM.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-82 {
  background-image: url('../images/Screen-Shot-2026-04-22-at-11.41.03-AM.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.can-container {
  justify-content: space-between;
  align-items: center;
  max-width: none;
  height: 100vh;
  margin-left: 5%;
  margin-right: 5%;
  display: flex;
}

.canfront {
  background-image: url('../images/Screen-Shot-2026-04-22-at-1.01.33-PM.png');
  background-position: 50%;
  background-size: cover;
  width: 50%;
  height: 100%;
  margin-right: 2%;
}

.canback {
  background-image: url('../images/Screen-Shot-2026-04-22-at-1.01.24-PM.png');
  background-position: 50%;
  background-size: cover;
  width: 50%;
  height: 100%;
}

.container-6 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: 5%;
  margin-right: 5%;
  display: flex;
}

.navbar-4 {
  background-color: #ddd0;
  margin-right: 0%;
}

.brand-3 {
  justify-content: center;
  align-items: center;
  width: 33%;
  display: flex;
}

.nav-menu {
  justify-content: flex-start;
  align-items: center;
  width: 33%;
  display: flex;
}

.div-block-13 {
  justify-content: flex-end;
  align-items: center;
  width: 33%;
  display: flex;
}

.div-block-14 {
  width: 40%;
}

.dropdown-list {
  background-color: #fff;
  border-radius: 10px;
  width: 200px;
}

.dropdown-list.w--open {
  background-color: #ffffffa8;
}

.nav-link {
  color: #ef4a25;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 1rem;
  font-weight: 500;
  display: flex;
}

.nav-link:hover {
  color: #643c1a;
}

.nav-link:active {
  font-weight: 600;
}

.nav-link.w--current {
  color: #ef4a25;
  font-weight: 700;
}

.home-nav {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  display: flex;
}

.dropdown-toggle {
  width: 75px;
}

.text-block-4 {
  color: #ef4a25;
  width: 50px;
  font-size: 1rem;
  font-weight: 500;
}

.text-block-4:hover {
  color: #643c1a;
}

.text-block-4:active {
  font-weight: 600;
}

.nav-menu-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  width: 70%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.nav-menu-2.icon-menu {
  width: 20%;
}

.logo-to-home {
  width: 350px;
  height: 75px;
}

.nav-container-2 {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.dropdown {
  text-align: center;
}

.dropdown-link {
  color: #ef4a25;
}

.dropdown-link:hover {
  color: #643c1a;
}

.dropdown-link:active {
  font-weight: 500;
}

.dropdown-link.w--current {
  color: #ef4a25;
  font-weight: 700;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.linkedinicon {
  color: #df2e93;
  font-family: "Fa Brands 400", Verdana, sans-serif;
  font-size: 30px;
}

.linkedinlinkblock {
  text-decoration: none;
}

.link-block-6 {
  width: 45%;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .nav-text {
    padding-right: 0;
    display: block;
  }

  .nav-text.leadorcus.bottomnav {
    width: 60%;
  }

  .nav-text.resumebutton, .nav-text.dropdown {
    padding-left: 5%;
  }

  .nav-menu-wrapper {
    background-color: #241a49;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-left: 0%;
  }

  .resume-wrapper {
    display: none;
  }

  .menu-button {
    color: #333;
    justify-content: space-between;
    align-items: center;
    width: auto;
    display: flex;
  }

  .menu-button:active {
    color: #3330;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #c8c8c800;
  }

  .intro-text-section {
    justify-content: flex-start;
    align-items: center;
    height: 40vh;
  }

  .intro-text-section.about-me-hero {
    justify-content: flex-start;
    align-items: flex-start;
    height: 20vh;
  }

  .intro-text-section.about-longtext {
    justify-content: flex-start;
    align-items: flex-start;
    height: 170vh;
  }

  .line {
    height: 80%;
  }

  .line.short-line {
    height: 70px;
  }

  .line.details-line {
    height: 180px;
  }

  .line.linemystorymobile {
    height: 98%;
  }

  .intro-body-text {
    font-size: 30px;
    line-height: 40px;
  }

  .intro-body-text.about-longbody.results {
    font-size: 25px;
    line-height: 30px;
  }

  .circular-text {
    font-size: 40px;
  }

  .lea-dorcus-header {
    font-size: 100px;
  }

  .graphic-design-subhead {
    font-size: 50px;
  }

  .portfolio-highlights-section {
    justify-content: space-between;
    align-items: center;
    height: 280vh;
  }

  .portfolio-highlights-section.about-me-funfacts {
    justify-content: flex-start;
    align-items: center;
    height: 275vh;
    overflow: hidden;
  }

  .hero-captions {
    font-size: 35px;
  }

  .div-block-4 {
    margin-top: 0%;
  }

  .brand-2 {
    width: 96%;
  }

  .scroll-text {
    font-size: 25px;
  }

  .cards-text.aboutme-cardtext {
    max-width: 550px;
  }

  .card-back {
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .card {
    width: 600px;
    height: 600px;
  }

  .card-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .cards {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    place-items: center;
    height: 1100px;
    display: grid;
  }

  .scroll-text-2, .scroll-text3 {
    font-size: 25px;
  }

  .div-container {
    width: 60%;
  }

  .page-headers {
    font-size: 70px;
  }

  .portfolio-images {
    height: 180vh;
  }

  .portfolio-image.image-2, .portfolio-image.image-3, .portfolio-image.image-4, .portfolio-image.image-5, .portfolio-image.image6, .portfolio-image.image-1, .portfolio-image.image7, .portfolio-image.image8 {
    height: 100%;
  }

  .portfolio-text-div {
    max-width: 100%;
  }

  .portfolio-name-headings {
    font-size: 40px;
    overflow: visible;
  }

  .portfolio-name-headings.navy {
    font-size: 25px;
  }

  .portfolio-descirption {
    font-size: 18px;
  }

  .portfolio-link, .portfolio-link2, .portfolio-link3, .portfolio-link4, .portfolio-link5, .portfolio-link6, .portfolio-link7, .portfolio-link8 {
    height: 60%;
  }

  .marquee-text {
    font-size: 30px;
  }

  .aboutmetextblurb {
    font-size: 20px;
    line-height: 28px;
  }

  .italic-text-8 {
    font-size: 22px;
  }

  .bold-text {
    font-size: 22px;
    line-height: 25px;
  }

  .italic-text-9, .italic-text-10, .italic-text-11, .italic-text-12 {
    font-size: 22px;
  }

  .prject-circletext {
    display: none;
  }

  .project-title {
    font-size: 80px;
  }

  .project-type {
    font-size: 40px;
  }

  .paragraph-3 {
    font-size: 25px;
    line-height: 30px;
  }

  .container-3, .container3 {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .project-bodytext {
    font-size: 20px;
    line-height: 24px;
  }

  .montereycontainer {
    height: 70vh;
  }

  .icon-3 {
    color: #241a48;
    display: block;
  }

  .navbar-2 {
    color: #3330;
  }

  .navbar-3 {
    color: #241a48;
  }

  .nav-menu {
    display: flex;
  }

  .menu-button-3 {
    background-color: #e9dede00;
  }

  .menu-button-3.w--open {
    background-color: #fff0;
  }

  .icon-4 {
    color: #ef4a25;
  }

  .logo-to-home {
    width: 140px;
    height: 50px;
  }

  .dropdown-list-2 {
    position: fixed;
  }

  .dropdown-list-2.w--open {
    background-color: #fefdf9;
    width: 20%;
  }
}

@media screen and (max-width: 767px) {
  .nav-text.leadorcus.bottomnav {
    width: 100%;
  }

  .nav-menu-wrapper {
    z-index: 3;
    flex-flow: column;
    height: 25vh;
  }

  .intro-text-section.about-longtext {
    height: 200vh;
  }

  .line {
    height: 90%;
  }

  .brand-2 {
    width: 95%;
  }

  .page-header {
    height: 150px;
  }

  .page-headers {
    font-size: 60px;
  }

  .portfolio-images {
    height: 300vh;
    display: block;
  }

  .portfolio-container {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .portfolio-1.portfolio-div-setup {
    width: 100%;
    height: 70%;
  }

  .pink-text-box {
    height: 45%;
  }

  .marquee-text {
    font-size: 30px;
  }

  .aboutmetextblurb {
    font-size: 16px;
    line-height: 20px;
  }

  .italic-text-8, .bold-text, .italic-text-9, .italic-text-10, .italic-text-11, .italic-text-12 {
    font-size: 18px;
  }

  .project-hero {
    height: 40vh;
  }

  .project-title {
    font-size: 60px;
    line-height: 70px;
  }

  .project-type {
    font-size: 40px;
  }

  .paragraph-3 {
    font-size: 22px;
  }

  .header-secondary {
    font-size: 24px;
  }

  .spacer-60 {
    height: 40px;
  }

  .col {
    align-items: center;
  }

  .col.small {
    width: 100%;
  }

  .paragraph-large {
    font-size: 16px;
  }

  .marquee-cover-horizontal {
    background-image: linear-gradient(#fff0 70%, #fff), linear-gradient(#fff, #fff0 30%);
  }

  .container-3 {
    width: 100%;
  }

  .flex-horizontal.flip-svp {
    flex-direction: column;
  }

  .container3 {
    width: 100%;
  }

  .firstlightbox-section {
    height: 100vh;
  }

  .container-4 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .slider-2 {
    width: 100%;
    height: 60%;
  }

  .slider-2.skinny-slider {
    width: 100%;
  }

  .project-bodytext {
    width: 100%;
    margin-left: 0%;
  }

  .project-bodytext.left-align {
    margin-right: 0%;
  }

  .project-bodytext.widetextbox {
    width: 100%;
  }

  .secondlightbox-section, .thirdlightbox-section {
    height: 100vh;
  }

  .container-5 {
    flex-flow: column;
    height: 120vh;
  }

  .album {
    width: 100%;
    margin-bottom: 5%;
  }

  .album.album2 {
    margin-left: 0%;
  }

  .link-block-4 {
    width: 100%;
    margin-bottom: 5%;
  }

  .jenissection2 {
    width: 100%;
    margin-top: 5%;
  }

  .jenissection3 {
    width: 100%;
    margin-bottom: 5%;
  }

  .link-block-5 {
    width: 100%;
    height: 60%;
  }

  .monteryposter {
    width: 100%;
    margin-right: 0%;
  }

  .montereycontainer {
    flex-flow: column;
    height: 275vh;
  }

  .slider-3 {
    width: 100%;
    height: 80%;
  }

  .link-block-6 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .nav-text.leadorcus {
    width: 300px;
    margin-left: 30%;
    padding-left: 0;
    font-size: 20px;
  }

  .nav-text.leadorcus.bottomnav {
    margin-left: 0%;
    padding-left: 0;
  }

  .nav-text.backbutton {
    display: block;
  }

  .nav-container {
    margin-top: 2%;
    margin-bottom: 2%;
  }

  .nav-container.bottom-nav-mods {
    flex-flow: row;
    display: flex;
  }

  .nav-menu-wrapper {
    z-index: 0;
    width: 100%;
    position: relative;
    inset: 0%;
  }

  .menu-button {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-right: 0%;
    display: flex;
  }

  .pink-flowers {
    width: 70%;
    height: 45vh;
    margin-left: 10%;
  }

  .intro-text-section {
    height: 40vh;
  }

  .intro-text-section.about-longtext {
    height: 170vh;
  }

  .line {
    height: 70%;
    padding-right: 2px;
  }

  .line.short-line {
    height: 80px;
  }

  .line.details-line {
    height: 23vh;
  }

  .line.linemystorymobile {
    height: 99%;
  }

  .intro-body-text {
    font-size: 18px;
    line-height: 30px;
  }

  .intro-body-text.about-subhead {
    font-size: 22px;
  }

  .intro-body-text.about-longbody {
    font-size: 20px;
    line-height: 25px;
  }

  .intro-body-text.about-longbody.results {
    font-size: 16px;
    line-height: 20px;
  }

  .horizontal-line-divider {
    height: 8vh;
    padding-left: 10%;
    padding-right: 10%;
  }

  .hero-text-contents {
    justify-content: center;
    align-items: flex-end;
  }

  .circular-text {
    margin-bottom: 2%;
    margin-right: 35%;
    font-size: 22px;
  }

  .lea-dorcus-header {
    margin-bottom: 0;
    font-size: 45px;
  }

  .graphic-design-subhead {
    text-align: left;
    margin-top: 0;
    font-size: 22px;
  }

  .portfolio-highlights-section {
    height: 160vh;
  }

  .portfolio-highlights-section.about-me-funfacts {
    height: 150vh;
  }

  .hero-captions {
    padding-left: 10%;
    padding-right: 10%;
    font-size: 25px;
    line-height: 25px;
  }

  .div-block-4 {
    height: 25vh;
    margin-top: 2%;
  }

  .hero-buttons {
    padding-left: 100px;
    padding-right: 100px;
    font-size: 15px;
  }

  .hero-buttons.checkoutmywork {
    padding-left: 150px;
    padding-right: 150px;
  }

  .bottom-nav {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
  }

  .brand-2 {
    width: 88%;
  }

  .brand-2.w--current {
    width: 60%;
  }

  .scroll-text {
    font-size: 20px;
  }

  .cards-text {
    font-size: 25px;
    line-height: 30px;
  }

  .cards-text.aboutme-cardtext {
    font-size: 24px;
    line-height: 30px;
  }

  .heading-2 {
    font-size: 36px;
    line-height: 44px;
  }

  .card-back {
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .card {
    width: 315px;
    height: 315px;
  }

  .cards {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    height: 1000px;
  }

  .scroll-text-2, .scroll-text3 {
    font-size: 20px;
  }

  .menu-button-2 {
    padding-left: 5px;
  }

  .page-header {
    height: 120px;
  }

  .div-container {
    width: 90%;
  }

  .div-block-8 {
    height: 40%;
  }

  .page-headers {
    font-size: 55px;
  }

  .portfolio-images {
    height: 400vh;
  }

  .portfolio-container {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .portfolio-1.portfolio-div-setup {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 80%;
  }

  .portfolio-image.image-1 {
    height: 100%;
  }

  .portfolio-text-div {
    overflow: visible;
  }

  .form-half.text-block-style {
    margin-bottom: 8%;
  }

  .name-and-email {
    flex-flow: column;
  }

  .name-div {
    width: 100%;
    margin-right: 0%;
  }

  .email-div {
    width: 100%;
  }

  .submit-button {
    width: 40%;
  }

  .pink-text-box {
    width: 40%;
    height: 42%;
    inset: auto auto 10% 0%;
  }

  .marquee-text {
    font-size: 20px;
  }

  .aboutmetextblurb {
    font-size: 16px;
    line-height: 4px;
  }

  .italic-text-8 {
    font-size: 16px;
    line-height: 18px;
  }

  .bold-text {
    font-size: 16px;
    line-height: 4px;
  }

  .italic-text-9 {
    font-size: 16px;
    line-height: 16px;
  }

  .italic-text-10, .italic-text-11, .italic-text-12 {
    font-size: 16px;
  }

  .project-hero {
    height: 30vh;
  }

  .pinkblock {
    width: 80%;
    margin-right: 10%;
  }

  .project-title {
    font-size: 40px;
    line-height: 50px;
  }

  .project-type {
    font-size: 30px;
  }

  .project-details {
    margin-top: 10%;
    margin-bottom: 10%;
  }

  .paragraph-3 {
    font-size: 17px;
    line-height: 22px;
  }

  .marquee-horizontal-large {
    height: 130px;
  }

  .spacer-30._15-xsvp {
    height: 15px;
  }

  .icon-container-alt {
    width: 200px;
    height: 100px;
  }

  .container-3, .container3 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .slider-2, .slider-2.skinny-slider {
    height: 60%;
  }

  .project-bodytext {
    margin-left: 0%;
    font-size: 16px;
    line-height: 20px;
  }

  .link-block-4 {
    height: 50%;
    margin-bottom: 0%;
  }

  .jenissection2 {
    height: 50%;
    margin-top: 0%;
  }

  .jenissection3 {
    height: 50%;
    margin-bottom: 0%;
  }

  .monteryposter {
    height: 50%;
  }

  .montereycontainer {
    height: 150vh;
  }

  .slider-3 {
    height: 30%;
  }

  .can-container {
    flex-flow: column;
  }

  .canfront {
    width: 100%;
    margin-bottom: 5%;
    margin-right: 0%;
  }

  .canback {
    width: 100%;
  }

  .logo-to-home {
    width: 150%;
    min-width: 150px;
    height: 50px;
    padding-left: 0;
  }

  .dropdown-2 {
    margin-top: 2%;
    margin-left: 5%;
    position: fixed;
    inset: 0 auto auto 0%;
  }

  .dropdown-toggle-2 {
    margin-top: 0%;
    position: static;
    inset: 0% 10% auto auto;
  }
}


@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}