:root {
  --orange-red: #fc4308;
  --white: white;
  --waves-library-black: #131313;
  --secondary-color: #7c7c7c;
  --relume-library-lite-rl-black: black;
  --relume-library-lite-rl-white: white;
  --waves-library-white: white;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.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;
  }
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  line-height: 44px;
}

.fn-get-a-demo-shape-second {
  border: 1px solid var(--orange-red);
  color: var(--orange-red);
  border-radius: 50%;
  flex: none;
  width: 193px;
  height: 193px;
  position: static;
  inset: auto auto auto 0;
}

.fn-get-a-demo-shape {
  border: 1px solid var(--white);
  border-radius: 50%;
  flex: none;
  width: 230px;
  height: 230px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.fn-get-a-demo-link {
  color: var(--white);
  letter-spacing: .1em;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 260px;
  height: 230px;
  margin-left: 60px;
  font-size: 16px;
  line-height: 1.4em;
  text-decoration: none;
  transition: letter-spacing .25s;
  display: flex;
  position: relative;
}

.fn-get-a-demo-link:hover {
  color: #df0;
  letter-spacing: .3em;
}

.fn-get-a-demo-link.w--current:hover {
  color: #df0;
}

.fn-heading-jambo {
  color: var(--orange-red);
  max-width: 450px;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 1.2em;
  transform: scale(1.3);
}

.text-block {
  color: var(--white);
  text-align: center;
  font-family: Vollkorn, serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.6em;
  position: absolute;
}

.fn-navbar-box {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.text-span {
  color: var(--white);
  font-family: Vollkorn, serif;
  font-size: 28px;
}

.navlink {
  color: var(--waves-library-black);
  text-align: center;
  min-width: 120px;
  margin: 0;
  padding: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 15px;
  transition: all .35s;
}

.navlink:hover {
  color: var(--secondary-color);
  font-size: 15px;
}

.navlink.w--current {
  color: var(--secondary-color);
  margin-bottom: 0;
}

.section-header {
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.section-title {
  color: var(--secondary-color);
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.section-title:focus {
  color: var(--orange-red);
}

.potrait-card {
  background-color: #0000;
  height: 100%;
  margin-bottom: 10px;
  transition: all .3s;
}

.potrait-card:hover {
  transform: translate(0, -2px);
  box-shadow: 0 10px 35px #fc430826;
}

.potrait-card.sample-cards {
  display: none;
}

.potrait-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.card-content {
  height: auto;
  margin-bottom: 0;
  padding: 15px;
  font-family: Montserrat, sans-serif;
}

.year {
  color: #7c7c7cb3;
  font-size: 12px;
}

.photographer-name {
  color: var(--secondary-color);
  margin-top: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 15px;
}

.logo {
  width: 80px;
  height: auto;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  transform: scale(1.5);
}

.nav-flex {
  text-align: center;
  flex-direction: column;
  place-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.nav-menu-2 {
  text-align: center;
  flex-direction: column;
  align-items: center;
}

.navbar-2 {
  z-index: 500;
  background-color: var(--white);
  flex-direction: column;
  justify-content: space-between;
  width: 12%;
  height: 60vh;
  padding-top: 10px;
  position: fixed;
  top: 0%;
  bottom: 0%;
  right: auto;
}

.navbar-2.nav-nav {
  width: 10%;
  height: 100vh;
  margin-top: 0%;
  padding-top: 30px;
}

.body {
  border-radius: 5px;
}

.hero-section {
  background-color: #0000;
  width: 80vw;
  height: 100vh;
  margin-bottom: 60px;
  margin-left: 220px;
  margin-right: 20px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
}

.hero-section.page {
  width: 90vw;
  margin-left: 10%;
  padding-top: 1%;
}

.hero-images {
  border-style: solid;
  border-width: 30px 15px 30px 30px;
  border-color: var(--white);
  object-fit: cover;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
  display: flex;
}

.image, .image-2 {
  max-width: 50%;
}

.hero-header {
  justify-content: flex-start;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
}

.hero-header.hero-animation {
  justify-content: flex-end;
  display: flex;
}

.header-flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  grid-auto-columns: 1fr;
  place-content: center space-between;
  place-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: grid;
  position: absolute;
  inset: 0%;
}

.page-transition {
  z-index: 2000;
  background-color: #fc4308;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.fn-get-a-demo-link-2 {
  color: #df0;
  letter-spacing: .1em;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 260px;
  height: 230px;
  font-size: 16px;
  line-height: 1.4em;
  text-decoration: none;
  transition: letter-spacing .25s;
  display: flex;
  position: relative;
}

.fn-get-a-demo-link-2:hover {
  color: #df0;
  letter-spacing: .3em;
}

.fn-get-a-demo-link-2.w--current:hover {
  color: #df0;
}

.hero-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--orange-red);
  border: 1px solid #7c7c7c4d;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center;
  width: 90%;
  margin-bottom: 0;
  padding: 0;
  display: flex;
}

.hero-split {
  color: #0000;
  flex-direction: column;
  align-items: flex-start;
  max-width: 45%;
  padding: 10px;
}

.hero-split:nth-child(2n) {
  color: var(--orange-red);
}

.margin-bottom-24px-2 {
  color: var(--secondary-color);
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 25px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.shadow-two {
  object-fit: cover;
  width: 100%;
  min-height: 300px;
  box-shadow: 0 4px 24px #96a3b514;
}

.text-block-2 {
  color: var(--secondary-color);
  font-weight: 400;
}

.heading {
  color: var(--secondary-color);
  margin-top: 0;
  margin-bottom: 40px;
  font-weight: 400;
}

.body-2 {
  font-family: Montserrat, sans-serif;
}

.project-button {
  color: var(--secondary-color);
  background-color: #0000;
  border: 1px solid #7c7c7c80;
  margin-top: 20px;
  transform: translate(0, -1px);
}

.project-button:hover {
  background-color: #7c7c7c1a;
  transform: translate(0, -1px);
  box-shadow: 0 15px 45px #0003;
}

.container-view-more {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1200px;
  padding-left: 60px;
  padding-right: 60px;
  display: block;
}

.view-more-header {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  padding-top: 10px;
  display: flex;
}

.view-more-head {
  color: var(--secondary-color);
  font-weight: 400;
}

.play-pause-button {
  display: none;
}

.container-4 {
  max-width: 1200px;
}

.rl_footer4_legal-link {
  color: var(--secondary-color);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: underline;
}

.rl_footer4_credit-text {
  color: var(--secondary-color);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_footer4_bottom-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.rl_footer4_spacing-block2 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl_footer4_line-divider {
  background-color: var(--secondary-color);
  width: 100%;
  height: 1px;
}

.rl_footer4_spacing-block1 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl-social-icon {
  color: var(--secondary-color);
  width: 1.5rem;
  height: 1.6rem;
}

.rl-social-icon:hover {
  color: #7c7c7c73;
  transform: translate(0, -1px);
}

.rl_footer4_social-link {
  color: var(--relume-library-lite-rl-black);
  align-items: center;
  text-decoration: none;
  display: flex;
}

.rl_footer4_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: grid;
}

.rl_footer4_link {
  color: var(--secondary-color);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: .8rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.rl_footer4_link-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  color: var(--secondary-color);
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-content: center;
  place-items: center;
  font-family: Montserrat, sans-serif;
  display: grid;
}

.rl_footer4_logo-link {
  padding-left: 0;
}

.rl_footer4_top-wrapper {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  justify-content: space-between;
  align-items: center;
}

.rl-padding-section-medium {
  color: var(--secondary-color);
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.rl-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.rl-padding-global {
  background-color: #fff;
  padding-left: 5%;
  padding-right: 5%;
}

.rl_footer4_component {
  background-color: var(--relume-library-lite-rl-white);
}

.footer {
  background-color: #fff;
  height: 100vh;
  padding-top: 40px;
  padding-bottom: 20px;
}

.footer-header {
  color: var(--secondary-color);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  display: flex;
}

.heading-3 {
  color: var(--waves-library-black);
  text-align: center;
  max-width: 700px;
  font-family: Vollkorn, serif;
  font-size: 80px;
  font-weight: 500;
  line-height: 90px;
}

.paragraph {
  text-align: center;
  max-width: 550px;
  margin-bottom: 40px;
  font-size: 12px;
  font-weight: 400;
}

.button-2 {
  border: 1px solid var(--secondary-color);
  color: var(--secondary-color);
  background-color: #0000;
}

.header-flex-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  grid-auto-columns: 1fr;
  place-content: center space-between;
  place-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: none;
}

.slider-2 {
  background-color: var(--white);
  width: 100%;
  height: 100%;
}

.left-arrow {
  justify-content: center;
  align-items: center;
  width: auto;
  height: 50px;
  margin-right: 20px;
  display: flex;
  inset: 80% auto 0% -9%;
}

.right-arrow {
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-left: 5px;
  display: flex;
  inset: 87% 0% 7% -6%;
}

.preview {
  color: var(--waves-library-black);
  font-size: 10px;
}

.preview:active {
  color: var(--orange-red);
}

.slide-nav {
  max-width: 350px;
  display: none;
}

.nexxt {
  color: var(--waves-library-black);
  font-size: 10px;
}

.nexxt:active, .nexxt.next:active {
  color: var(--orange-red);
}

.thumbnails {
  color: var(--waves-library-black);
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 50px;
  margin-left: 5px;
  font-size: 10px;
  text-decoration: none;
  display: block;
  position: absolute;
  inset: auto 0% 0% 6%;
}

.thumbnails.mobile {
  left: 2%;
}

.paragraph-2 {
  text-decoration: none;
}

.thumbs {
  background-color: #0000;
  width: 90vw;
  height: 100vh;
  margin-bottom: 60px;
  margin-left: 10%;
  margin-right: 20px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
}

.thumbs.page-copy {
  height: auto;
}

.container-5 {
  max-width: 100%;
  margin-top: 20px;
}

.grid-2 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 40px;
}

.thumbnail-images {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.nav-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link, .link-2, .link-3 {
  color: var(--secondary-color);
  text-decoration: none;
}

.social-media {
  justify-content: center;
  align-items: center;
  margin-top: 15%;
  display: flex;
}

.lightbox-thumbnails, .lightbox-link-2 {
  width: 100%;
  height: 100%;
}

.camera {
  width: 100vw;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.frame {
  height: 100%;
  display: flex;
}

.collection-list-2 {
  grid-column-gap: 13px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  display: grid;
}

.view-more {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.lightbox-link-6 {
  object-fit: cover;
  width: 100%;
  height: 400px;
}

.potrait-card-collection {
  background-color: var(--white);
  height: 100%;
  margin-bottom: 10px;
  transition: all .3s;
}

.potrait-card-collection:hover {
  transform: translate(0, -2px);
  box-shadow: 0 10px 35px #fc430826;
}

.potrait-card-collection.sample-cards {
  height: 250px;
  margin-bottom: 0;
}

.potrait-collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 101px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 10px;
  display: grid;
}

.potrait-collection-item {
  width: 100%;
  height: auto;
}

.projects {
  height: 400vw;
  margin-left: 10%;
}

.items {
  flex: none;
  width: 100vw;
  height: 100vh;
  padding: 20px;
}

.collection-list-wrapper-3 {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.about-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--orange-red);
  border: 2px solid #7c7c7c4d;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  place-items: center;
  width: 100%;
  padding: 10px;
  display: flex;
}

.about-split {
  color: #0000;
  border: 1px solid #7c7c7c33;
  flex-direction: column;
  align-items: flex-start;
  max-width: 46%;
  padding: 10px;
}

.about-split:nth-child(2n) {
  color: var(--orange-red);
}

.about-split-2 {
  color: #0000;
  flex-direction: column;
  align-items: flex-start;
  max-width: 46%;
}

.about-split-2:nth-child(2n) {
  color: var(--orange-red);
}

.about-heading {
  color: var(--secondary-color);
  margin-top: 0;
  margin-bottom: 40px;
  font-weight: 400;
}

.about-paragraph {
  color: var(--secondary-color);
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 30px;
}

.about-container {
  max-width: 1200px;
}

.items2 {
  flex: none;
  width: 100vw;
  height: 100vh;
  padding: 20px;
}

.collection-item-4 {
  padding: 20px;
}

.hero-split-image {
  color: #0000;
  flex-direction: column;
  align-items: flex-start;
  max-width: 45%;
}

.hero-split-image:nth-child(2n) {
  color: var(--orange-red);
}

.potrait-items {
  flex: none;
  width: 90vw;
  height: 100vh;
  margin-right: 5%;
  padding: 10px;
}

.weddings, .potrait, .concerts, .fashion {
  height: 200vw;
  margin-left: 10%;
}

.about-us {
  background-color: #0000;
  border-bottom: 1px solid #e4ebf3;
  width: 90vw;
  height: 100vh;
  margin-top: 3%;
  margin-left: 10%;
  margin-right: 10px;
  padding: 0 20px 20px;
  position: relative;
}

.image-3 {
  position: absolute;
  inset: -11% auto auto 0%;
  transform: scale(1.5);
}

.form {
  max-width: 1200px;
}

.div-block {
  justify-content: center;
  align-items: center;
  width: 800px;
  display: flex;
}

.form-block {
  display: block;
}

.container-6 {
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .section-header {
    margin-bottom: 20px;
  }

  .navbar-2.nav-nav {
    height: 100vh;
  }

  .hero-section.page {
    margin-left: 10%;
    padding-right: 1%;
  }

  .slider-2 {
    width: auto;
  }

  .left-arrow {
    left: -10%;
  }

  .right-arrow {
    left: -6%;
  }

  .thumbnails.mobile {
    left: 2%;
  }

  .collection-list-2, .collection-list-wrapper-2, .collection-item-3, .potrait-collection-list-wrapper, .potrait-collection-list {
    width: 100%;
  }

  .potrait-collection-item {
    width: 100%;
    height: auto;
  }

  .about-paragraph {
    line-height: 30px;
  }

  .about-us {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (min-width: 1920px) {
  .navlink {
    font-size: 15px;
  }

  .navlink:hover {
    font-size: 17px;
  }

  .section-header {
    margin-bottom: 0;
  }

  .section-title {
    margin-top: 10px;
  }

  .card-content {
    margin-bottom: 0%;
  }

  .navbar-2.nav-nav {
    width: 9%;
    margin-top: 0%;
  }

  .hero-section.page {
    width: 90vw;
    margin-top: 0%;
    margin-bottom: 0;
    margin-right: 10px;
    padding-top: 2%;
    padding-bottom: 2%;
  }

  .hero-images.vid {
    border-width: 30px;
  }

  .hero-wrapper {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    flex-direction: row;
    place-content: space-around space-between;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
  }

  .hero-split {
    color: #0000;
  }

  .margin-bottom-24px-2 {
    font-size: 15px;
  }

  .shadow-two {
    object-fit: cover;
  }

  .text-block-2 {
    color: var(--secondary-color);
    margin-bottom: 10px;
  }

  .heading {
    font-size: 60px;
  }

  .project-button {
    color: var(--secondary-color);
    border-color: #7c7c7c80;
    font-size: 18px;
  }

  .project-button:hover {
    background-color: #7c7c7c1a;
  }

  .container-view-more {
    max-width: 1500px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-4 {
    max-width: 1500px;
  }

  .left-arrow {
    background-color: #0000;
    width: auto;
    left: -9%;
  }

  .right-arrow {
    background-color: #0000;
    left: -5%;
  }

  .preview, .nexxt.next {
    font-size: 15px;
  }

  .thumbnails.mobile {
    width: auto;
    bottom: 4%;
    left: 2%;
  }

  .paragraph-2 {
    font-size: 14px;
  }

  .thumbnail-images {
    object-fit: cover;
  }

  .body-3 {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .camera {
    top: 0;
  }

  .potrait-card-collection.sample-cards {
    height: 450px;
  }

  .potrait-collection-list {
    grid-column-gap: 15px;
  }

  .potrait-collection-item {
    width: 100%;
    height: auto;
  }

  .items {
    height: 100vh;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .about-wrapper {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    flex-direction: row;
    place-content: space-around;
    margin-top: 0;
    margin-bottom: 1rem;
    padding: 20px;
  }

  .about-split, .about-split-2 {
    color: #0000;
  }

  .about-heading {
    font-size: 40px;
    line-height: 80px;
  }

  .about-paragraph {
    text-align: justify;
    font-size: 16px;
    line-height: 37px;
  }

  .about-container {
    width: 100%;
    max-width: 1500px;
    height: 100%;
    padding: 40px;
  }

  .items2 {
    height: 100vh;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-split-image {
    color: #0000;
  }

  .potrait-items {
    margin-bottom: 8rem;
    padding: 20px;
    overflow: hidden;
  }

  .weddings, .potrait, .concerts, .fashion {
    height: 200vw;
  }
}

@media screen and (max-width: 991px) {
  .fn-get-a-demo-shape-second {
    width: 184px;
    height: 184px;
    left: auto;
  }

  .fn-get-a-demo-shape {
    width: 218px;
    height: 218px;
    top: auto;
    bottom: auto;
    right: auto;
  }

  .fn-get-a-demo-link {
    width: 218px;
    height: 218px;
  }

  .fn-get-a-demo-link:hover {
    letter-spacing: .1em;
  }

  .fn-heading-jambo {
    text-align: center;
    font-size: 55px;
  }

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

  .navlink {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 10px;
  }

  .navlink:hover {
    font-size: 13px;
  }

  .potrait-image {
    object-fit: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
  }

  .photographer-name {
    font-size: 15px;
  }

  .navbar-2 {
    background-color: var(--white);
    width: 20%;
  }

  .navbar-2.nav-nav {
    width: 12%;
    height: 100vh;
    margin-top: 0%;
  }

  .body {
    background-color: #0000;
  }

  .hero-section {
    width: 80%;
    margin-bottom: 80px;
    margin-left: auto;
  }

  .hero-images {
    flex-direction: column;
  }

  .header-flex {
    flex-direction: column;
    justify-content: center;
    justify-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .fn-get-a-demo-link-2 {
    width: 218px;
    height: 218px;
  }

  .fn-get-a-demo-link-2:hover {
    letter-spacing: .1em;
  }

  .hero-wrapper {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin-bottom: .5rem;
    padding: 0;
  }

  .hero-split {
    height: 100%;
    margin-bottom: 0;
    display: flex;
  }

  .margin-bottom-24px-2 {
    font-size: 10px;
  }

  .shadow-two {
    height: 100%;
  }

  .text-block-2 {
    font-size: 12px;
  }

  .heading {
    font-size: 25px;
  }

  .container-view-more {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .view-more-header {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 60px;
    padding-right: 60px;
  }

  .rl_footer4_spacing-block1 {
    padding-bottom: 4.5rem;
  }

  .rl-social-icon {
    width: 1rem;
    height: 1.3rem;
    font-size: 10px;
  }

  .rl_footer4_social-link.facebook {
    font-size: 13px;
  }

  .rl_footer4_top-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

  .rl-padding-section-medium {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .heading-3 {
    font-size: 60px;
    line-height: 70px;
  }

  .header-flex-copy {
    flex-direction: column;
    justify-content: center;
    justify-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .right-arrow {
    left: -4%;
  }

  .thumbnails.mobile {
    bottom: 2%;
    left: 0;
  }

  .paragraph-2 {
    font-size: 8px;
  }

  .thumbs {
    width: 80%;
    margin-bottom: 80px;
    margin-left: 10%;
  }

  .grid-2 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .camera {
    width: auto;
    height: auto;
    overflow: visible;
  }

  .frame {
    flex-direction: column;
  }

  .collection-list-2 {
    grid-template-columns: 1fr 1fr;
  }

  .collection-list-wrapper-2 {
    width: 100%;
  }

  .potrait-card-collection.sample-cards {
    width: 100%;
    height: 300px;
  }

  .potrait-collection-list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .potrait-collection-item {
    height: auto;
  }

  .projects {
    height: auto;
    margin-top: 0;
    margin-left: 10%;
  }

  .items {
    width: 90vw;
    height: 100vh;
    margin-top: -12%;
  }

  .collection-list-wrapper-3 {
    width: auto;
    height: 100vh;
  }

  .about-wrapper {
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding: 10px;
  }

  .about-split {
    max-width: 100%;
    margin-bottom: 0;
    display: flex;
  }

  .about-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
    display: flex;
  }

  .about-heading {
    font-size: 30px;
  }

  .about-paragraph {
    font-size: 12px;
  }

  .items2 {
    width: 90vw;
    height: 100vh;
    margin-top: -15%;
  }

  .collection-item-4 {
    padding: 5px;
  }

  .hero-split-image {
    flex-direction: column;
    justify-content: center;
    height: 100%;
    margin-bottom: 0;
    display: flex;
  }

  .collection-list-3 {
    width: auto;
    height: auto;
  }

  .potrait-items {
    height: 100vh;
  }

  .potrait-items.potrait-items-2 {
    margin-top: 4rem;
  }

  .weddings, .potrait, .concerts, .fashion {
    height: auto;
    margin-top: 2rem;
    margin-left: 10%;
  }

  .about-us {
    margin-left: 10%;
  }

  .image-3 {
    top: -46%;
  }
}

@media screen and (max-width: 767px) {
  .fn-get-a-demo-shape-second, .fn-get-a-demo-shape {
    display: none;
  }

  .fn-get-a-demo-link {
    width: auto;
    height: auto;
  }

  .fn-heading-jambo {
    flex-flow: column wrap;
    flex: 1;
    align-content: center;
    align-items: center;
    min-width: 220px;
    max-width: 300px;
    margin-bottom: 12px;
    font-size: 45px;
    display: flex;
  }

  .text-block {
    color: #fff;
    margin-top: 20px;
  }

  .section-header {
    margin-bottom: 10rem;
  }

  .potrait-card.sample-cards {
    display: none;
  }

  .year {
    font-size: 12px;
  }

  .photographer-name {
    font-size: 15px;
  }

  .logo {
    transform: scale(.5);
  }

  .nav-flex {
    width: 100%;
    display: block;
  }

  .nav-menu-2 {
    text-align: left;
    background-color: #fefefe;
    justify-content: center;
    width: 100%;
    padding: 10px;
    top: 0%;
    bottom: auto;
  }

  .navbar-2 {
    background-color: var(--white);
    width: 100%;
    height: 7em;
    position: fixed;
    inset: 0% 0% auto;
  }

  .navbar-2.nav-nav {
    width: 100%;
    height: 6rem;
    margin-top: 0;
  }

  .menu-button-2.w--open {
    background-color: var(--orange-red);
  }

  .hero-section {
    width: 100%;
    margin-left: auto;
    margin-right: 0;
  }

  .hero-section.page {
    height: 100vh;
    margin-bottom: 20px;
    margin-left: 7%;
    margin-right: 0;
  }

  .hero-images {
    border-left-width: 5px;
    padding-left: 0;
  }

  .hero-images.vid {
    max-width: 100%;
  }

  .hero-header {
    align-items: center;
  }

  .header-flex {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-columns: repeat(auto-fit, minmax(400px, auto));
  }

  .fn-get-a-demo-link-2 {
    width: auto;
    height: auto;
  }

  .hero-wrapper {
    border-style: solid;
    border-width: 1px;
  }

  .hero-split {
    justify-content: center;
  }

  .margin-bottom-24px-2 {
    margin-bottom: 10px;
    font-size: 10px;
  }

  .shadow-two {
    align-self: auto;
    min-height: 300px;
  }

  .text-block-2 {
    font-size: 10px;
  }

  .heading {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .project-button {
    font-size: 12px;
    line-height: 15px;
  }

  .container-view-more {
    width: 100%;
  }

  .rl_footer4_credit-text {
    margin-top: 1rem;
  }

  .rl_footer4_bottom-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
    justify-items: center;
  }

  .rl_footer4_spacing-block2 {
    padding-bottom: 1.5rem;
  }

  .rl_footer4_spacing-block1 {
    padding-bottom: 3rem;
  }

  .rl-social-icon {
    width: 2rem;
  }

  .rl_footer4_social-list {
    margin-bottom: 5%;
  }

  .rl_footer4_link-list {
    grid-column-gap: 0px;
    grid-row-gap: 1.5rem;
    grid-auto-flow: row;
    justify-items: center;
  }

  .rl-padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .footer-header {
    padding-left: 32px;
    padding-right: 32px;
  }

  .header-flex-copy {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-columns: repeat(auto-fit, minmax(400px, auto));
  }

  .slider-2 {
    margin-top: 60px;
  }

  .left-arrow, .right-arrow, .preview, .nexxt.next, .thumbnails.mobile {
    display: none;
  }

  .thumbs {
    width: 100%;
    margin-left: auto;
    margin-right: 0;
  }

  .thumbs.page-copy {
    margin-top: 100px;
  }

  .container-5 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-div {
    flex-direction: column;
    align-items: center;
    margin-top: 60px;
  }

  .hero-slide {
    padding-left: 10px;
    padding-right: 5px;
  }

  .collection-list-2, .potrait-collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .projects {
    margin-top: 15%;
    margin-left: 0%;
  }

  .items {
    width: 100vw;
    height: auto;
    margin-top: 1rem;
    margin-bottom: 4rem;
    padding: 0 20px;
  }

  .collection-list-wrapper-3 {
    height: auto;
  }

  .about-wrapper {
    border-style: solid;
    border-width: 1px;
  }

  .about-split, .about-split-2 {
    justify-content: center;
  }

  .about-heading {
    margin-bottom: 20px;
    font-size: 30px;
  }

  .about-paragraph {
    margin-bottom: 10px;
    font-size: 12px;
  }

  .items2 {
    width: 100vw;
    height: auto;
    margin-top: 0%;
    margin-bottom: 4rem;
    padding: 0 20px;
  }

  .collection-item-4 {
    width: auto;
    height: auto;
  }

  .hero-split-image {
    order: 1;
    justify-content: space-between;
    align-self: stretch;
  }

  .collection-list-3 {
    margin-top: 0;
  }

  .potrait-items {
    flex-direction: column;
    justify-content: center;
    width: 100vw;
    height: auto;
    margin-top: -7rem;
    padding-bottom: 0;
    display: flex;
  }

  .potrait-items.potrait-items-2 {
    margin-top: 8rem;
  }

  .weddings, .potrait, .concerts, .fashion {
    margin-top: 7rem;
    margin-left: 0%;
  }

  .about-us {
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
  }

  .image-3 {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .fn-heading-jambo {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: auto;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 25px;
    line-height: 1.2em;
    display: flex;
  }

  .text-block {
    font-size: 13px;
    line-height: 1.4em;
  }

  .text-span {
    font-size: 15px;
  }

  .section-header {
    margin-top: -28.3rem;
    margin-bottom: 0;
  }

  .section-title {
    margin-top: 0;
    font-size: 30px;
  }

  .year {
    font-size: 12px;
  }

  .photographer-name {
    font-size: 14px;
  }

  .logo {
    width: 50px;
    transform: scale(1.2);
  }

  .nav-menu-2 {
    width: 100%;
    margin-top: auto;
    inset: 0% 0% auto;
  }

  .navbar-2 {
    overflow: visible;
  }

  .menu-button-2.w--open {
    background-color: var(--orange-red);
  }

  .hero-section.page {
    width: 100vw;
    margin-left: 0%;
    margin-right: 0%;
  }

  .hero-images {
    border-right-width: 10px;
    padding-left: 0;
  }

  .hero-images.vid {
    border-right-width: 5px;
  }

  .hero-header {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .hero-header.hero-animation {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .header-flex {
    z-index: 9999999;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(400px, auto));
    grid-auto-columns: 1fr;
    width: auto;
    display: flex;
    position: absolute;
  }

  .hero-wrapper {
    -webkit-text-stroke-color: transparent;
    border: 1px solid #7c7c7c66;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    margin-top: 5%;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-split {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
    margin-bottom: 2%;
  }

  .margin-bottom-24px-2 {
    text-align: left;
    font-size: 10px;
  }

  .heading {
    font-size: 25px;
  }

  .project-button {
    text-align: center;
    font-size: 12px;
  }

  .container-view-more {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .view-more-header {
    flex-direction: row;
    justify-content: center;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .view-more-head {
    font-size: 15px;
  }

  .rl_footer4_link-list {
    justify-items: center;
  }

  .heading-3 {
    font-size: 40px;
    line-height: 50px;
  }

  .grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .camera {
    margin-top: 35rem;
  }

  .frame {
    height: 100%;
  }

  .collection-list-2 {
    grid-template-columns: 1fr;
    padding-left: 15px;
    padding-right: 15px;
  }

  .potrait-collection-list-wrapper {
    margin-top: 92rem;
  }

  .potrait-collection-list {
    grid-template-columns: 1fr;
    padding-left: 15px;
    padding-right: 15px;
  }

  .projects {
    height: auto;
    margin-top: -30rem;
    margin-left: 0%;
  }

  .items {
    width: 100vw;
    height: auto;
    margin-top: 0%;
    margin-bottom: 4rem;
    padding-right: 0;
  }

  .collection-list-wrapper-3 {
    margin-top: 0;
  }

  .about-wrapper {
    -webkit-text-stroke-color: transparent;
    border: 1px solid #7c7c7c66;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    margin-top: 10%;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .about-split {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
    margin-bottom: 10%;
    padding: 5px;
  }

  .about-split-2 {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
    margin-bottom: 10%;
  }

  .about-heading {
    font-size: 19px;
    line-height: 20px;
  }

  .about-paragraph {
    font-size: 10px;
  }

  .items2 {
    width: 100vw;
    height: auto;
    margin-bottom: 4rem;
    padding-right: 0;
  }

  .collection-item-4 {
    padding-right: 20px;
  }

  .hero-split-image {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
    margin-bottom: 0%;
  }

  .brand {
    padding-left: 0;
  }

  .brand.w--current {
    width: auto;
    height: auto;
    padding: 5px;
    display: block;
  }

  .potrait-items {
    height: 100vh;
    margin-top: 0;
    padding-top: 0%;
    padding-left: 0;
    padding-right: 0;
  }

  .potrait-items.potrait-items-2 {
    height: 100vh;
    margin-top: 100rem;
  }

  .weddings, .potrait, .concerts, .fashion {
    height: auto;
    margin-top: 0;
    margin-left: 0%;
  }

  .about-us {
    margin-left: auto;
    margin-right: auto;
  }

  .image-3 {
    top: -70%;
  }
}

#Nav.w-node-_3493fa17-425e-1039-12f1-aaaeff340d21-ff340d21, #w-node-_3493fa17-425e-1039-12f1-aaaeff340d22-ff340d21 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9638fa81-e7f7-0b25-b4d6-17d75078a296-128e09a4 {
  justify-self: start;
}

#w-node-_9638fa81-e7f7-0b25-b4d6-17d75078a2a3-128e09a4 {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_9638fa81-e7f7-0b25-b4d6-17d75078a296-128e09a4, #w-node-_9638fa81-e7f7-0b25-b4d6-17d75078a2a3-128e09a4 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e86dfd6b-842e-b466-0e22-09d1aa8abc6e-128e0996, #w-node-_81dd4f95-732e-d7cc-8c6b-1f7e059fb63f-128e0996 {
    place-self: center;
  }

  #w-node-_9638fa81-e7f7-0b25-b4d6-17d75078a2b2-128e09a4 {
    grid-area: 4 / 1 / 5 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9638fa81-e7f7-0b25-b4d6-17d75078a296-128e09a4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


