:root {
  --dark-slate-grey: #3e4749;
  --black: black;
  --grey: #797979;
  --white: white;
  --light-slate-grey: #879499;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

h1 {
  color: var(--dark-slate-grey);
  text-align: center;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Yantramanav, sans-serif;
  font-size: 50px;
  font-weight: 100;
  line-height: .9;
}

h2 {
  color: var(--black);
  text-align: left;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Yantramanav, sans-serif;
  font-size: 27px;
  font-weight: 900;
  line-height: .9;
}

h3 {
  color: var(--grey);
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Yantramanav, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.1;
}

h4 {
  text-transform: none;
  font-family: Yantramanav, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
}

p {
  margin-bottom: 7px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 100;
  line-height: 1.9;
}

a {
  color: var(--black);
  font-family: Open Sans, sans-serif;
  text-decoration: underline;
  transition: color .3s;
}

a:hover {
  color: #d1d1d1;
  text-decoration: none;
}

li {
  color: #677479;
  font-size: 13px;
}

img {
  max-width: 100%;
  display: inline-block;
}

strong {
  color: #000;
  font-weight: 700;
}

blockquote {
  border: 1px solid var(--black);
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  margin-top: 21px;
  margin-bottom: 21px;
  padding: 28px 31px;
  font-family: Yantramanav, sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 900;
  line-height: 1.5;
  box-shadow: 0 2px 34px 8px #79797924;
}

figcaption {
  color: var(--grey);
  text-align: center;
  margin-top: 13px;
  margin-bottom: 26px;
  font-size: 12px;
}

.mainsection {
  background-color: #fff;
  border-left: 1px #d1d1d1;
  border-right: 1px #d1d1d1;
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.mainsection.lite {
  background-color: #dadada;
  position: relative;
}

.divider {
  background-color: #00000026;
  width: 50%;
  height: 2px;
  margin-top: 11px;
  margin-bottom: 11px;
}

.divider.middle {
  width: 25%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.contentrow {
  background-color: var(--white);
  border-bottom: 1px #d1d1d1;
  margin-top: 62px;
}

.textblock {
  border-bottom: 1px #d1d1d1;
  border-right: 1px solid #d1d1d1;
  padding: 50px;
}

.sectiontag {
  color: #bdbdbd;
  text-transform: uppercase;
  padding: 10px 10px 10px 25px;
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
}

.sectiontag.morepadding {
  padding-left: 50px;
}

.sideblock {
  border-bottom: 1px #d1d1d1;
  padding: 44px 20px;
  position: relative;
}

.button {
  background-color: var(--black);
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 5px;
  flex: none;
  margin-top: 16px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 10px 25px;
  font-family: Yantramanav, sans-serif;
  font-size: 14px;
  font-weight: 900;
  transition: all .333s;
  display: inline-block;
  transform: translate(0, 2px);
}

.button:hover {
  background-color: var(--light-slate-grey);
  color: #fff;
  background-image: none;
  transform: translate(0, -2px);
}

.button:active {
  transform: none;
}

.button.white {
  background-color: var(--white);
  color: var(--black);
}

.button.white.hometitle {
  padding: 19px 47px;
  font-size: 22px;
  box-shadow: 1px 1px 25px 3px #000;
}

.button.white.sm {
  color: var(--white);
  background-color: #353535;
  padding: 10px 22px 9px;
  font-size: 17px;
}

.button.btm {
  margin-left: 44px;
  margin-right: 44px;
}

.button.white-new {
  background-color: var(--white);
  color: var(--black);
  padding-top: 10px;
  padding-bottom: 10px;
}

.button.big-white {
  background-color: var(--white);
  color: var(--black);
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 18px;
}

.sidecolumn {
  padding: 0;
}

.fourblock {
  float: left;
  width: 25%;
  padding: 10px;
}

.colorblock {
  background-color: #0b213c;
  border-radius: 100px;
  width: 100px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.colorblock.third {
  background-color: var(--dark-slate-grey);
}

.colorblock.fourth {
  background-color: var(--light-slate-grey);
}

.colorblock.c {
  background-color: var(--grey);
}

.colorname {
  color: #3e4749;
  text-align: center;
  text-transform: none;
  margin-top: 6px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.headersection {
  text-align: center;
  padding-top: 40px;
}

.moodblock {
  padding: 15px;
}

.moodwrap {
  background-color: #fff;
  border: 2px #b4b4b4;
  padding: 5px;
  box-shadow: 0 0 6px #0003;
}

.moodthumbnail {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  height: 300px;
  position: relative;
  overflow: hidden;
}

.mooddetails {
  opacity: 0;
  background-color: #3e4749;
  padding: 50px;
  transition: transform .5s, opacity .5s;
  position: absolute;
  inset: 0;
  transform: scale(1.1);
}

.mooddetails:hover {
  opacity: .8;
  transform: scale(1);
}

.moodtitle {
  color: #fff;
  margin-bottom: 15px;
  font-size: 26px;
  font-weight: 400;
  line-height: 30px;
}

.mooddescription {
  color: #fff;
}

.backlink {
  color: #879499;
  position: absolute;
  top: 20px;
  left: 40px;
}

.bottomcta {
  color: #879499;
  text-align: center;
  background-color: #3e4749;
  padding: 20px;
  font-size: 24px;
  line-height: 30px;
  transition: color .3s, background-color .3s;
  display: none;
}

.bottomcta:hover {
  color: #fff;
  background-color: #faa000;
}

.text-block-2, .text-block-3 {
  font-family: Open Sans, sans-serif;
}

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

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

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

.nav {
  background-color: #00000005;
  padding-top: 0;
  box-shadow: 1px 1px 2px #0000001c;
}

.navlink {
  text-transform: uppercase;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 28px;
  font-family: Yantramanav, sans-serif;
  font-size: 15px;
  font-weight: 900;
  transition-property: all;
  display: flex;
}

.navlink:hover {
  color: #d1d1d1;
  transform: translate(0, -2px);
}

.navlink:active {
  transform: none;
}

.navlink.w--current {
  color: #c5c4c4;
}

.heading {
  margin-top: 4px;
  margin-bottom: 0;
  font-size: 41px;
}

.container {
  justify-content: space-between;
  display: flex;
}

.heading-2 {
  text-align: center;
  text-transform: none;
  font-size: 65px;
  font-weight: 100;
}

.heading-2.white {
  color: var(--white);
  text-align: center;
  text-transform: none;
  margin-bottom: 30px;
}

.heading-2.white.hometitle {
  text-shadow: 1px 1px 24px #000, 0 0 22px #000, 1px 1px 14px #000, 1px 1px 20px #000, 1px 1px 17px #000;
  font-size: 153px;
}

.section {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 56px 173px 0;
}

.section.about {
  z-index: 11;
  background-color: var(--black);
  margin-bottom: -35px;
  padding-top: 50px;
  padding-bottom: 67px;
  position: relative;
  box-shadow: 0 0 12px #ffffff5e;
}

.section.home {
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.paragraph-2 {
  color: var(--black);
  font-weight: 300;
}

.projectwrapper {
  border: 2px solid var(--white);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  transition-property: none;
  display: flex;
  position: relative;
}

.dynamic-item {
  width: 33.3%;
  height: 25vw;
  padding: 8px;
  display: inline-block;
}

.projectcontent {
  border: 12px solid var(--white);
  text-align: center;
  background-color: #000000ab;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 63px 37px;
  display: flex;
  position: absolute;
  inset: 0;
}

.heading-3 {
  border-bottom: 2px none var(--white);
  color: var(--white);
  text-align: center;
  text-shadow: 0 0 10px #000;
  margin-bottom: 12px;
  padding-bottom: 0;
}

.brand {
  align-items: center;
  margin-left: 14px;
  display: flex;
}

.rich-text-block {
  text-align: center;
  margin-top: 30px;
}

.container-2 {
  text-align: center;
  margin-top: 71px;
  padding-bottom: 38px;
}

.rich-text-block-2 {
  text-align: center;
  margin-bottom: 25px;
  padding-left: 193px;
  padding-right: 193px;
}

.rich-text-block-3 {
  padding-top: 38px;
  padding-left: 132px;
  padding-right: 132px;
  display: block;
}

.link-block {
  margin-bottom: 85px;
  padding: 30px;
}

.text-block-4 {
  margin-right: 7px;
  font-size: 10px;
  text-decoration: none;
  display: inline-block;
}

.footer-div {
  text-align: center;
}

.div-block {
  z-index: 1;
  background-color: var(--black);
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 47px;
  padding-bottom: 31px;
  position: relative;
}

.heading-4 {
  color: var(--white);
  text-align: center;
  font-size: 41px;
}

.descriptors {
  color: #858585;
  text-align: center;
  font-family: Herr Von Muellerhoff, sans-serif;
  font-size: 25px;
  line-height: 1;
}

.descriptors.project {
  color: #c2c1c1;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 38px;
}

.descriptors.dimensions {
  font-family: Open Sans, sans-serif;
}

.section-2 {
  padding-left: 20px;
  padding-right: 20px;
}

.text-block-6 {
  font-family: Herr Von Muellerhoff, sans-serif;
}

.btn {
  background-image: url('../images/search-white.svg');
  background-position: 0 0;
  background-size: cover;
  flex: none;
  width: 29px;
  height: 29px;
  margin-top: 12px;
  margin-bottom: 15px;
  margin-right: 16px;
  display: none;
}

.nav-menu {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.white {
  color: var(--white);
}

.white a {
  color: var(--white);
  font-size: 15px;
}

.white p {
  margin-bottom: 13px;
}

.white strong {
  color: var(--white);
}

.contact {
  padding-left: 172px;
  padding-right: 172px;
}

.formblock {
  text-align: center;
  border-style: none none solid;
  border-bottom-width: 3px;
  border-bottom-color: #000;
  height: 55px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.formblock:focus {
  border-bottom-color: var(--black);
  background-color: #00000012;
}

.formblock.message {
  height: 100px;
}

.right-arrow, .left-arrow {
  display: none;
}

.slider {
  background-color: var(--black);
  height: 100vh;
}

.image-2 {
  display: block;
  position: relative;
}

.container-3 {
  z-index: 1111;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
}

.slide {
  background-image: linear-gradient(#000000a6, #000000a6), url('../images/homepage-pic-lobster.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 946px;
}

.home {
  background-color: var(--black);
}

.container-4 {
  flex-direction: column;
  display: flex;
  position: relative;
}

.div-block-2 {
  z-index: 1111;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
}

.slide-2 {
  background-image: linear-gradient(#000000a6, #000000a6), url('../images/homepage-pic1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 946px;
}

.slide-3 {
  background-image: linear-gradient(#000000a6, #000000a6), url('../images/homepage-pic-flower.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 946px;
}

.slide-nav {
  display: none;
}

.thumbnail-productpg {
  border: 5px solid var(--white);
  border-radius: 50%;
  width: 111px;
  height: 111px;
  margin-bottom: 27px;
  box-shadow: 0 1px 15px #00000038, inset 0 -15px 17px 6px #000;
}

.body, .body-2 {
  background-color: var(--white);
}

.form {
  margin-top: 31px;
}

.test {
  background-color: #00000091;
  border-top: 3px solid #000;
  justify-content: space-between;
  align-items: center;
  padding: 14px 23px;
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.aidenaboutimg {
  margin-bottom: 33px;
}

.thumb-projectpg {
  background-image: url('../images/reason-starburst.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  width: 111px;
  height: 111px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  box-shadow: inset 0 0 16px 4px #000;
}

.paragraph-3 {
  color: #7979798c;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
  display: inline-block;
}

.div-block-3 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 9px;
  padding-bottom: 9px;
  display: flex;
}

.slide0 {
  background-image: linear-gradient(#000000a6, #000000a6), url('../images/homepage-pic0.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 946px;
}

.heading-5 {
  color: var(--white);
  text-shadow: 0 1px #000, 1px 1px 8px #000;
  font-size: 33px;
  font-weight: 100;
}

.paragraph-4 {
  display: block;
}

.heading-6 {
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 900;
}

.slide-4 {
  background-image: linear-gradient(#000000a6, #000000a6), url('../images/homepage-pic-fish.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 946px;
}

.text-block-7 {
  margin-top: 7px;
  margin-right: 16px;
}

.navlink-dropdown {
  text-transform: uppercase;
  border-bottom: 1px solid #00000026;
  margin-top: 0;
  padding: 16px 28px;
  font-family: Yantramanav, sans-serif;
  font-size: 15px;
  font-weight: 900;
  transition-property: all;
}

.navlink-dropdown:hover {
  color: #d1d1d1;
  transform: translate(0, -2px);
}

.navlink-dropdown:active {
  transform: none;
}

.navlink-dropdown.w--current {
  color: #c5c4c4;
}

.dropdown-list {
  background-color: var(--white);
}

.dropdown-list.w--open {
  box-shadow: 0 1px 5px #0000001a;
}

.link-block-2 {
  margin-top: 26px;
  margin-bottom: 15px;
  display: block;
}

.dragon-block {
  justify-content: center;
  align-items: center;
  height: 64vh;
  min-height: 450px;
  padding-top: 1vw;
  display: flex;
  position: relative;
}

.dropdown {
  margin-left: 0;
  margin-right: 0;
}

.gradient-block {
  z-index: 1;
  background-image: linear-gradient(to top, #000, #0000);
  height: 130px;
  position: absolute;
  inset: auto 0% 0%;
}

.text-div {
  z-index: 5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.heading-7 {
  color: var(--white);
  text-shadow: 1px 1px 15px #0000008c;
  margin-bottom: 0;
  font-size: 7vw;
  font-weight: 400;
}

.heading-7.thin {
  opacity: .66;
  max-width: 23ch;
  margin-top: 6px;
  margin-bottom: 6px;
  font-size: 5vw;
  font-weight: 100;
}

.text-block-8 {
  color: var(--white);
  text-transform: uppercase;
  font-family: Yantramanav, sans-serif;
  font-size: 17px;
  font-weight: 900;
}

.div-block-7 {
  border-bottom: 1px solid #333;
  margin-bottom: 13px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 7px;
}

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

.icon-2 {
  margin-top: 22px;
}

.text-block-10 {
  line-height: 1;
}

.tabs-menu {
  justify-content: center;
  padding-bottom: 11px;
  display: flex;
}

.tab {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #686868;
  border-radius: 5px;
  flex: none;
  margin: 16px 5px 10px;
  padding: 4px 18px;
  font-family: Yantramanav, sans-serif;
  font-size: 14px;
  font-weight: 900;
  transition: all .333s;
  display: inline-block;
  transform: translate(0, 2px);
}

.tab:hover {
  background-color: var(--light-slate-grey);
  color: #fff;
  background-image: none;
  transform: translate(0, -2px);
}

.tab:active {
  transform: none;
}

.tab.w--current {
  color: var(--black);
  background-color: #e2e2e2;
}

.tab.white {
  background-color: var(--white);
  color: var(--black);
}

.tab.white.hometitle {
  padding: 19px 47px;
  font-size: 22px;
  box-shadow: 1px 1px 25px 3px #000;
}

.tab.white.sm {
  color: var(--white);
  background-color: #353535;
  padding: 10px 22px 9px;
  font-size: 17px;
}

.tab.btm {
  margin-left: 44px;
  margin-right: 44px;
}

.tab.white-new {
  background-color: var(--white);
  color: var(--black);
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block-9 {
  justify-content: center;
  margin-top: 36px;
  display: flex;
}

.div-block-10 {
  box-shadow: 0 1px 20px #0000000f;
}

.aiden-video {
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.bg-video-coverup {
  opacity: .5;
  background-color: #000;
  position: absolute;
  inset: 0%;
}

.btn-watch-video {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--white);
  justify-content: center;
  align-items: center;
  padding: 19px;
  font-family: Yantramanav, sans-serif;
  font-size: 15px;
  font-weight: 900;
  text-decoration: none;
  display: flex;
}

.btn-watch-video:hover {
  text-decoration: underline;
}

.html-embed {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-11 {
  margin-left: 4px;
  line-height: 1;
  text-decoration: none;
}

.div-block-12 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.youtube {
  margin-top: 40px;
  margin-bottom: 36px;
}

.html-embed-2 {
  margin-bottom: 34px;
}

.div-block-13 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: left;
  align-items: center;
  max-width: 670px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-3 {
  width: 120px;
}

.music_section {
  border-top: 1px solid #87949940;
  align-items: flex-start;
  margin-top: 33px;
  padding-top: 33px;
  display: flex;
}

.music-column {
  text-align: left;
  width: 50%;
  padding-right: 30px;
  position: sticky;
  top: 30px;
}

.photos-thumbs-holder {
  background-color: #fff;
  flex-wrap: wrap;
  margin-top: 26px;
  padding: 12px;
  display: flex;
  box-shadow: 0 0 13px #00000008;
}

.div-block-16 {
  margin-top: 26px;
}

.div-block-17 {
  width: 33%;
  padding-top: 33%;
}

.lightbox-link {
  border: 1px solid var(--white);
  object-fit: cover;
  background-image: url('../images/dragon-2.jpg');
  background-position: 50%;
  background-size: cover;
  width: 25%;
  padding-top: 25%;
  padding-left: 1px;
  padding-right: 1px;
  position: relative;
}

.heading-8, .heading-9 {
  margin-top: 0;
}

.thumbnail-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.rich-text img {
  margin-top: 18px;
}

.rich-text figcaption {
  text-align: left;
}

.link-block-3 {
  color: var(--white);
  padding: 16px;
  font-family: Yantramanav, sans-serif;
  font-weight: 900;
  text-decoration: none;
  display: flex;
}

.subhead {
  text-align: center;
  text-transform: none;
  max-width: 31ch;
  margin-left: auto;
  margin-right: auto;
  font-size: 50px;
  font-weight: 100;
  line-height: 1;
}

html.w-mod-js [data-ix="lightbox-overlay"] {
  opacity: 0;
  transform: scale(1.1);
}

@media screen and (max-width: 991px) {
  .mainsection {
    border-left: 1px #000;
    border-right: 1px #000;
  }

  .textblock {
    height: 974px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .sectiontag.morepadding {
    padding-left: 25px;
  }

  .sideblock {
    height: 400px;
  }

  .button {
    text-align: center;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 22px;
    padding-bottom: 22px;
    font-size: 16px;
    display: block;
  }

  .button.white.hometitle {
    width: 40%;
    padding-left: 18px;
    padding-right: 18px;
  }

  .button.white.sm {
    width: auto;
  }

  .button.btm {
    margin: 44px auto;
  }

  .button.big-white {
    width: auto;
  }

  .fourblock {
    width: 50%;
  }

  .mooddetails {
    opacity: .8;
    padding-top: 16px;
    padding-left: 20px;
    font-size: 14px;
    transition: transform .5s, opacity .5s;
    transform: translate(0, 80%);
  }

  .mooddetails:hover {
    opacity: .8;
    transform: scale(1);
  }

  .moodtitle {
    font-size: 20px;
  }

  .navlink {
    color: var(--white);
    text-align: right;
    justify-content: flex-end;
    margin-top: 0;
    padding: 27px 14px;
  }

  .container {
    justify-content: space-between;
    padding-top: 0;
  }

  .heading-2.white.hometitle {
    font-size: 123px;
  }

  .section {
    padding-left: 47px;
    padding-right: 47px;
  }

  .projectwrapper {
    justify-content: flex-end;
    align-items: flex-end;
    display: flex;
  }

  .dynamic-item {
    width: 33.333%;
    height: 30vw;
    padding: 0;
  }

  .projectcontent {
    border-style: none;
    flex-direction: row;
    justify-content: space-between;
    padding: 12px 17px;
    display: none;
    inset: auto 0 0;
  }

  .heading-3 {
    text-align: left;
    border-bottom-style: none;
    margin-top: 0;
    margin-bottom: -1px;
    padding-bottom: 0;
    font-size: 25px;
  }

  .rich-text-block-3 {
    padding-left: 131px;
    padding-right: 131px;
  }

  .descriptors {
    margin-left: -20px;
    margin-right: -20px;
    display: none;
  }

  .descriptors.project {
    margin-left: 0;
    margin-right: 0;
    font-size: 35px;
    display: block;
  }

  .section-2 {
    padding-left: 3px;
    padding-right: 3px;
  }

  .btn {
    width: 26px;
    height: 25px;
    margin-top: 0;
    margin-bottom: 12px;
    margin-right: 13px;
    display: flex;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    background-color: var(--black);
    margin-bottom: 10px;
    padding: 12px;
  }

  .nav-menu {
    background-color: var(--black);
  }

  .white {
    padding-left: 0;
    padding-right: 0;
  }

  .icon {
    font-size: 28px;
  }

  .test {
    padding-top: 21px;
    padding-bottom: 21px;
    display: flex;
  }

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

  .text-block-7 {
    margin-right: 27px;
  }

  .navlink-dropdown {
    color: var(--black);
    text-align: right;
    margin-top: 0;
    padding: 27px 14px;
  }

  .dragon-block {
    background-image: none;
  }

  .gradient-block {
    background-image: linear-gradient(to top, #000 33%, #0000);
  }

  .text-div {
    z-index: 5;
    align-items: center;
    width: 100%;
    inset: auto 0% 0%;
  }

  .heading-7 {
    font-size: 10vw;
  }

  .heading-7.thin {
    margin-top: 20px;
  }

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

  .div-block-7 {
    border-bottom-color: #fff;
  }

  .text-block-9 {
    color: #ffffff59;
  }

  .div-block-8 {
    flex: 1;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .icon-2 {
    margin-top: auto;
    margin-bottom: auto;
  }

  .tab {
    text-align: center;
    font-size: 16px;
    display: block;
  }

  .tab.white.hometitle {
    width: 40%;
    padding-left: 18px;
    padding-right: 18px;
  }

  .tab.white.sm {
    width: auto;
  }

  .tab.btm {
    margin: 44px auto;
  }

  .music_section {
    flex-direction: column;
  }

  .music-column {
    width: 100%;
    margin-top: 50px;
    padding-right: 0;
    position: static;
  }
}

@media screen and (max-width: 767px) {
  .textblock, .sideblock {
    height: auto;
  }

  .colorblock {
    width: 130px;
    height: 130px;
  }

  .navlink {
    padding-left: 26px;
    padding-right: 26px;
  }

  .heading-2 {
    font-size: 67px;
  }

  .heading-2.white {
    font-size: 48px;
  }

  .heading-2.white.hometitle {
    font-size: 93px;
  }

  .dynamic-item {
    width: 50%;
    height: 40vw;
  }

  .projectcontent {
    justify-content: center;
  }

  .container-2 {
    margin-top: 55px;
  }

  .rich-text-block-3 {
    padding-left: 68px;
    padding-right: 68px;
  }

  .div-block {
    padding-left: 44px;
    padding-right: 44px;
  }

  .heading-4 {
    font-size: 35px;
  }

  .descriptors.project {
    font-size: 34px;
  }

  .white, .contact {
    padding-left: 0;
    padding-right: 0;
  }

  .thumbnail-productpg {
    width: 88px;
    height: 88px;
  }

  .aidenaboutimg {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

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

  .text-block-7 {
    margin-right: 17px;
  }

  .navlink-dropdown {
    padding-left: 26px;
    padding-right: 26px;
  }

  .heading-7 {
    font-size: 13vw;
  }

  .heading-7.thin {
    font-size: 8vw;
  }

  .tabs-menu {
    flex-wrap: wrap;
    align-items: center;
  }

  .photos-thumbs-holder {
    padding: 9px;
  }

  .lightbox-link {
    width: 33%;
    padding-top: 33%;
  }
}

@media screen and (max-width: 479px) {
  .button {
    width: 80%;
  }

  .button.white.hometitle {
    width: 66%;
  }

  .fourblock {
    width: 100%;
  }

  .backlink {
    text-align: center;
    display: block;
    top: 11px;
    left: 40px;
    right: 40px;
  }

  .heading {
    font-size: 36px;
  }

  .heading-2 {
    font-size: 37px;
  }

  .heading-2.white {
    font-size: 40px;
  }

  .heading-2.white.hometitle {
    font-size: 66px;
  }

  .section {
    padding-left: 19px;
    padding-right: 19px;
  }

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

  .container-2 {
    margin-top: 51px;
  }

  .rich-text-block-3 {
    padding-left: 18px;
    padding-right: 18px;
  }

  .div-block {
    padding-left: 28px;
    padding-right: 28px;
  }

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

  .descriptors {
    margin-left: -9px;
    margin-right: -9px;
  }

  .descriptors.project {
    padding-left: 42px;
    padding-right: 42px;
    font-size: 29px;
  }

  .menu-button {
    margin-bottom: 10px;
    padding: 12px;
  }

  .div-block-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .thumbnail-productpg {
    width: 77px;
    height: 77px;
  }

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

  .dragon-block {
    background-image: linear-gradient(#0000, #0000);
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-div {
    height: auto;
    padding-top: 38px;
    padding-bottom: 38px;
  }

  .heading-7 {
    font-size: 17vw;
  }

  .heading-7.thin {
    font-size: 9vw;
  }

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

  .tab {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .tab.white.hometitle {
    width: 66%;
  }

  .div-block-13 {
    text-align: center;
    flex-direction: column;
  }

  .photos-thumbs-holder {
    padding: 2px;
  }
}


