h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 10vh;
  line-height: 10vh;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 38px;
  line-height: 48px;
  font-weight: 700;
}

h3 {
  margin-top: 10px;
  margin-bottom: 25px;
  color: #6b6b6b;
  font-size: 24px;
  line-height: 40px;
  font-weight: 400;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
}

a {
  color: #000;
  text-decoration: none;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -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;
}

.section.center {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 0vh;
  -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-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c00), to(#000));
  background-image: linear-gradient(180deg, #c00, #000);
}

.section.wide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 10vh;
  padding-bottom: 10vh;
  -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-color: #1b1b1b;
}

.section.wide.img {
  padding-top: 5vh;
  padding-bottom: 42vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(42%, rgba(0, 0, 0, 0.7)), color-stop(92%, hsla(0, 0%, 100%, 0))), url('../images/australian-desert-3525409_1920.jpg');
  background-image: linear-gradient(180deg, #000, rgba(0, 0, 0, 0.7) 42%, hsla(0, 0%, 100%, 0) 92%), url('../images/australian-desert-3525409_1920.jpg');
  background-position: 0px 0px, 50% 40%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  -webkit-filter: saturate(150%);
  filter: saturate(150%);
}

.hero {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 999999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding: 0px 10vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px none #000;
  background-color: transparent;
}

.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-width: 1400px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.nav-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75vw;
  max-width: 1400px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px none hsla(0, 0%, 100%, 0.1);
}

.body {
  background-color: transparent;
  font-family: 'Gothic A1', sans-serif;
}

.button {
  display: inline-block;
  margin-right: 0px;
  padding: 20px 40px;
  border-radius: 3px;
  background-color: #ffb700;
  -webkit-transition: background-color 500ms cubic-bezier(.789, .159, .25, 1), color 200ms cubic-bezier(.789, .159, .25, 1);
  transition: background-color 500ms cubic-bezier(.789, .159, .25, 1), color 200ms cubic-bezier(.789, .159, .25, 1);
  color: #000;
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  text-align: center;
}

.button:hover {
  background-color: #ffd978;
  color: #474747;
}

.paragraph {
  margin-bottom: 0px;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}

.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1200px;
  -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;
}

.wrap {
  max-width: 700px;
  margin-top: 55px;
  margin-bottom: 55px;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
}

.nav-link {
  margin-right: 15px;
  margin-bottom: 20px;
  margin-left: 15px;
  padding-top: 40px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.nav-link:hover {
  box-shadow: inset 0 -5px 0 0 #000;
  color: #fff;
}

.nav-link:focus {
  color: #ffc8a4;
}

.nav-link.w--current {
  color: #fff;
}

.hero-image {
  position: static;
  right: 0vw;
  bottom: 0vh;
  width: 35%;
  height: 100%;
  box-shadow: -11px -11px 4px 0 #000;
}

.hero-content {
  position: static;
  z-index: 90;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  padding-right: 50px;
  padding-left: 0vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero-subhead {
  max-width: 60%;
  color: #fff;
  font-size: 30px;
  line-height: 44px;
  font-weight: 400;
}

.footer {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1b1b1b;
}

.footer-link {
  margin-right: 15px;
  margin-left: 15px;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}

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

.footer-list {
  padding-top: 29px;
  padding-bottom: 29px;
}

.arrow {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.nav-logo-wrap {
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.brand.w--current {
  height: 100%;
}

.heading-3 {
  font-size: 9vh;
}

.heading-3.download-margin {
  margin-top: 65px;
}

.heading-3.download-page {
  font-size: 60px;
}

.stream-download-container {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75vw;
  height: 80%;
  max-width: 1400px;
  margin-top: 100px;
  margin-bottom: 100px;
  padding-top: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tripple-effect-logo {
  height: 100%;
}

.selection-logo {
  height: 75%;
  margin-bottom: 15px;
  padding-bottom: 0px;
}

.selection-logo.drive {
  background-image: url('../images/gdrive-svg.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.selection-logo.spotify {
  background-image: url('../images/spotify.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.selection-logo.deezer {
  background-image: url('../images/deezer.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.selection-logo.apple-music {
  background-image: url('../images/apple-black.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.selection-logo.ulurustatement {
  background-image: url('../images/UluruStatement-logo-a.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.selection-title {
  padding-top: 0px;
  color: #fff;
  line-height: 20px;
  text-align: center;
}

.privacy-policy-container {
  width: 85vw;
  margin-top: 150px;
}

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

.home-page-hero-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75vw;
  height: 85%;
  max-width: 1400px;
  margin-top: 130px;
  -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;
}

.selection-div {
  width: 100px;
  height: 120px;
  margin-right: 25px;
}

.selection-div.bottom-margin {
  margin-bottom: 80px;
}

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

.footer-para {
  color: #b1b1b1;
  font-size: 11px;
  font-weight: 300;
}

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

.tripple-logo-div {
  width: 100%;
  height: 275px;
  margin-bottom: 50px;
  background-image: url('../images/tripple-New.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.title-of-para {
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
}

.para-hyperlink {
  color: #fff;
  text-decoration: underline;
}

.footer-contact {
  margin-top: 20px;
  color: #fff;
}

.email-link {
  color: #fff;
  text-decoration: underline;
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 34px;
    line-height: 44px;
  }

  h3 {
    font-size: 20px;
    line-height: 32px;
  }

  .section.center {
    height: auto;
    padding-top: 12vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero {
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .nav {
    width: 100vw;
    height: 90px;
    background-color: #9e0000;
  }

  .nav-inner {
    width: 100vw;
    height: 100%;
  }

  .paragraph {
    width: auto;
  }

  .wrap {
    width: 85vw;
  }

  .nav-link {
    padding-top: 20px;
  }

  .nav-link:hover {
    box-shadow: none;
  }

  .nav-link.w--current {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
  }

  .hero-image {
    position: static;
    left: 0vw;
    top: 45px;
    right: 0vw;
    bottom: 0px;
    display: block;
    width: 50%;
    height: auto;
    margin: 50px auto 10vw;
  }

  .hero-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    padding-right: 0vw;
    padding-left: 0vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-subhead {
    font-size: 24px;
    line-height: 31px;
    text-align: center;
  }

  .arrow {
    bottom: 19px;
  }

  .menu-icon {
    color: #fff;
    font-size: 40px;
  }

  .nav-logo-wrap {
    height: 85%;
  }

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

  .nav-menu-2 {
    min-width: 240px;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #000;
  }

  .brand {
    padding-left: 18px;
  }

  .brand.w--current {
    height: auto;
  }

  .heading-3 {
    font-size: 8vw;
    text-align: center;
  }

  .stream-download-container {
    margin-top: 0px;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .tripple-effect-logo {
    height: auto;
  }

  .privacy-policy-container {
    margin-top: 50px;
  }

  .home-page-hero-container {
    width: 90vw;
    margin-top: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .tripple-logo-div {
    height: 250px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 28px;
    line-height: 38px;
  }

  .paragraph {
    width: auto;
    text-align: center;
  }

  .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: none;
    padding-right: 15vw;
    padding-left: 15vw;
    -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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-image {
    width: 75%;
    margin-right: auto;
    margin-bottom: 10vw;
  }

  .hero-content {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-link {
    display: inline-block;
    margin-bottom: 10px;
  }

  .arrow {
    position: static;
  }

  .menu-icon {
    font-size: 30px;
  }

  .heading-3 {
    font-size: 55px;
    line-height: 70px;
    text-align: center;
  }

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

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

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

  h3 {
    font-size: 16px;
  }

  .section.center {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section.wide.img {
    padding-top: 0px;
    padding-bottom: 50px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(100%, rgba(0, 0, 0, 0.7)), to(hsla(0, 0%, 100%, 0))), url('../images/australian-desert-3525409_1920.jpg');
    background-image: linear-gradient(180deg, #000, rgba(0, 0, 0, 0.7) 100%, hsla(0, 0%, 100%, 0)), url('../images/australian-desert-3525409_1920.jpg');
    background-position: 0px 0px, 50% 40%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .hero {
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .nav-inner {
    width: 100vw;
  }

  .wrap {
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .hero-image {
    width: 80%;
  }

  .hero-content {
    margin-top: 33px;
    padding-right: 0vw;
    padding-left: 0vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-subhead {
    max-width: 80%;
  }

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

  .heading-3.download-margin.download-page {
    margin-top: 35px;
  }

  .heading-3.download-page {
    font-size: 35px;
  }

  .stream-download-container {
    margin-top: 38px;
  }

  .privacy-policy-container {
    width: 80vw;
  }

  .selection-div {
    margin-bottom: 25px;
  }

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

  .tripple-logo-div {
    max-height: 100%;
    margin-bottom: 0px;
  }
}

