body {
  font-family: 'DM Sans', sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 12px;
  font-size: 52px;
  line-height: 1.2;
  font-weight: 700;
}

h2 {
  margin-top: 24px;
  margin-bottom: 16px;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 700;
}

h3 {
  margin-top: 24px;
  margin-bottom: 12px;
  font-size: 32px;
  line-height: 1.3;
  font-weight: 700;
}

h4 {
  margin-top: 20px;
  margin-bottom: 12px;
  font-size: 28px;
  line-height: 1.4;
  font-weight: 700;
}

h5 {
  margin-top: 20px;
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;
}

h6 {
  margin-top: 16px;
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
}

p {
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 1.6;
}

a {
  position: relative;
  width: 100%;
  height: 100%;
  color: #000;
  text-decoration: underline;
}

.nav-link {
  font-family: Montserrat, sans-serif;
  color: #d43a3a;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
}

.navbar {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
}

.header-background {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 500px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #000;
  background-image: url('../images/Big-Logo.jpg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: repeat-y;
  color: #000;
}

.headline-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.button {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 20px 30px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 3px;
  background-color: #d43a3a;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.button.form {
  width: 100%;
  margin-top: 0px;
  background-color: #9d9d9d;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: Muli, sans-serif;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 4px;
}

.button.form:hover {
  box-shadow: 1px 0 3px 0 #fff;
  text-shadow: 1px 1px 6px #fff;
}

.subhead {
  margin-top: 0px;
  margin-bottom: 15px;
  background-color: transparent;
  opacity: 1;
  font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, sans-serif;
  color: rgba(0, 0, 0, 0.89);
  font-size: 24px;
  line-height: 1.2;
  font-weight: 400;
  text-align: center;
}

.subhead:hover {
  opacity: 0.98;
}

.brand-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 80px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.site-title {
  margin-top: 12px;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 24px;
  font-weight: 700;
}

.body-container {
  padding-top: 0px;
}

.menu-button {
  color: #d43a3a;
}

.footer {
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

.footer-logo-link {
  max-height: 60px;
  min-width: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  display: block;
  margin-bottom: 10px;
  color: #444;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.hero {
  display: block;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-image-mask {
  width: 100%;
  margin-left: 40px;
}

.hero-image {
  width: 100%;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0.5 auto;
  -ms-flex: 0 0.5 auto;
  flex: 0 0.5 auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.hero-overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  max-height: 780px;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px, 50% 50%;
  color: #fff;
}

.centered-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.site-navigation {
  padding-top: 20px;
}

.heading {
  margin-bottom: 8px;
  font-family: 'Great Vibes', cursive;
  color: #000;
  font-size: 52px;
  line-height: 1.2;
  font-weight: 700;
}

.navbar-container {
  margin-right: auto;
  margin-left: auto;
}

.gallery {
  position: static;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 100px;
}

.gallery-grid-container {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  -ms-grid-row-align: center;
  align-self: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto 20px auto;
  grid-template-rows: auto auto;
}

.gallery-lightbox {
  position: relative;
  overflow: hidden;
}

.gallery-thumbnail {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.heading-2 {
  font-family: 'Great Vibes', cursive;
}

.navbar-2 {
  background-color: #000;
}

.nav-link-2 {
  background-color: #fcc;
}

.nav-link-3 {
  background-color: #ffcbcb;
}

.nav-link-4 {
  background-color: #ffcbcb;
}

.navlink {
  color: #fff;
}

.container {
  width: auto;
}

.column {
  background-color: #000;
}

.body-all-pages {
  height: 3000px;
  background-color: transparent;
}

.column-2 {
  height: 500px;
  margin-bottom: 52px;
}

.column-3 {
  height: 633px;
  padding-left: 0px;
}

.div-block {
  width: 1900px;
  margin-right: 94px;
  margin-left: 94px;
}

.column-4 {
  height: 633px;
}

.column-5 {
  height: 633px;
}

.grid {
  position: static;
  width: 92%;
  height: auto;
  margin: 0px auto;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  justify-items: stretch;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  border-radius: 0px;
  -o-object-fit: cover;
  object-fit: cover;
}

.image {
  opacity: 1;
}

.navbar-3 {
  background-color: #333;
}

.navbar-3.nav-link-2 {
  background-color: #363636;
}

.nav-link-2 {
  background-color: #000;
  color: #fff;
}

.image-2 {
  background-color: #3f3f3f;
}

.image-3 {
  height: 624.78125px;
  border: 2px solid #000;
}

.image-4 {
  height: 624.7px;
}

.image-5 {
  border-radius: 0px;
}

.image-6 {
  border: 2px solid #000;
  border-radius: 0px;
}

.image-7 {
  border: 2px solid #000;
}

.image-8 {
  border: 2px solid #000;
}

.text-block {
  position: relative;
  width: 20%;
  margin-top: -20px;
  margin-left: 1249px;
  float: none;
  clear: none;
  font-family: 'Fanwood Text', sans-serif;
  color: #fff;
  font-size: 50px;
  text-align: center;
}

.image-9 {
  position: relative;
  border: 2px solid #000;
}

.image-10 {
  border: 2px solid #000;
}

.image-11 {
  border: 2px solid #000;
}

.image-12 {
  border: 2px solid #000;
}

.first-image {
  width: 949.765625px;
  height: auto;
  border: 2px solid #000;
}

.second-image {
  border: 2px solid #000;
}

.third-image {
  border: 2px solid #000;
}

.fourth-image {
  border: 2px solid #000;
}

.brand {
  margin-left: 0px;
}

.div-block-2 {
  position: absolute;
  overflow: visible;
  width: 45.4%;
  height: 51.5%;
  -o-object-fit: fill;
  object-fit: fill;
}

.text-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  margin-top: 323px;
  margin-right: 264px;
  margin-left: 264px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 50px;
  text-align: center;
}

.text-block-3 {
  width: 20%;
  margin-top: -32px;
  margin-left: 1313px;
  color: #fff;
}

.photo-text {
  position: static;
  width: 20%;
  margin-top: 35%;
  margin-left: 40%;
  font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, sans-serif;
  color: #fff;
  font-size: 50px;
  text-align: center;
}

.div-block-3 {
  position: relative;
}

.text-block-4 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: auto;
  font-size: 25px;
  text-align: center;
  text-decoration: none;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-4 {
  position: relative;
}

.div-block-5 {
  position: relative;
}

.text-block-5 {
  position: absolute;
  left: 0%;
  top: 42%;
  right: 0%;
  bottom: auto;
}

.div-block-6 {
  position: relative;
  border: 1px solid #000;
}

.text-block-6 {
  position: absolute;
  left: 0%;
  top: 50%;
  right: 0%;
  bottom: auto;
  font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, sans-serif;
  color: #fff;
  font-size: 50px;
  text-align: center;
}

.text-block-6 {
  color: #fff;
  font-size: 70px;
  text-decoration: none;
}

.text-block-7 {
  position: absolute;
  left: 0%;
  top: 50%;
  right: 0%;
  bottom: auto;
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
  color: #fff;
  font-size: 70px;
  text-align: center;
}

.text-block-8 {
  position: absolute;
  left: 0%;
  top: 50%;
  right: 0%;
  bottom: auto;
  font-family: 'Great Vibes', cursive;
  color: #fff;
  font-size: 70px;
  text-align: center;
}

.text-block-9 {
  position: absolute;
  left: 0%;
  top: 50%;
  right: 0%;
  bottom: auto;
  font-family: 'Alfa Slab One', sans-serif;
  color: #fff;
  font-size: 70px;
  text-align: center;
}

.link-block {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
}

.link-block-2 {
  position: relative;
}

.nav-menu-2 {
  position: static;
}

.link-block-3 {
  position: relative;
}

.link-block-4 {
  position: relative;
}

.navbar-4 {
  position: static;
  width: auto;
  height: 240px;
}

.brand-2 {
  width: auto;
}

.nav-link-5 {
  position: absolute;
}

.brand-3 {
  position: static;
  width: 10%;
}

.nav-menu-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.navbar-5 {
  position: static;
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: #2c2c2c;
  text-align: center;
}

.brand-4 {
  left: 18px;
  width: auto;
}

.nav-menu-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
}

.navbar-buttons {
  top: 10px;
  bottom: 12px;
  margin: 35px 8px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 1px;
  border-color: #908d8d;
  background-color: #000;
  -webkit-transition: border 500ms ease, text-shadow 500ms ease, color 500ms ease;
  transition: border 500ms ease, text-shadow 500ms ease, color 500ms ease;
  font-family: Muli, sans-serif;
  color: #b4b4b4;
  font-size: 14px;
  letter-spacing: 4px;
  white-space: nowrap;
}

.navbar-buttons:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #000;
  color: #fff;
  text-shadow: 3px 0 12px #fff;
}

.navbar-buttons.w--current {
  position: relative;
  top: 10px;
  bottom: 12px;
  margin-top: 35px;
  margin-bottom: 35px;
  border-width: 3px;
  border-color: #888;
  color: #fff;
}

.navbar-buttons.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10%;
  height: 10px;
  margin: 15px 30px;
  padding-top: 33px;
  padding-bottom: 33px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-style: none;
  background-color: transparent;
  font-family: 'Normal Mandalore', sans-serif;
  color: #aaa;
  font-size: 30px;
  text-align: center;
  letter-spacing: 4px;
  text-decoration: none;
}

.navbar-buttons.footer:hover {
  color: #fff;
}

.navbar-buttons.footer.w--current {
  border-width: 0px;
  -webkit-transition-property: none;
  transition-property: none;
}

.navbar-buttons.brand {
  position: relative;
  left: auto;
  top: 6px;
  margin-top: 21px;
  margin-bottom: 30px;
}

.navbar-buttons.down {
  margin: 20px 0px;
  border-style: none;
  background-color: transparent;
}

.container-2 {
  width: auto;
  max-width: none;
  min-width: 100%;
  padding-right: 100px;
  padding-left: 100px;
  color: #ddd;
  text-align: center;
}

.body {
  height: auto;
}

.main-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid transparent;
  background-color: #000;
}

.text-block-10 {
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: Muli, sans-serif;
  color: #505050;
  font-size: 12px;
  letter-spacing: 2px;
}

.image-13 {
  width: 100%;
  margin-top: 0px;
  margin-bottom: -25px;
}

.div-block-7 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -1px;
  margin-bottom: -1px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -o-object-fit: fill;
  object-fit: fill;
}

.section {
  padding-top: 86px;
  padding-bottom: 86px;
  background-image: url('../images/analogue-aperture-black-and-white-blur-614077.jpg');
  background-position: 0% 100%;
  background-size: cover;
}

.main-container {
  border-radius: 4px;
  color: #1a1818;
}

.main-container.centered {
  padding: 45px 48px 45px 45px;
  background-color: #000;
  box-shadow: 7px 7px 20px 0 rgba(0, 0, 0, 0.6);
  text-align: center;
}

.heading-3 {
  font-family: Muli, sans-serif;
  color: #fff;
  font-weight: 300;
  letter-spacing: 4px;
}

.text-area {
  margin-top: 17px;
  margin-bottom: 21px;
}

.text-area::-webkit-input-placeholder {
  font-family: Muli, sans-serif;
  color: #000;
  font-weight: 300;
}

.text-area:-ms-input-placeholder {
  font-family: Muli, sans-serif;
  color: #000;
  font-weight: 300;
}

.text-area::-ms-input-placeholder {
  font-family: Muli, sans-serif;
  color: #000;
  font-weight: 300;
}

.text-area::placeholder {
  font-family: Muli, sans-serif;
  color: #000;
  font-weight: 300;
}

.paragraph {
  color: #999;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 2px;
}

.text-block-11 {
  margin-top: 12px;
  margin-bottom: 12px;
  font-family: Muli, sans-serif;
  color: #aaa;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 6px;
}

.section-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#afeeee), to(#fff));
  background-image: linear-gradient(180deg, #afeeee, #fff);
}

.still-life-gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  text-align: center;
}

.grid-2 {
  margin-right: 40px;
  margin-bottom: 75px;
  margin-left: 40px;
  padding-right: 0px;
  padding-left: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.heading-4 {
  position: relative;
  top: -152px;
  margin-top: 29px;
  margin-bottom: 29px;
  font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, sans-serif;
}

.container-3 {
  display: block;
  max-width: 80%;
  margin-top: 22px;
  margin-bottom: 22px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.slider {
  margin-top: 72px;
  margin-bottom: 72px;
}

.slider-2 {
  position: relative;
  left: -550px;
  width: 800%;
  height: 400px;
}

.slider-container {
  position: relative;
  max-width: 2000px;
  margin-top: 75px;
  margin-bottom: 75px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.slider-3 {
  width: 100%;
  height: 100vh;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #0f0f0f;
}

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

.container-4 {
  position: relative;
  left: -159%;
  top: 42%;
  right: auto;
  bottom: auto;
  margin-top: 152px;
}

.container-5 {
  position: absolute;
  left: 717px;
  top: 922px;
  text-align: center;
}

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

.slide-3 {
  background-image: url('../images/Lai_A_StillLife_4.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-4 {
  background-image: url('../images/Lai_A_StillLife_2.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.slide-5 {
  background-image: url('../images/TenXTen12.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-6 {
  background-image: url('../images/Lai_Open_2.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-7 {
  background-image: url('../images/Minalmism-6.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-8 {
  background-image: url('../images/Lai_Collage_1.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-9 {
  background-image: url('../images/TenXtTen31.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.text-block-12 {
  background-color: transparent;
}

.imagegrid {
  position: relative;
  width: 95%;
  max-width: none;
  margin-top: 6px;
  margin-bottom: 22px;
  border: 1px solid #000;
}

.slide-1-2 {
  background-image: url('../images/Minalmism-7.JPG');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-1-3 {
  background-image: url('../images/Minalmism-7.JPG');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.pinterest-grid {
  position: static;
  display: block;
  max-width: 90vw;
  margin-top: 80px;
  margin-bottom: 80px;
  padding-left: 0px;
  background-color: transparent;
  text-align: center;
  -webkit-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 0px;
  column-gap: 0px;
  -webkit-column-rule-width: 0px;
  column-rule-width: 0px;
}

.section-3 {
  margin-top: 24px;
  margin-bottom: 24px;
}

.portrait-gallery {
  margin-top: 0px;
  margin-bottom: 66px;
}

.slide-10 {
  background-image: url('../images/Lai_A_Portrait_1.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slider-4 {
  height: 100vh;
}

.mask {
  background-color: #000;
}

.slide-11 {
  background-image: url('../images/Lai_A_Portrait_2.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-12 {
  background-image: url('../images/Lai_Collage_2.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-13 {
  background-image: url('../images/Mom-Portrait-2.0.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-14 {
  background-image: url('../images/Lai_A_Portrait_3.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-15 {
  background-image: url('../images/Eye-Kids.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-16 {
  background-image: url('../images/Lai_Quarantine_1.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-17 {
  background-image: url('../images/Lai_QuarantineWeek2_1.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-18 {
  background-image: url('../images/Grandma-Portrait.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-1-4 {
  background-image: url('../images/Kid-Hanging-Color.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-1-5 {
  background-image: url('../images/Lai_Quarantine_2.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-1-6 {
  background-image: url('../images/Dog-3.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-1-7 {
  background-image: url('../images/FootBall-Emulation-3.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-1-8 {
  background-image: url('../images/Girl-In-Sand-Emulation.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.portrait-pintrest {
  position: static;
  max-width: 1900px;
  margin-top: 80px;
  margin-bottom: 80px;
  -webkit-column-count: 3;
  column-count: 3;
}

.slider-5 {
  height: 100vh;
}

.mask-2 {
  background-color: #000;
}

.slide-19 {
  background-image: url('../images/Lai_A_LandscapeNature_1.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-20 {
  background-image: url('../images/The-Solitary-Tourist-Emulation-1.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-21 {
  background-image: url('../images/Lai_A_LandScapeNature_3.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-22 {
  background-image: url('../images/Birds-in-the-Sky-1.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-23 {
  background-image: url('../images/Color1.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

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

.slide-25 {
  background-image: url('../images/Green-hills.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

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

.mask-3 {
  background-color: #000;
}

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

.slide-27 {
  background-image: url('../images/Lai_A_Architecture_1.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-28 {
  background-image: url('../images/Lai_a_Architecture_2.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-29 {
  background-image: url('../images/Archetecture-Red-resized.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-30 {
  background-image: url('../images/Ferris-Wheel.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-31 {
  background-image: url('../images/Architecture2.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-32 {
  background-image: url('../images/Top-Program-6.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.container-6 {
  max-width: 100%;
  margin-top: 80px;
  margin-bottom: 80px;
  text-align: center;
}

.navbar-6 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 999999;
  margin-top: -170px;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 0px;
  border-color: #838383;
  background-color: transparent;
  text-align: center;
}

.container-7 {
  display: block;
  min-width: 100%;
  padding-right: 100px;
  padding-left: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border: 3px none #000;
  background-color: transparent;
  text-align: center;
}

.brand-5 {
  width: auto;
  height: auto;
}

.nav-menu-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.test-links {
  margin-right: 10px;
  margin-left: 10px;
}

.home-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 60vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/adult-backpack-camera-cloudy-305086.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-heading {
  font-family: Muli, sans-serif;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.button-2 {
  width: auto;
}

.hero-button {
  width: auto;
  padding-top: 14px;
  padding-bottom: 14px;
  border-style: solid;
  border-width: 2px;
  border-color: hsla(0, 0%, 100%, 0.91);
  background-color: rgba(0, 0, 0, 0.85);
  color: #b4b4b4;
}

.hero-button:hover {
  color: #fff;
  text-shadow: 1px 1px 13px #fff;
}

.home-hero-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.button-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mega-focus {
  font-weight: 800;
}

.nothero {
  color: #727070;
}

.container-8 {
  height: 75vh;
  max-height: none;
  max-width: 940vw;
}

.main-menu-container {
  position: static;
  height: 75vh;
  max-height: 871.5vw;
  max-width: 100%;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.nav-components {
  margin-top: 5px;
  margin-left: 170px;
}

.link {
  font-family: 'Great Vibes', cursive;
  font-size: 70px;
}

.main-menu-titles {
  position: static;
  width: auto;
  height: auto;
  margin-top: 0px;
  padding: 20px 0px;
  font-family: 'Normal Mandalore', sans-serif;
  color: rgba(255, 255, 255, 0.85);
  font-size: 50px;
  font-weight: 400;
  text-decoration: none;
}

.main-menu-titles:hover {
  text-shadow: -1px 0 3px #fff;
}

.main-menu-titles.pandemic {
  margin-top: 0px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 50px;
}

.main-menu-titles.pandemic.main {
  color: #fff;
}

.main-menu-titles.waste {
  color: #fff;
}

.main-menu-titles.people {
  color: #fff;
}

.main-menu-titles.urban {
  color: #fff;
}

.main-menu-titles.timeless {
  color: #fff;
}

.main-menu-titles.negative {
  padding-top: 20px;
  color: rgba(255, 255, 255, 0.85);
}

.main-menu-titles.negative.main {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
}

.main-menu-titles.divisive {
  color: #fff;
}

.main-menu-titles.nomadic {
  color: #fff;
}

.text-block-13 {
  font-family: 'Normal Mandalore', sans-serif;
  text-decoration: none;
}

.text-block-14 {
  text-decoration: line-through;
}

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

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

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

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

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

.left-hand-container {
  position: relative;
  left: 0%;
  top: 20%;
  right: 0%;
  bottom: 0%;
  width: 50%;
  height: 60%;
  text-align: left;
}

.image-15 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
}

.slider-6 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
}

.slide-nav {
  position: absolute;
  overflow: hidden;
}

.left-arrow {
  overflow: hidden;
}

.main-slider {
  position: static;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  background-color: #e6e6e6;
}

.right-arrow {
  overflow: hidden;
}

.icon-3 {
  overflow: hidden;
}

.mask-4 {
  overflow: visible;
  width: 100vw;
  height: 100vh;
}

.icon-4 {
  overflow: hidden;
}

.slide-33 {
  overflow: visible;
  background-color: #a57777;
  background-image: url('../images/Green-hills.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.menu-links {
  width: auto;
  text-decoration: none;
}

.slide-34 {
  height: 100vh;
  background-image: url('../images/Lai_A_StillLife_7.jpg');
  background-position: 100% 50%;
  background-size: cover;
}

.slide-35 {
  height: 100vh;
  background-image: url('../images/Lai_A_Open_1.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.slide-36 {
  height: 100vh;
  background-image: url('../images/Lai_A_InformalEnviromentalPortrait_2.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.section-4 {
  height: 100vh;
  background-image: url('../images/Lai_A_InformalEnviromentalPortrait_2.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.landing-page {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.landing-section {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100vw;
  height: 100vh;
  background-color: #ffc3a0;
  opacity: 1;
  text-align: center;
}

.landing-section.pandemic {
  overflow: visible;
  width: 100%;
  background-color: #7f3067;
  background-image: none;
}

.landing-section.about-me {
  overflow: visible;
  height: 110vh;
  margin-bottom: -110vh;
  background-color: #000;
}

.landing-section.motionless {
  width: 100vw;
  background-color: #8dd1c6;
}

.landing-section.nomadic {
  background-color: #6a9b60;
}

.landing-section.urban {
  width: 100%;
  max-width: 100%;
  padding-right: 0px;
  background-color: #ff980f;
}

.landing-section.waste {
  width: 100%;
  background-color: #990d3f;
  background-image: none;
}

.landing-section.divisive {
  background-color: #ff2020;
}

.landing-section.negative {
  background-color: #5c74b8;
}

.image-carrier {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  max-width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
}

.image-carrier._1 {
  background-image: url('../images/Lai_Collage_2.jpg');
}

.image-carrier.motionless {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #000;
}

.image-carrier.motionless._2 {
  background-color: transparent;
}

.image-carrier.motionless._2.two-horizontal {
  width: 100%;
}

.image-carrier.motionless._2.single {
  background-color: #000;
}

.image-carrier.nomadic {
  background-color: #000;
}

.image-carrier.urban {
  max-width: 100vw;
  background-color: transparent;
}

.image-carrier.single {
  width: 100%;
  max-width: 100%;
  background-image: none;
}

.container-9 {
  position: relative;
  top: 25%;
}

.subject-title {
  position: relative;
  top: 25%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  margin-left: 75px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.navbar-7 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 9999999;
  margin-bottom: -170px;
  background-color: transparent;
}

.brand-6 {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 0px;
  padding-left: 50px;
}

.container-10 {
  position: relative;
  left: 0%;
  top: 264%;
  right: auto;
  bottom: 0%;
}

.container-11 {
  height: 75vh;
  max-width: 100vw;
}

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

.div-block-8 {
  position: relative;
  top: 25%;
  width: 50%;
  height: auto;
}

.text-block-16 {
  font-family: 'Normal Mandalore', sans-serif;
  color: #fff;
  font-size: 110px;
}

.title {
  margin-bottom: 59px;
  font-family: 'Normal Mandalore', sans-serif;
  color: #fff;
  font-size: 110px;
}

.title.regular {
  margin-bottom: 50px;
  font-family: Oswald, sans-serif;
  color: #000;
  font-size: 95px;
  font-weight: 500;
  letter-spacing: 2px;
}

.title.regular.link {
  margin-bottom: 25px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #911601;
  font-size: 40px;
}

.title.regular.link:hover {
  color: #d32c2c;
}

.title.regular.link.info {
  color: #6b6b6b;
}

.title.photos {
  margin-left: 0px;
}

.image-16 {
  width: 100%;
  height: auto;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.image-17 {
  width: 100%;
  height: 100%;
}

.container-12 {
  height: 100vh;
  max-height: 100vh;
  max-width: 100vw;
}

.div-block-9 {
  width: 90%;
  height: auto;
  background-image: url('../images/Lai_E_Open_4.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-9._1 {
  display: block;
  width: 50%;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-image: url('../images/Kid-Hanging-Color.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.div-block-9._1._2 {
  width: 60%;
  background-image: url('../images/Lai_A_FormalPortrait_1.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.div-block-9._1._2._3 {
  width: 50%;
  background-image: url('../images/Lai_A_Portrait_2.jpg');
  background-position: 50% 50%;
}

.div-block-9._3 {
  background-image: url('../images/Mom-Portrait-2.0.jpg');
  background-size: cover;
}

.div-block-9._3.people._4 {
  background-image: url('../images/Mom-Portrait-2.0.jpg');
}

.div-block-9._3.people._4._5 {
  width: 100%;
  background-position: 50% 0%;
}

.div-block-9._2 {
  width: 50%;
  background-image: url('../images/Lai_A_Portrait_3.jpg');
  background-position: 50% 50%;
}

.div-block-9._2._3 {
  width: 60%;
  background-image: url('../images/Lai_Quarantine_1.jpg');
  background-position: 50% 0%;
}

.div-block-9._2._3._4 {
  width: 50%;
  background-image: url('../images/Eye-Kids.jpg');
  background-position: 50% 100%;
}

.div-block-9._2._3._5 {
  width: 50%;
  background-image: url('../images/Lai_Quarantine_2.jpg');
}

.div-block-9.nomadic {
  width: 100%;
  background-image: url('../images/The-Solitary-Tourist-Emulation-1.jpg');
}

.div-block-9.nomadic._1 {
  width: 60%;
  background-image: url('../images/Color1.jpg');
  background-position: 50% 50%;
}

.div-block-9.nomadic._1._2 {
  width: 60%;
  background-image: url('../images/ShutUpAndDrive2.jpg');
  background-position: 50% 100%;
}

.div-block-9.nomadic._3 {
  background-image: url('../images/StreetPhotography1.jpg');
}

.div-block-9.nomadic.cover {
  background-image: url('../images/Green-hills.jpg');
}

.div-block-9.urban {
  width: 60%;
  max-width: none;
  background-image: url('../images/Lai_a_Architecture_2.jpg');
}

.div-block-9.urban._1 {
  width: 100%;
  background-image: url('../images/Top-Program-6.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.div-block-9.urban._2 {
  width: 45%;
  background-image: url('../images/Archetecture-Red-resized.jpg');
}

.div-block-9.people {
  width: 50%;
  background-image: url('../images/Grandma-Portrait.jpg');
  background-position: 0% 50%;
}

.div-block-9.waste {
  width: 100%;
  background-image: url('../images/IMG_1484.JPG');
}

.div-block-9.waste.double {
  width: 60%;
  height: 100%;
  background-image: url('../images/IMG_1487.JPG');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-9.waste._1 {
  width: 60%;
  background-image: url('../images/IMG_1478.JPG');
  background-position: 0% 50%;
}

.div-block-9.waste.new {
  background-image: url('../images/Lai_E_CohesiveFood4_HighReso.jpg');
  background-size: cover;
}

.grid-3 {
  width: 100%;
  max-height: 100%;
  grid-column-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-18 {
  max-height: 100%;
}

.div-block-10 {
  width: 50%;
  height: 100%;
  border-style: none;
  border-width: 1px;
  border-color: #414141;
  border-radius: 0px;
  background-image: url('../images/Lai_A_FormalPortrait_5.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.div-block-10._1 {
  width: 40%;
  background-image: url('../images/Lai_A_InformalEnviromentalPortrait_1.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.div-block-10._1._2 {
  width: 50%;
  background-image: url('../images/Lai_A_StillLife_8.jpg');
}

.div-block-10.waste {
  width: 40%;
  background-image: url('../images/Lai_E_CohesiveFood_7.jpg');
}

.slide-37 {
  height: 100vh;
  background-image: url('../images/Lai_QuarantineWeek2_1.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.section-5 {
  height: 100vh;
}

.contact-me-title {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Normal Mandalore', sans-serif;
  color: #fff;
  font-size: 130px;
  font-weight: 400;
}

.description {
  position: relative;
  margin-bottom: 50px;
  font-family: Muli, sans-serif;
  color: #b8b8b8;
  font-size: 20px;
  font-weight: 700;
  text-align: left;
}

.description.photo {
  left: 15px;
  margin-left: 0px;
  background-color: transparent;
  color: #fff;
  font-size: 18px;
}

.description.photo.pandemic {
  margin-left: 0px;
}

.contace-me-container {
  display: block;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #fff;
  font-family: Exo, sans-serif;
}

.container-13 {
  max-height: 12vh;
  max-width: 100%;
  background-image: url('../images/pexels-gdtography-911738.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-11 {
  width: 40%;
  height: auto;
  margin: 40px auto 80px;
}

.div-block-11.right {
  width: 30%;
  margin-bottom: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.small-title {
  font-family: Oswald, sans-serif;
  color: #6b6b6b;
  font-size: 90px;
  font-weight: 400;
}

.small-title.sub {
  margin-top: 35px;
  margin-bottom: 35px;
  font-size: 40px;
}

.brand-7 {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 0px;
  padding-left: 30px;
}

.navbar-8 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 9999;
  margin-bottom: -180px;
  background-color: transparent;
  color: transparent;
}

.container-14 {
  max-width: 100%;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.link-block-10 {
  height: auto;
  color: #d43a3a;
  text-decoration: none;
}

.image-19 {
  max-height: 80%;
  margin-bottom: 70px;
}

.grid-4 {
  grid-column-gap: 0px;
  grid-template-areas: "Area";
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-13 {
  width: 60%;
  background-image: url('../images/Lai_A_StillLife_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-13._1 {
  width: 30%;
  background-image: url('../images/Lai_A_StillLife_5.jpg');
  background-position: 50% 50%;
}

.div-block-13._1._3 {
  width: 40%;
  background-image: url('../images/Lai_A_StillLife_4.jpg');
}

.div-block-13._1.new {
  background-size: cover;
}

.div-block-13._2 {
  width: 40%;
  background-image: url('../images/Lai_A_StillLife_3.jpg');
}

.div-block-14 {
  width: 60%;
  background-image: url('../images/Lai_E_Open_2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-14._1 {
  width: 70%;
  background-image: url('../images/TenXTen12.jpg');
  background-position: 100% 50%;
}

.div-block-14._1._2 {
  width: 100%;
  background-image: url('../images/Lai_A_StillLife_2.jpg');
  background-position: 50% 50%;
}

.div-block-14._1._2._3 {
  width: 60%;
  background-image: url('../images/Lai_A_StillLife_6.jpg');
}

.div-block-14._2 {
  background-image: url('../images/Lai_E_StillLife_5.jpg');
}

.contact-me-description {
  margin-top: -8px;
  margin-bottom: 0px;
  font-family: Oswald, sans-serif;
  font-size: 20px;
}

.div-block-15 {
  width: 40%;
  max-width: none;
  background-image: url('../images/Lai_A_Architecture_3.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-15._1 {
  width: 30%;
  background-image: url('../images/Lai_a_Architecture_2.jpg');
  background-position: 50% 50%;
}

.div-block-16 {
  width: 55%;
  background-image: url('../images/Lai_A_Architecture_1.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.div-block-17 {
  width: 40%;
  background-image: url('../images/ShutUpAndDrive1-V2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-17._1 {
  width: 40%;
  background-image: url('../images/Lai_A_LandscapeNature_1.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.image-21 {
  margin-top: 40px;
  margin-bottom: 110px;
}

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

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.slide-38 {
  height: 100vh;
  background-image: url('../images/IMG_1491.JPG');
  background-position: 100% 50%;
  background-size: cover;
}

.div-block-18 {
  width: 40%;
  background-image: url('../images/Lai_A_StillLife_3.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.div-block-19 {
  width: 60%;
  background-image: url('../images/Lai_A_StillLife_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.footer-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: transparent;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  font-family: 'Normal Mandalore', sans-serif;
  color: #aaa;
  font-size: 18px;
  font-style: normal;
  text-align: center;
}

.footer-button:hover {
  color: #fff;
}

.footer-button.w--current {
  color: #fff;
  font-size: 22px;
}

.div-block-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 55px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-21 {
  width: 100%;
  background-image: url('../images/Lai_E_Cohesive_2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-22 {
  width: 100%;
  background-image: url('../images/Lai_E_Cohesive_3.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-23 {
  width: 50%;
  background-image: url('../images/portrait1.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.div-block-24 {
  width: 50%;
  background-image: url('../images/YoungArtsFree5.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.div-block-24._1 {
  width: 20%;
  background-image: url('../images/better-florida.jpg');
}

.div-block-25 {
  width: 50%;
  background-image: url('../images/FullSizeRender-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-26 {
  width: 60%;
  background-image: url('../images/YoungArtsLove3.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.div-block-27 {
  width: 60%;
  background-image: url('../images/Lai_E_OneBulb_4.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.div-block-27._1 {
  background-image: url('../images/DeadEnds1.jpg');
  background-position: 50% 50%;
}

.div-block-28 {
  width: 100%;
  background-image: url('../images/Heater-Open.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-28._1 {
  background-image: url('../images/Flowers.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-28.new {
  width: 50%;
  background-image: url('../images/headphones1.jpg');
}

.div-block-28.new._1 {
  width: 50%;
}

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

.div-block-30 {
  width: 60%;
  background-image: url('../images/Food_8.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-31 {
  width: 40%;
  background-image: url('../images/Lai_E_Food_15.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-32 {
  width: 100%;
  background-image: url('../images/Lai_E_CohesiveFood_8.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-33 {
  width: 100%;
  background-image: url('../images/Lai_E_CohesiveFood_5.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-33._1 {
  width: 40%;
  background-image: url('../images/Lai_E_CohesiveFood_6.jpg');
}

.div-block-33.banana {
  background-image: url('../images/Lai_E_CohesiveFood_13.jpg');
}

.div-block-34 {
  width: 40%;
  background-image: url('../images/wine.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.container-15 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 12%;
  text-align: center;
}

.image-22 {
  text-align: center;
}

.text-block-17 {
  margin-top: 15px;
  margin-bottom: 30px;
  font-family: Mandalore, sans-serif;
  font-style: normal;
}

.container-16 {
  -webkit-transform: rotate(-71deg);
  -ms-transform: rotate(-71deg);
  transform: rotate(-71deg);
}

.black-diagonal {
  position: absolute;
  left: -40%;
  top: 0%;
  right: auto;
  bottom: 0%;
  overflow: visible;
  width: 100%;
  height: 100%;
  background-color: #131212;
  -webkit-transform: rotate(-70deg);
  -ms-transform: rotate(-70deg);
  transform: rotate(-70deg);
}

.black-diagonal.photo-splash {
  left: -175%;
  overflow: hidden;
  width: 237%;
  height: 250%;
}

.single {
  width: 100%;
  background-image: url('../images/Lai_QuarantineWeek2_1.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.single._1 {
  background-image: url('../images/Lai_A_InformalEnviromentalPortrait_2.jpg');
}

.div-block-35 {
  width: 100%;
  max-width: 100vw;
  background-image: url('../images/Lai_A_Open_1.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-36 {
  width: 100%;
  background-image: url('../images/Lai_A_StillLife_7.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.div-block-37 {
  width: 100%;
  background-image: url('../images/Lai_E_Pandemic_5.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-37.double {
  width: 40%;
  border: 1px none #fff;
  background-image: url('../images/Lai_E_Pandemic_6.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-38 {
  width: 50%;
  border: 1px none #fff;
  background-image: url('../images/final.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.link-block-11 {
  width: 15%;
  height: auto;
  max-width: none;
  margin-top: 20px;
  text-align: center;
}

.div-block-39 {
  width: 100%;
  background-image: url('../images/Lai_E_Food_16.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-40 {
  width: 40%;
  background-image: url('../images/Lai_E_CohesiveFood_6.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

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

.slide-41 {
  background-image: url('../images/Lai_E_Cohesive_2.jpg');
  background-position: 0% 50%;
  background-size: 120%;
}

.div-block-90 {
  width: 40%;
  background-image: url('../images/VeronicaPortrait1.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.div-block-90._2 {
  background-position: 50% 50%;
}

.div-block-91 {
  width: 100%;
  background-image: url('../images/DeadEnds1.jpg');
  background-position: 50% 0%;
  background-size: contain;
}

.div-block-92 {
  width: 50%;
  background-image: url('../images/Image-9.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.div-block-100 {
  width: 50%;
  background-image: url('../images/Inage-8.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-101 {
  width: 60%;
  background-image: url('../images/Image-7.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-102 {
  width: 50%;
  background-image: url('../images/Divisiveness_4.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-103 {
  width: 100%;
  background-image: url('../images/IMG_1491.JPG');
  background-position: 50% 50%;
  background-size: cover;
}

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

.div-block-104 {
  width: 55%;
  background-image: url('../images/Summer_10.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.div-block-105 {
  width: 45%;
  background-image: url('../images/Image-11.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.div-block-106 {
  width: 40%;
  background-image: url('../images/SnowDay8.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-107 {
  width: 60%;
  background-image: url('../images/Lai_A_LandScapeNature_3.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.div-block-108 {
  width: 100%;
  background-image: url('../images/Landscape9.2.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-109 {
  width: 100%;
  background-image: url('../images/Advertising2-copy.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.div-block-110 {
  width: 60%;
  background-image: url('../images/Advertising5.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-111 {
  width: 40%;
  background-image: url('../images/Evan-Lai-Advertising.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-112 {
  width: 100%;
  background-image: url('../images/YoungArtsFree1.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.div-block-113 {
  width: 50%;
  background-image: url('../images/FinalPort11.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-114 {
  width: 50%;
  background-image: url('../images/FinalPort16.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.div-block-115 {
  width: 100%;
  background-image: url('../images/FinalPort15.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-116 {
  width: 50%;
  background-image: url('../images/FinalPort5.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.div-block-117 {
  width: 50%;
  background-image: url('../images/FinalPort13.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-118 {
  width: 100%;
  background-image: url('../images/FinalPort12.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.div-block-119 {
  width: 50%;
  background-image: url('../images/FinalPort4.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-120 {
  width: 50%;
  background-image: url('../images/FinalPort10.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-121 {
  width: 100%;
  background-image: url('../images/FinalPort116.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.div-block-122 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-123 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-124 {
  width: 100%;
  height: 100%;
  background-image: url('../images/Lai_A_InformalEnviromentalPortrait_2.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

@media screen and (min-width: 1920px) {
  .image-13 {
    margin-top: 30px;
  }

  .text-block-11 {
    margin-top: 20px;
    margin-bottom: 0px;
  }

  .nav-components {
    margin-top: 6px;
  }

  .main-menu-titles {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 80px;
  }

  .main-menu-titles.pandemic {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 80px;
  }

  .main-menu-titles.negative {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .main-menu-titles.negative.main {
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .main-menu-titles.first {
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .landing-section.about-me {
    display: block;
    height: 130vh;
    margin-bottom: -130vh;
    text-align: center;
  }

  .image-carrier {
    width: 100%;
  }

  .image-carrier.motionless._2 {
    width: 100vw;
  }

  .image-carrier.two-horizontal._80-vh {
    width: 100vw;
  }

  .image-carrier.single.vertical {
    background-color: #000;
  }

  .subject-title.about-me {
    top: 20%;
    margin-left: 130px;
  }

  .navbar-7 {
    margin-bottom: -170px;
  }

  .title.regular.link {
    margin-bottom: 30px;
    font-size: 30px;
  }

  .title.photos {
    font-size: 130px;
  }

  .div-block-9._1 {
    width: 60%;
    background-image: url('../images/Kid-Hanging-Color.jpg');
    background-position: 50% 50%;
  }

  .div-block-9._1._2 {
    background-position: 50% 0%;
  }

  .div-block-9._3.people._4._5 {
    background-position: 50% 0%;
  }

  .div-block-9._2._3 {
    background-position: 50% 0%;
  }

  .div-block-9._2._3._4 {
    width: 50%;
    background-position: 50% 100%;
  }

  .div-block-9._2._3._5 {
    width: 50%;
  }

  .div-block-9.people {
    width: 60%;
    background-position: 50% 50%;
  }

  .div-block-9.waste.double {
    width: 60%;
    background-position: 0% 50%;
  }

  .div-block-9.waste._1 {
    width: 70%;
  }

  .div-block-9.waste.vertical {
    width: 40%;
    background-image: url('../images/Lai_E_CohesiveFood_6.jpg');
    background-size: cover;
  }

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

  .div-block-10.waste {
    width: 40%;
    background-image: url('../images/Food_8.jpg');
  }

  .description.photo {
    margin-left: 10px;
    opacity: 1;
    font-size: 25px;
  }

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

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

  .div-block-14._2 {
    width: 40%;
    background-position: 50% 50%;
  }

  .contact-me-description {
    font-size: 25px;
  }

  .div-block-17 {
    background-position: 50% 100%;
  }

  .slide-38 {
    background-position: 100% 50%;
    background-size: cover;
  }

  .div-block-22 {
    background-position: 50% 50%;
  }

  .div-block-23 {
    width: 40%;
    background-position: 50% 100%;
  }

  .div-block-24 {
    background-position: 50% 100%;
  }

  .div-block-26 {
    width: 60%;
    height: auto;
    margin-left: -29px;
    background-image: url('../images/Lai_E_Cohesive_1.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .div-block-27 {
    width: 60%;
    background-image: url('../images/Lai_E_OneBulb_4.jpg');
    background-position: 50% 0%;
    background-size: cover;
  }

  .div-block-27._1 {
    background-position: 50% 50%;
  }

  .div-block-28.new {
    width: 50%;
    background-position: 50% 0%;
  }

  .div-block-28.new._1 {
    width: 60%;
    background-position: 50% 50%;
  }

  .div-block-30 {
    background-image: url('../images/Lai_E_CohesiveFood_13.jpg');
    background-position: 50% 50%;
  }

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

  .div-block-33.banana {
    background-position: 50% 50%;
  }

  .div-block-34 {
    width: 30%;
    background-position: 50% 100%;
  }

  .container-15 {
    bottom: 30%;
  }

  .black-diagonal {
    left: -40%;
  }

  .black-diagonal.photo-splash {
    left: -163%;
  }

  .div-block-35 {
    background-position: 50% 100%;
  }

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

  .div-block-90._2 {
    background-position: 50% 0%;
  }

  .div-block-92 {
    width: 60%;
    background-position: 50% 50%;
  }

  .div-block-100 {
    width: 40%;
    background-position: 50% 50%;
  }

  .div-block-111 {
    background-position: 50% 0%;
  }

  .heading-5 {
    margin-bottom: 20px;
    font-family: Exo, sans-serif;
    font-style: normal;
    font-weight: 500;
  }

  .div-block-124 {
    width: 100%;
    height: 100%;
    background-image: url('../images/Lai_A_InformalEnviromentalPortrait_2.jpg');
    background-position: 0px 0px;
    background-size: auto;
  }
}

@media screen and (max-width: 991px) {
  .nav-link {
    color: #fff;
  }

  .navbar {
    padding-top: 0px;
  }

  .header-background {
    position: static;
    height: auto;
    min-height: 440px;
    margin-bottom: 32px;
    padding-bottom: 50px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .brand-link {
    padding-left: 10px;
  }

  .menu-button {
    position: relative;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff;
  }

  .menu-button.w--open {
    position: relative;
    top: auto;
  }

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

  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .navbar-container {
    width: 100%;
    min-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .nav-menu {
    background-color: #000;
    color: #fff;
  }

  .gallery-grid-container {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .grid {
    margin: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .first-image {
    padding-left: 0px;
  }

  .brand {
    margin-left: -22px;
  }

  .div-block-2 {
    width: 709px;
    height: 472px;
  }

  .text-block-6 {
    font-size: 60px;
  }

  .text-block-7 {
    font-size: 60px;
  }

  .text-block-8 {
    font-size: 60px;
  }

  .text-block-9 {
    font-size: 60px;
  }

  .brand-4 {
    left: 5%;
  }

  .nav-menu-4 {
    position: absolute;
    top: auto;
    padding-top: 22px;
    padding-bottom: 22px;
    background-color: #2c2c2c;
    box-shadow: 1px 1px 10px 0 #000;
    opacity: 0.96;
    color: #2c2c2c;
  }

  .navbar-buttons {
    position: static;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-style: none;
    background-color: #302f2f;
  }

  .navbar-buttons:hover {
    border-style: none;
  }

  .navbar-buttons.w--current {
    background-color: #2c2c2c;
  }

  .navbar-buttons.footer {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .navbar-buttons.footer.w--current {
    background-color: transparent;
  }

  .navbar-buttons.down {
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .container-2 {
    position: relative;
    width: auto;
    margin-right: auto;
    margin-left: auto;
    padding-right: 12px;
    padding-left: 12px;
  }

  .image-13 {
    width: 25%;
    margin-top: 19px;
    margin-bottom: auto;
  }

  .paragraph {
    font-size: 15px;
  }

  .imagegrid {
    width: 350px;
    margin-bottom: 10px;
  }

  .pinterest-grid {
    max-width: 725px;
    margin-top: 25px;
    margin-bottom: 25px;
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 4px;
    column-gap: 4px;
  }

  .container-6 {
    position: static;
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .navbar-6 {
    display: block;
    margin-top: -110px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .container-7 {
    padding-right: 37px;
    padding-left: 37px;
  }

  .nav-menu-5 {
    background-color: #302f2f;
    box-shadow: 1px 0 20px 6px #000;
    opacity: 0.95;
    text-align: center;
  }

  .image-14 {
    margin-top: 29px;
    margin-bottom: 29px;
  }

  .menu-button-3 {
    top: 20px;
    background-color: #302f2f;
  }

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

  .icon-2 {
    color: #fff;
  }

  .nav-components {
    margin-left: 70px;
  }

  .main-menu-titles {
    font-size: 65px;
  }

  .main-slider {
    width: 100vh;
  }

  .landing-section.pandemic {
    height: 100vh;
  }

  .landing-section.about-me {
    overflow: visible;
  }

  .image-carrier {
    height: 50vh;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .image-carrier.motionless {
    height: 40vh;
  }

  .image-carrier.motionless._2.two-vertical {
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-carrier.urban {
    height: 50vh;
  }

  .image-carrier.two-vertical {
    width: 100%;
    height: 50vh;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .subject-title {
    left: 10%;
    top: 10%;
    margin-left: 0px;
  }

  .title {
    font-size: 90px;
  }

  .title.regular {
    font-size: 40px;
  }

  .title.regular.link {
    margin-top: 10px;
    font-size: 30px;
  }

  .title.regular.link.info {
    font-size: 45px;
  }

  .div-block-9 {
    width: 100%;
  }

  .div-block-9._1._2 {
    width: 50%;
    height: 100%;
  }

  .div-block-9._2 {
    width: 100%;
    height: 50%;
  }

  .div-block-9._2._3 {
    height: 100%;
  }

  .div-block-9._2.two-horizontal {
    height: 100%;
  }

  .div-block-9.nomadic._1 {
    width: 50%;
  }

  .div-block-9.urban {
    width: 50%;
  }

  .div-block-9.urban._2 {
    width: 50%;
    height: 100%;
  }

  .div-block-9.people {
    height: 50vh;
  }

  .div-block-10._1 {
    width: 50%;
  }

  .contact-me-title {
    font-size: 100px;
  }

  .description {
    font-size: 18px;
  }

  .description.photo {
    color: #fff;
    font-size: 16px;
  }

  .div-block-11 {
    margin-right: auto;
  }

  .small-title {
    margin-bottom: 0px;
    font-size: 45px;
  }

  .div-block-13 {
    width: 100%;
    height: 50%;
  }

  .div-block-13._1 {
    height: 100%;
  }

  .div-block-13._1._3 {
    height: 100%;
  }

  .div-block-14 {
    width: 100%;
    height: 50%;
  }

  .div-block-14._1 {
    height: 100%;
  }

  .div-block-14._1._2 {
    height: 100%;
  }

  .contact-me-description {
    margin-top: -10px;
    font-size: 16px;
  }

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

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

  .div-block-17._1 {
    width: 50%;
    background-image: url('../images/Color1.jpg');
    background-position: 50% 50%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
    line-height: 1.2;
  }

  h2 {
    font-size: 28px;
    line-height: 1.2;
  }

  h3 {
    font-size: 24px;
    line-height: 1.4;
  }

  h4 {
    font-size: 20px;
    line-height: 1.4;
  }

  h5 {
    font-size: 16px;
    line-height: 1.4;
  }

  h6 {
    font-size: 14px;
    line-height: 1.4;
  }

  p {
    font-size: 16px;
  }

  .navbar {
    padding-top: 0px;
  }

  .header-background {
    height: auto;
    min-height: 380px;
    margin-bottom: 23px;
    padding-top: 0px;
    padding-bottom: 40px;
  }

  .headline-container {
    text-align: center;
  }

  .button {
    padding: 15px 20px;
    font-size: 18px;
  }

  .subhead {
    font-size: 24px;
    line-height: 1.2;
  }

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

  .footer {
    padding: 40px 20px;
  }

  .footer-image {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .hero {
    padding: 40px 20px;
  }

  .flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-image-mask {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .hero-overlay {
    padding: 40px 20px;
  }

  .heading {
    font-size: 40px;
  }

  .gallery {
    padding: 40px 20px;
  }

  .gallery-grid-container {
    max-width: none;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .grid {
    margin: 23px;
    padding-left: 0px;
    justify-items: center;
  }

  .brand {
    margin-left: -10px;
  }

  .brand-4 {
    left: 2%;
  }

  .navbar-buttons.footer {
    margin-bottom: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 10px;
  }

  .navbar-buttons.brand {
    top: 0px;
    bottom: 0px;
    margin: 23px 0px;
  }

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

  .image-13 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .div-block-7 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section {
    padding-top: 38px;
    padding-bottom: 38px;
  }

  .paragraph {
    font-size: 12px;
    line-height: 1.4;
  }

  .slider-3 {
    height: 80vh;
  }

  .imagegrid {
    width: 260px;
  }

  .pinterest-grid {
    max-width: 550px;
    -webkit-column-gap: 0px;
    column-gap: 0px;
  }

  .slider-4 {
    height: 80vh;
  }

  .slider-5 {
    height: 80vh;
  }

  .container-7 {
    padding-right: 18px;
    padding-left: 15px;
  }

  .nav-components {
    margin-top: 5px;
    margin-right: auto;
    margin-left: auto;
  }

  .main-menu-titles {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 60px;
  }

  .left-hand-container {
    width: 100vw;
    text-align: center;
  }

  .landing-section {
    height: 50vh;
  }

  .landing-section.pandemic {
    height: 50vh;
  }

  .image-carrier {
    height: 40vh;
  }

  .image-carrier.motionless {
    height: 30vh;
  }

  .image-carrier.urban {
    height: 150vh;
    max-height: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-carrier.urban.single {
    height: 30vh;
  }

  .image-carrier.urban._1 {
    height: 140vh;
  }

  .image-carrier.two-vertical {
    height: 40vh;
  }

  .subject-title {
    left: 30%;
    top: 10%;
    right: auto;
    margin-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .subject-title.photo {
    left: auto;
    top: 10%;
    margin-right: auto;
    margin-left: auto;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .subject-title.about-me {
    top: 20%;
  }

  .brand-6 {
    margin-left: auto;
  }

  .title.regular {
    font-size: 25px;
  }

  .title.regular.link.info {
    font-size: 35px;
  }

  .div-block-9.urban {
    width: 100%;
    height: 50%;
  }

  .div-block-9.urban._1 {
    height: 100%;
  }

  .div-block-9.urban._2 {
    width: 100%;
    height: 50%;
  }

  .div-block-9.people {
    height: 100%;
  }

  .contact-me-title {
    margin-top: -70px;
    font-size: 80px;
    text-align: center;
  }

  .description {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 18px;
    text-align: center;
  }

  .description.photo {
    width: auto;
    font-size: 14px;
  }

  .small-title {
    font-size: 35px;
  }

  .div-block-13 {
    background-position: 50% 0%;
  }

  .contact-me-description {
    font-size: 14px;
  }

  .div-block-15 {
    width: 100%;
    height: 50%;
  }

  .div-block-16 {
    width: 100%;
    height: 50%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 1.1;
  }

  h2 {
    line-height: 1.2;
  }

  h3 {
    line-height: 1.3;
  }

  h4 {
    line-height: 1.4;
  }

  h5 {
    line-height: 1.4;
  }

  .nav-link {
    background-color: #000;
    color: #fff;
  }

  .header-background {
    width: 10%;
    height: 1%;
    min-height: auto;
    margin-bottom: -30px;
    padding-right: 0px;
    padding-bottom: 30px;
    padding-left: 0px;
    opacity: 0;
  }

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

  .brand-link {
    padding-left: 10px;
  }

  .site-title {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .menu-button {
    background-color: transparent;
  }

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

  .icon {
    color: #000;
  }

  .menu-button-2 {
    background-color: #000;
  }

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

  .footer {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }

  .footer-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .centered-container {
    text-align: left;
  }

  .heading {
    font-size: 36px;
  }

  .gallery-grid-container {
    margin-right: 0px;
    margin-left: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }

  .grid {
    margin: 13px;
    padding-left: 0px;
  }

  .navbar-3.nav-link-2 {
    height: 50px;
  }

  .navbar-buttons.footer {
    margin-bottom: 0px;
    font-size: 10px;
  }

  .navbar-buttons.down {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .body {
    background-color: #000;
  }

  .main-footer {
    max-height: none;
    min-height: auto;
  }

  .text-block-10 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 6px;
  }

  .image-13 {
    width: 40%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .div-block-7 {
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .section {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .paragraph {
    font-size: 10px;
  }

  .text-block-11 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 8px;
  }

  .slider-3 {
    height: 60vh;
  }

  .imagegrid {
    width: 140px;
  }

  .pinterest-grid {
    max-width: 300px;
    -webkit-column-gap: 4px;
    column-gap: 4px;
  }

  .slider-4 {
    height: 60vh;
  }

  .slider-5 {
    height: 60vh;
  }

  .container-6 {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .navbar-6 {
    margin-top: -110px;
  }

  .container-7 {
    padding-right: 9px;
    padding-left: 9px;
  }

  .brand-5.w--current {
    right: -7px;
    width: 30%;
  }

  .menu-button-3 {
    top: auto;
    margin-top: 13px;
  }

  .nav-components {
    width: auto;
    height: auto;
    margin-right: 0px;
    margin-left: 0px;
  }

  .main-menu-titles {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 18px;
  }

  .main-menu-titles.pandemic.main {
    margin-top: 10px;
    font-size: 20px;
  }

  .main-menu-titles.waste {
    font-size: 20px;
  }

  .main-menu-titles.urban {
    font-size: 20px;
  }

  .main-menu-titles.timeless {
    font-size: 20px;
  }

  .main-menu-titles.negative.main {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 20px;
  }

  .main-menu-titles.divisive {
    font-size: 20px;
  }

  .main-menu-titles.nomadic {
    font-size: 20px;
  }

  .left-hand-container {
    top: 23.5%;
    width: 100vw;
    margin-right: 0px;
    margin-left: 0px;
  }

  .slide-nav {
    border: 1px solid #000;
    background-color: #000;
  }

  .main-slider {
    width: 100vw;
    height: auto;
    background-color: #000;
  }

  .menu-links {
    height: auto;
  }

  .slide-34 {
    background-position: 50% 50%;
  }

  .slide-35 {
    height: 100%;
    background-position: 100% 100%;
  }

  .slide-36 {
    height: 100%;
    background-position: 50% 50%;
  }

  .landing-section {
    height: 100vh;
    text-align: center;
  }

  .landing-section.pandemic {
    width: 100vw;
    height: 100vh;
  }

  .landing-section.about-me {
    overflow: visible;
  }

  .image-carrier {
    height: 100vh;
    max-width: 100vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-carrier.motionless {
    height: 40vh;
  }

  .image-carrier.motionless._2 {
    height: 80vh;
  }

  .image-carrier.motionless._2.two-vertical {
    height: 100vh;
  }

  .image-carrier.motionless._2.two-horizontal {
    height: 80vh;
  }

  .image-carrier.motionless._2.single {
    height: 40vh;
  }

  .image-carrier.nomadic {
    height: 40vh;
  }

  .image-carrier.nomadic.two-horizontal {
    height: 100vh;
  }

  .image-carrier.nomadic.two-vertical {
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-carrier.urban {
    height: 40vh;
  }

  .image-carrier.urban.single {
    height: 40vh;
  }

  .image-carrier.urban._1 {
    height: 80vh;
  }

  .image-carrier.two-vertical {
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-carrier.two-horizontal {
    height: 40vh;
    max-width: 100vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .image-carrier.two-horizontal._1 {
    height: 100vh;
  }

  .image-carrier.single {
    height: 40vh;
    max-width: 100vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .image-carrier.horizontal {
    height: 50vh;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .subject-title {
    position: relative;
    left: auto;
    top: 25%;
    width: 50%;
  }

  .subject-title.photo {
    position: relative;
    left: -46px;
    top: 40%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .subject-title.about-me {
    left: 25%;
    top: 15%;
  }

  .navbar-7 {
    margin-bottom: -69px;
  }

  .brand-6 {
    width: 25%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 10px;
  }

  .title {
    margin-bottom: 30px;
    font-size: 60px;
  }

  .title.regular {
    width: auto;
    margin-bottom: 20px;
    font-size: 35px;
  }

  .title.regular.link {
    margin-bottom: 10px;
    font-size: 12px;
  }

  .div-block-9 {
    height: 100%;
  }

  .div-block-9._1 {
    width: 50%;
    height: 100%;
    background-position: 50% 50%;
  }

  .div-block-9._1._2 {
    width: 0%;
    height: 50%;
  }

  .div-block-9._1._2._3 {
    width: 100%;
    height: 100%;
  }

  .div-block-9._2._3 {
    width: 100%;
  }

  .div-block-9._2._3._4 {
    height: 0%;
  }

  .div-block-9._2._3._5 {
    width: 100%;
    height: 100%;
  }

  .div-block-9._2.two-horizontal {
    height: 60%;
  }

  .div-block-9.nomadic {
    height: 100%;
  }

  .div-block-9.nomadic._1 {
    width: 100%;
    height: 40%;
  }

  .div-block-9.nomadic._1._2 {
    width: 0%;
  }

  .div-block-9.urban {
    height: 40%;
  }

  .div-block-9.waste._1 {
    background-position: 100% 50%;
  }

  .div-block-10 {
    width: 50%;
    height: 100%;
  }

  .div-block-10._1 {
    width: 100%;
  }

  .div-block-10._1._2 {
    width: 100%;
  }

  .slide-37 {
    height: 100%;
  }

  .contact-me-title {
    margin-top: 0px;
    font-size: 60px;
  }

  .description {
    font-size: 14px;
  }

  .description.photo {
    position: static;
    font-size: 12px;
  }

  .description.photo.pandemic {
    position: static;
    margin-left: 0px;
  }

  .div-block-11 {
    width: 80%;
    margin-right: 40px;
    margin-bottom: 0px;
    margin-left: 40px;
  }

  .div-block-11.right {
    width: 80%;
    margin-top: 0px;
  }

  .small-title {
    font-size: 30px;
  }

  .brand-7 {
    margin-left: auto;
  }

  .navbar-8 {
    position: static;
  }

  .div-block-12 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-13 {
    height: 0%;
  }

  .div-block-13._1 {
    width: 100%;
  }

  .div-block-13._1._3 {
    width: 100%;
  }

  .div-block-13._1.new {
    height: 60%;
    background-position: 50% 0%;
  }

  .div-block-14._1 {
    width: 100%;
    height: 40%;
    background-position: 50% 0%;
  }

  .div-block-14._1._2._3 {
    width: 100%;
    height: 0%;
  }

  .div-block-14._2 {
    height: 100%;
  }

  .contact-me-description {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 12px;
  }

  .div-block-15 {
    height: 60%;
    background-position: 50% 50%;
  }

  .div-block-17 {
    width: 100%;
    height: 100%;
  }

  .div-block-17._1 {
    width: 100%;
    height: 60%;
    background-image: url('../images/Lai_A_LandscapeNature_1.jpg');
  }

  .image-20 {
    width: 25%;
  }

  .image-21 {
    overflow: visible;
    margin-bottom: 40px;
  }

  .slide-38 {
    height: 100%;
    background-position: 100% 100%;
  }

  .div-block-18 {
    width: 100%;
    height: 100%;
  }

  .footer-button {
    margin-right: 0px;
    margin-left: 0px;
    padding: 2px 5px;
    font-size: 12px;
  }

  .footer-button.w--current {
    font-size: 12px;
  }

  .div-block-20 {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-23 {
    background-position: 0% 50%;
  }

  .div-block-24 {
    width: 100%;
    height: 100%;
  }

  .div-block-25 {
    width: 0%;
    height: 100%;
  }

  .div-block-26 {
    width: 100%;
    height: 50%;
  }

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

  .div-block-27._1 {
    width: 100%;
    height: 50%;
  }

  .div-block-28 {
    height: 100%;
  }

  .div-block-28.new._1 {
    width: 100%;
    height: 0%;
  }

  .black-diagonal {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .black-diagonal.photo-splash {
    left: 0%;
    top: 13%;
    right: 0%;
    bottom: 0%;
    width: 50vw;
    height: 20vh;
    background-color: transparent;
  }

  .black-diagonal.pandemic {
    background-color: rgba(0, 0, 0, 0.6);
  }

  .single {
    height: 100%;
  }

  .single._1 {
    background-color: #ffc3a0;
    background-image: none;
  }

  .div-block-35 {
    height: 100%;
    background-position: 100% 50%;
  }

  .div-block-36 {
    height: 100%;
  }

  .div-block-37 {
    height: 100%;
  }

  .div-block-37.double {
    width: 0%;
    height: 0%;
  }

  .div-block-38 {
    width: 100%;
    height: 40%;
  }

  .link-block-11 {
    width: 60%;
    margin-top: 10px;
  }

  .slide-40 {
    width: auto;
    height: 100%;
    background-position: 100% 100%;
    background-size: auto 100vh;
  }

  .slide-41 {
    height: 100%;
    background-position: 50% 50%;
    background-size: auto 100vh;
  }

  .div-block-90._2 {
    width: 50%;
  }

  .slide-42 {
    height: 100%;
    background-position: 100% 100%;
  }

  .div-block-104 {
    width: 100%;
    height: 50%;
  }

  .div-block-105 {
    width: 100%;
    height: 50%;
  }

  .div-block-106 {
    width: 100%;
    height: 60%;
  }

  .div-block-107 {
    width: 100%;
    height: 40%;
  }

  .div-block-108 {
    height: 100%;
  }

  .div-block-109 {
    height: 100%;
  }

  .div-block-110 {
    width: 100%;
    height: 40%;
  }

  .div-block-111 {
    width: 100%;
    height: 60%;
    background-position: 50% 0%;
  }

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

  .div-block-122 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .div-block-123 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .div-block-124 {
    width: 100%;
    height: 100%;
    background-image: url('../images/Lai_A_InformalEnviromentalPortrait_2.jpg');
    background-position: 0px 0px;
    background-size: cover;
  }
}

@font-face {
  font-family: 'Mandalore';
  src: url('../fonts/MandaloreTitleItalic-nRRVJ.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Normal Mandalore';
  src: url('../fonts/MandaloreTitle-lggAe.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}