body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 22px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 35px;
  line-height: 40px;
  font-weight: 500;
}

h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 500;
}

h3 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 26px;
  line-height: 33px;
  font-weight: 500;
}

h4 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 27px;
  font-weight: 500;
}

h5 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

h6 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

p {
  margin-top: 0px;
  margin-bottom: 20px;
  line-height: 22px;
  font-weight: 400;
}

a {
  color: #2196f3;
  text-decoration: none;
}

ul {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-left: 40px;
}

ol {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-left: 40px;
}

strong {
  font-weight: bold;
}

blockquote {
  margin-bottom: 20px;
  padding: 0px 20px;
  border-left: 5px solid #e2e2e2;
  font-size: 16px;
}

figure {
  margin-bottom: 20px;
}

figcaption {
  margin-top: 7px;
  color: rgba(51, 51, 51, .56);
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.button {
  display: inline-block;
  padding: 11px 20px;
  border-radius: 3px;
  background-color: #2196f3;
  -webkit-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  background-color: #1565c0;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.white {
  background-color: #fff;
  color: #333;
}

.button.white:hover {
  background-color: hsla(0, 0%, 100%, .77);
}

.button.full-width {
  display: block;
  width: 100%;
}

.button.tab {
  margin-right: 8px;
  margin-left: 8px;
  background-color: #a8a8a8;
}

.button.tab:hover {
  background-color: #7e7e7e;
}

.button.tab.w--current {
  background-color: #2196f3;
}

.button.tab.w--current:hover {
  background-color: #1565c0;
}

.button.with-field {
  width: 22%;
  margin-left: 2%;
  float: left;
}

.navigation-link {
  height: 60px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.navigation-link:hover {
  color: #2196f3;
}

.navigation-link.white {
  color: #fff;
}

.navigation-bar {
  background-color: #fff;
}

.navigation-bar.dark {
  background-color: #5d5d5d;
}

.navigation-bar.top {
  margin-top: 58px;
  margin-bottom: 124px;
  border-radius: 5px;
  background-color: #fff;
}

.navigation-menu.on-bottom {
  float: none;
  text-align: center;
}

.brand-text {
  margin-top: 16px;
  margin-bottom: 0px;
  font-size: 23px;
  line-height: 26px;
  font-weight: 400;
}

.brand-link {
  height: 60px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.brand-link:hover {
  opacity: 0.66;
}

.brand-link.on-top {
  display: block;
  float: none;
  text-align: center;
}

.brand-link.white {
  color: #fff;
}

.brand-link.left-spacing {
  margin-left: 15px;
  color: #fff;
}

.brand-link.left {
  margin-left: 16px;
}

.section {
  position: relative;
  height: 100vh;
  background-color: #000;
}

.section.accent {
  background-color: #f3f3f3;
}

.section.dark {
  background-color: #5d5d5d;
  color: #fff;
}

.hero-slider {
  height: 455px;
  background-color: transparent;
}

.slide {
  padding-top: 82px;
  padding-right: 85px;
  padding-left: 85px;
  background-color: #dbdbdb;
}

.slide.two {
  background-color: #dbdbdb;
}

.header-section {
  padding-top: 104px;
  padding-bottom: 104px;
  background-color: #5d5d5d;
  color: #fff;
  text-align: center;
}

.page-heading {
  margin-top: 0px;
  margin-bottom: 11px;
}

.cta-section {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #dbdbdb;
}

.cta-section.centered-accented {
  background-color: #333;
  color: #fff;
  text-align: center;
}

.cta-heading {
  margin-top: 3px;
  margin-bottom: 0px;
  font-weight: 400;
}

.cta-heading.inline-block {
  display: inline-block;
  margin-top: 0px;
  margin-right: 13px;
}

.align-right {
  text-align: right;
}

.white-box {
  padding: 15px;
  border-radius: 5px;
  background-color: #fff;
}

.fixed-image-section {
  padding: 117px 20px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('../images/example-bg.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('../images/example-bg.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 125px;
  background-attachment: scroll, fixed;
  color: #fff;
  text-align: center;
}

.hero-section {
  height: 100vh;
  padding-top: 120px;
  background-color: #f1f1f1;
  background-image: url('../images/Herp-BG.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: fixed;
  text-align: center;
}

.hero-section.centered {
  text-align: center;
}

.slider-navigation {
  font-size: 11px;
}

.slider-icon-circle {
  width: 50px;
  height: 50px;
  padding: 6px;
  font-size: 33px;
}

.hero-subheading {
  margin-bottom: 18px;
}

.hollow-button {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 9px 20px;
  border: 2px solid #2196f3;
  border-radius: 4px;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  color: #2196f3;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
}

.hollow-button:hover {
  border-color: #1565c0;
  color: #1565c0;
}

.hollow-button.white {
  border-color: #fff;
  color: #fff;
}

.hollow-button.white:hover {
  border-color: hsla(0, 0%, 100%, .64);
  color: hsla(0, 0%, 100%, .72);
}

.section-heading {
  margin-bottom: 20px;
}

.section-heading.centered {
  text-align: center;
}

.form-label {
  margin-bottom: 6px;
  font-size: 13px;
  text-transform: uppercase;
}

.section-subheading.center {
  font-size: 20px;
  text-align: center;
}

.section-title-group {
  margin-bottom: 62px;
}

.section-title-group.centered {
  text-align: center;
}

.form-field {
  min-height: 41px;
  margin-right: 1px;
  margin-bottom: 17px;
  border-style: none;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .09);
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

.form-field:focus {
  box-shadow: 0 0 0 2px #2196f3;
}

.form-field.text-area {
  min-height: 110px;
}

.form-field.with-button {
  width: 75%;
  margin-bottom: 0px;
  float: left;
}

.form-wrapper.squeezed {
  padding-right: 19%;
  padding-left: 19%;
}

.social-button {
  margin-right: 4px;
  margin-bottom: 8px;
  margin-left: 4px;
  padding: 8px;
  border-radius: 100px;
  background-color: #333;
  -webkit-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
}

.social-button:hover {
  background-color: #1565c0;
  opacity: 1;
}

.social-button.border {
  padding: 6px;
  border: 1px solid rgba(0, 0, 0, .36);
  background-color: transparent;
}

.social-button.facebook {
  background-color: #3c5791;
}

.social-button.twitter {
  background-color: #29a9e8;
}

.social-button.red {
  background-color: #d11529;
}

.social-button.pink {
  background-color: #fc488f;
}

.social-button.pink2 {
  background-color: #ed1081;
}

.social-button.orange {
  background-color: #db4e34;
}

.social-button.vimeo {
  background-color: #1ebae7;
}

.social-button.linkdin {
  background-color: #1485c3;
}

.social-button.instagram {
  background-color: #4b769b;
}

.social-button.tumblr {
  background-color: #2e5270;
}

.social-button.webflow {
  background-color: #3278bd;
}

.social-button.medium {
  background-color: #549f63;
}

.social-icon-link {
  padding: 3px;
  opacity: 1;
  -webkit-transition: opacity 150ms ease;
  transition: opacity 150ms ease;
}

.social-icon-link:hover {
  opacity: 0.5;
}

.profile-image {
  margin-bottom: 15px;
  border-radius: 100px;
}

.hero-with-nav {
  background-color: #dbdbdb;
}

.footer {
  padding-top: 50px;
  padding-bottom: 50px;
}

.footer.centered-smaller {
  padding-top: 33px;
  padding-bottom: 33px;
}

.footer.accent {
  background-color: #f1f1f1;
}

.footer.centered-accented {
  background-color: #f1f1f1;
  text-align: center;
}

.float-right {
  float: right;
}

.footer-text {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
}

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

.link:hover {
  color: #1565c0;
}

.footer-brand-text {
  font-size: 26px;
  line-height: 33px;
}

.sidemenu-wrapper {
  margin-left: 10px;
  padding-left: 20px;
}

.sidemenu-title {
  margin-bottom: 10px;
}

.grid-image {
  margin-bottom: 20px;
}

.info-wrapper {
  margin-bottom: 14px;
}

.info-icon {
  float: left;
}

.info-text {
  margin-left: 34px;
}

.footer-link {
  display: block;
  margin-bottom: 6px;
  color: rgba(0, 0, 0, .74);
  text-decoration: none;
}

.footer-link:hover {
  color: #3b99d9;
}

.footer-link.with-icon {
  margin-left: 30px;
}

.hero-title-wrapper {
  margin-bottom: 155px;
}

.icon-left {
  padding: 6px;
  float: left;
  color: #919191;
}

.text-right {
  margin-left: 49px;
}

.grid-fours {
  width: 25%;
  padding: 10px;
  float: left;
}

.tab-menu {
  margin-bottom: 40px;
  text-align: center;
}

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

.success-wrapper {
  padding: 31px;
  border-radius: 5px;
  background-color: #4caf50;
  color: #fff;
}

.success-message {
  margin-bottom: 0px;
}

.error-wrapper {
  border-radius: 5px;
  background-color: #d32f2f;
  color: #fff;
}

.error-message {
  margin-bottom: 0px;
}

.rich-text h1 {
  margin-top: 30px;
}

.rich-text h3 {
  margin-top: 30px;
}

.rich-text h5 {
  margin-top: 30px;
}

.rich-text h4 {
  margin-top: 30px;
}

.rich-text h6 {
  margin-top: 30px;
}

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

.content-column {
  padding-top: 42px;
}

.feature-column {
  text-align: center;
}

.waterfall-content-column {
  padding-top: 39px;
}

.waterfall-image-column {
  text-align: center;
}

.main-juice {
  position: absolute;
  left: 0px;
  right: 0px;
  display: block;
  width: 773px;
  margin-right: auto;
  margin-left: auto;
}

.main-juice.lines {
  height: 350px;
  margin-top: -35px;
}

.black-intro-overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5;
  display: block;
  background-color: #000;
}

.bottom-of-hero {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  overflow: visible;
  margin-top: 391px;
  opacity: 0;
}

.holder-of-hero-content {
  position: absolute;
  left: 0px;
  top: 19%;
  right: 0px;
}

.link-block {
  position: static;
  display: block;
  width: 52px;
  height: 42px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/Arrows.svg');
  background-position: 50% 50%;
  background-size: 52px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  opacity: 0;
}

.background-video {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  height: 100vh;
}

.album-text {
  display: block;
  width: 500px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 22%;
  font-family: 'Akzidenz grotesk next', sans-serif;
  font-size: 53px;
  line-height: 50px;
  text-align: left;
}

.album-text.drake {
  width: 500px;
  padding-left: 161px;
}

.album-text.gold {
  padding-left: 35px;
}

.album-text.migos {
  padding-left: 120px;
}

.album-text.kdot {
  padding-left: 45px;
}

.content-section {
  position: relative;
  z-index: 3;
  background-image: url('../images/bg1.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  transform: translateZ(0);
}

.div-block-3 {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  background-color: rgba(0, 0, 0, .5);
}

.div-block-3.opaque {
  background-color: transparent;
}

.album-text-2 {
  display: block;
  width: 450px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 64px;
  font-family: 'Type 36', sans-serif;
  color: #fff;
  font-size: 26px;
  line-height: 47px;
  font-style: italic;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.album-text-2.black {
  color: #000;
}

.text-block {
  display: block;
  width: 450px;
  margin-top: 3px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  font-size: 13px;
  line-height: 28px;
}

.text-block.black {
  color: #000;
}

.html-embed {
  display: block;
  width: 500px;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 100px;
  text-align: center;
}

.content-section-2 {
  position: relative;
  z-index: 3;
  background-image: url('../images/bg2.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.content-section-3 {
  position: relative;
  z-index: 3;
  background-image: url('../images/bg4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.content-section-4 {
  position: relative;
  z-index: 3;
  background-image: url('../images/bg3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.content-section-5 {
  position: relative;
  z-index: 3;
  background-image: url('../images/bg5.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.content-section-6 {
  position: relative;
  z-index: 3;
  background-image: url('../images/bg6.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.content-section-7 {
  position: relative;
  z-index: 3;
  background-image: url('../images/bg7.jpg'), url('../images/Tori.jpg');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.links-blue {
  color: #73b0e0;
}

.div-block-4 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 4;
  display: block;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 5;
  display: none;
  width: 100%;
  height: 45px;
  background-color: #000;
}

.text-block-3 {
  margin-top: 12px;
  margin-left: 12px;
  float: left;
  font-family: Inconsolata, monospace;
  color: #fff;
  font-size: 14px;
  font-style: italic;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.social-icon {
  display: block;
  width: 15px;
  height: 20px;
  margin-top: 12px;
  margin-right: auto;
  margin-left: auto;
  float: none;
}

.social-link-block {
  width: 45px;
  height: 45px;
  float: right;
  text-align: center;
}

.social-link-block:hover {
  background-color: #1d1a1a;
}

.revolt-link {
  color: #fff;
  font-size: 13px;
}

.revolt-link:hover {
  color: #d32f2f;
}

.three {
  position: static;
  z-index: 4;
  display: block;
  margin-right: auto;
  margin-left: auto;
  background-color: #000;
  font-family: Inconsolata, monospace;
  color: #f3f3f3;
  font-style: italic;
  text-align: center;
  text-transform: uppercase;
}

.preloader-container {
  padding-top: 23%;
}

.image {
  position: fixed;
  display: block;
  width: 767px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: 3px;
}

.line-1 {
  position: static;
  z-index: 2;
  width: 1px;
  height: 350px;
  margin-left: 27px;
  float: left;
  background-color: #fff;
  opacity: 0.5;
}

.line-1.l6 {
  margin-left: 122px;
}

.line-1.l2 {
  margin-left: 107px;
}

.line-1.l3 {
  margin-left: 117px;
}

.line-1.l4 {
  margin-left: 122px;
}

.line-1.l5 {
  margin-left: 123px;
}

.line-1.l7 {
  margin-left: 122px;
}

.hero-text {
  margin-bottom: 25px;
  opacity: 0;
  font-family: Bebasneue, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 2.4px;
}

html.w-mod-js *[data-ix="strikethru-line-500"] {
  width: 0px;
}

html.w-mod-js *[data-ix="fade-in-250"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="fade-in-500"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="fade-in-1000"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="fade-in-1501"] {
  opacity: 1;
  -webkit-transform: translate(-2000px, 0px);
  -ms-transform: translate(-2000px, 0px);
  transform: translate(-2000px, 0px);
}

html.w-mod-js *[data-ix="fade-in-the-line"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="fade-in-1500"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="down-arrows"] {
  display: none;
  -webkit-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
}

html.w-mod-js *[data-ix="two"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="one"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="lines-comin-down"] {
  opacity: 0;
  height: 1px;
}

@media (max-width: 991px) {
  .hamburger-button:hover {
    color: #2196f3;
  }
  .hamburger-button.w--open {
    background-color: #333;
  }
  .hamburger-button.white {
    color: #fff;
  }
  .hero-slider {
    height: 400px;
  }
  .form-wrapper.squeezed {
    padding-right: 10%;
    padding-left: 10%;
  }
  .content-column {
    padding-top: 0px;
  }
  .black-intro-overlay {
    display: none;
  }
  .album-text {
    padding-top: 50%;
  }
  .album-text.drake {
    padding-top: 50%;
  }
  .three {
    padding-top: 408px;
  }
}

@media (max-width: 767px) {
  .brand-link.on-top {
    float: left;
  }
  .brand-link.left-spacing {
    padding-left: 0px;
  }
  .section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .hero-slider {
    height: 528px;
  }
  .slide {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .cta-section {
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }
  .cta-heading {
    margin-bottom: 10px;
  }
  .form-wrapper.squeezed {
    padding-right: 9px;
    padding-left: 0px;
  }
  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }
  .grid-fours {
    width: 33.33%;
  }
  .image-column {
    margin-bottom: 10px;
  }
  .content-column {
    margin-bottom: 13px;
    text-align: center;
  }
  .waterfall-content-column {
    padding-top: 0px;
    text-align: center;
  }
  .waterfall-image-column {
    padding-top: 21px;
    padding-bottom: 21px;
  }
}

@media (max-width: 479px) {
  .button.tab {
    margin-bottom: 9px;
  }
  .hero-slider {
    height: 550px;
  }
  .slide {
    padding-right: 53px;
    padding-left: 53px;
  }
  .hero-section {
    background-image: url('../images/Herp-BG-mobile2.png');
    background-position: 50% 50%;
    background-repeat: no-repeat;
  }
  .grid-fours {
    width: 50%;
  }
  .main-juice {
    width: auto;
    height: 162px;
  }
  .main-juice.lines {
    left: 0px;
    top: 0px;
    right: 0px;
    height: 153px;
    margin-top: -8px;
  }
  .black-intro-overlay {
    display: block;
  }
  .bottom-of-hero {
    margin-top: 188px;
  }
  .holder-of-hero-content {
    top: 26%;
  }
  .background-video {
    display: none;
  }
  .album-text {
    width: 90%;
    padding-top: 70%;
    font-family: Futura, sans-serif;
    color: #fff;
    font-size: 35px;
    line-height: 36px;
    font-style: italic;
    font-weight: 900;
  }
  .album-text.drake {
    width: 90%;
    padding-top: 70%;
    padding-left: 0px;
    font-family: Futura, sans-serif;
  }
  .album-text.gold {
    padding-left: 0px;
  }
  .album-text.migos {
    padding-left: 0px;
  }
  .album-text.kdot {
    padding-left: 0px;
  }
  .content-section {
    background-image: url('../images/bg1m.jpg');
  }
  .div-block-3 {
    width: 100%;
  }
  .album-text-2 {
    width: 90%;
    line-height: 29px;
  }
  .text-block {
    width: 90%;
    margin-top: 10px;
  }
  .html-embed {
    width: 100%;
  }
  .content-section-2 {
    background-image: url('../images/bg2m.jpg');
  }
  .content-section-3 {
    background-image: url('../images/bg4m.jpg');
    background-position: 50% 0px;
  }
  .content-section-4 {
    background-image: url('../images/bg3m.jpg');
  }
  .content-section-5 {
    background-image: url('../images/bg5m.jpg');
  }
  .content-section-6 {
    background-image: url('../images/bg6m.jpg');
    background-attachment: fixed;
  }
  .content-section-7 {
    background-image: url('../images/bg7.jpg'), url('../images/Tori.jpg');
  }
  .div-block-4 {
    position: absolute;
    z-index: 4;
  }
  .text-block-3 {
    font-size: 13px;
  }
  .social-icon {
    margin-right: 20px;
  }
  .three {
    padding-top: 163px;
  }
  .image {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    display: block;
    width: 94%;
    margin-top: 44%;
    margin-right: auto;
    margin-left: auto;
  }
  .line-1 {
    height: 100%;
    margin-left: 21px;
  }
  .line-1.l6 {
    margin-left: 55px;
  }
  .line-1.l2 {
    margin-left: 49px;
  }
  .line-1.l3 {
    margin-left: 53px;
  }
  .line-1.l4 {
    margin-left: 55px;
  }
  .line-1.l5 {
    margin-left: 57px;
  }
  .line-1.l7 {
    margin-left: 56px;
  }
  .hero-text {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
}

@font-face {
  font-family: 'Futura';
  src: url('../fonts/Futura-Bold-Italic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Akzidenz grotesk next';
  src: url('../fonts/Akzidenz-Grotesk-Next-Black-Italic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'Type 36';
  src: url('../fonts/Type-36-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Bebasneue';
  src: url('../fonts/BebasNeue-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
