:root {
  --secondary-colour: #184848;
  --primary-colour: #f4e07d;
}

body {
  background-color: var(--secondary-colour);
  color: var(--primary-colour);
  text-align: center;
  font-family: neulis-sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

p {
  margin-bottom: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

.hero {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 75px;
  display: flex;
  position: relative;
}

.content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0 75px 75px;
  display: flex;
}

.container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  display: flex;
}

.full__image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.full__image.back-1 {
  z-index: -1;
  object-fit: cover;
  position: absolute;
  inset: 0%;
}

.gradient__svg {
  z-index: 0;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.hero__lockup {
  z-index: 2;
  width: 100%;
  max-width: 1280px;
  position: relative;
}

.footer {
  background-color: var(--primary-colour);
  color: var(--secondary-colour);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 75px;
  display: flex;
  position: relative;
}

.footer__text {
  text-align: left;
  text-transform: uppercase;
  margin-left: auto;
  font-size: 12px;
  line-height: 12px;
}

.footer__text.left {
  margin-left: 0;
  margin-right: auto;
}

.native__link {
  color: #3330;
  background-image: url('../images/Market_Ready-Native-Logo.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
}

.custom__styles {
  display: none;
}

.footer__logo {
  width: 75px;
  height: 75px;
  position: absolute;
}

.container__image {
  flex-flow: column;
  align-items: center;
  width: 100%;
  height: 40vh;
  display: flex;
}

.container__header {
  flex-flow: column;
  align-items: center;
  width: 100%;
  max-width: 700px;
  margin-top: -25px;
  display: flex;
}

.container__footer {
  flex-flow: column;
  align-items: center;
  width: 100%;
  margin-top: 50px;
  display: flex;
}

.body__content {
  width: 100%;
  padding: 50px;
}

.line {
  background-color: var(--primary-colour);
  width: 100%;
  height: 1px;
}

.line.sml {
  width: 50px;
}

.title__bar {
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.line__y {
  background-color: var(--primary-colour);
  width: 1px;
  min-width: 1px;
}

.line__y.fixed {
  height: 225px;
}

.line__y.fixed.overlap {
  margin-top: -50px;
}

.block {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  padding: 50px;
  display: flex;
}

.socials {
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.social__icon {
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

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

.main__heading {
  text-transform: uppercase;
  font-size: 75px;
  line-height: 75px;
}

.sh__1 {
  margin-top: 50px;
  font-size: 25px;
  line-height: 35px;
}

.footer__content {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  display: flex;
  position: relative;
}

.sh__2 {
  letter-spacing: .5px;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 20px;
  font-weight: 500;
  line-height: 35px;
}

.bc__1 {
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
}

.gradient {
  z-index: 0;
  background-image: linear-gradient(#18484800, #18484859);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

@media screen and (max-width: 991px) {
  .hero {
    padding: 50px;
  }

  .section {
    padding-bottom: 50px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .footer {
    padding: 75px 50px;
  }

  .body__content, .block {
    padding: 25px;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
    line-height: 27px;
  }

  .hero {
    padding-bottom: 25vh;
  }

  .footer__text {
    width: 150px;
    margin-left: 0;
  }

  .footer__text.left {
    width: 150px;
    margin-bottom: 5px;
    margin-right: 0;
    line-height: 15px;
  }

  .footer__logo {
    right: 0;
  }

  .container__header, .body__content {
    max-width: 500px;
  }

  .line__y.fixed {
    height: 150px;
  }

  .line__y.fixed.overlap {
    height: 25vh;
    margin-top: -20vh;
  }

  .block.right {
    padding-top: 10px;
  }

  .main__heading {
    font-size: 55px;
    line-height: 65px;
  }

  .sh__1 {
    margin-top: 25px;
    font-size: 20px;
    line-height: 30px;
  }

  .footer__content {
    flex-flow: column;
    align-items: flex-start;
  }

  .sh__2 {
    font-size: 18px;
    line-height: 32px;
  }

  .bc__1 {
    font-size: 17px;
    line-height: 32px;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .section {
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer {
    padding: 30px;
  }

  .footer__logo {
    height: 50px;
  }

  .container__header, .body__content {
    max-width: 375px;
  }

  .block {
    padding: 15px;
  }

  .main__heading {
    font-size: 40px;
    line-height: 50px;
  }

  .sh__1 {
    font-size: 18px;
    line-height: 28px;
  }
}


