.footer {
  position: static;
  margin-top: -1px;
  padding-top: 0px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #202020;
  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-overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 95vh;
  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('../images/DJI_0159-2.JPG');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/DJI_0159-2.JPG');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  color: #fff;
}

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

.div-block {
  font-family: Montserrat, sans-serif;
  color: #bdbdbd;
}

.text-block {
  margin-bottom: 46px;
  font-family: Montserrat, sans-serif;
  color: #e0e0e0;
}

.heading {
  margin-top: 46px;
  margin-bottom: 38px;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
}

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

.image {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(230, 225, 225, 0.5)), to(rgba(230, 225, 225, 0.5)));
  background-image: linear-gradient(180deg, rgba(230, 225, 225, 0.5), rgba(230, 225, 225, 0.5));
}

.artist-block {
  margin-top: -56px;
  margin-bottom: 46px;
  font-family: Montserrat, sans-serif;
  color: #e0e0e0;
  font-size: 10px;
}

.footer-container {
  margin-top: -59px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-left: 13px;
  border-top: 1px solid #c0beb5;
}

.text-block-2 {
  margin-left: auto;
  padding-top: 0px;
  color: #2e2c2c;
  font-size: 10px;
}

.moshi-link {
  color: #181818;
  text-decoration: none;
}

.socials-link {
  margin-top: 10px;
  margin-right: 10px;
  font-size: 0px;
}

.html-embed {
  display: block;
  height: 100vh;
  margin-bottom: 0px;
  padding-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#94c9da), to(#fff));
  background-image: linear-gradient(180deg, #94c9da, #fff);
}

.heading-2 {
  font-family: Montserrat, sans-serif;
  font-size: 1.5em;
  line-height: 1.2em;
}

.header {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  margin-top: 20px;
  margin-left: 15px;
  padding: 14px 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.76)), to(hsla(0, 0%, 100%, 0.76)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.76), hsla(0, 0%, 100%, 0.76));
}

.text-block-3 {
  margin-top: 14px;
  margin-bottom: 55px;
}

.subheading {
  font-family: Montserrat, sans-serif;
  font-size: 1em;
  font-style: italic;
}

.floating-footer {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin: 20px 20px 20px 15px;
  padding: 10px 15px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.5)), to(hsla(0, 0%, 100%, 0.5)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.5), hsla(0, 0%, 100%, 0.5));
}

@media screen and (max-width: 991px) {
  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .footer-container {
    margin-bottom: 0px;
    padding-bottom: 22px;
  }
}

@media screen and (max-width: 767px) {
  .footer {
    padding: 40px 20px;
  }

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

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

@media screen and (max-width: 479px) {
  .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;
  }

  .footer-container {
    padding-left: 0px;
    text-align: center;
  }

  .text-block-2 {
    margin-left: 0px;
    font-size: 14px;
  }

  .div-block-9 {
    margin-bottom: 32px;
    text-align: center;
  }

  .socials-link {
    margin-right: 5px;
    margin-left: 5px;
  }
}