:root {
  --secondary: #021736;
  --primary: #f2fcfd;
  --teritary: #facf56;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

.container {
  max-width: 90%;
  flex: 1;
  display: block;
}

.container.main {
  height: 100%;
  max-width: 90%;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.column-layout {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.style-column {
  mix-blend-mode: normal;
  background-color: #f9f9f9;
  border: 2px solid #dfdfdf;
  border-radius: 8px;
  flex: 1;
  padding: 32px;
  box-shadow: 0 4px 9px rgba(0, 0, 0, .05);
}

.h1 {
  max-width: 90%;
  opacity: 1;
  color: var(--secondary);
  text-align: center;
  text-transform: none;
  font-family: owners, sans-serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: 100%;
  display: block;
  position: static;
  top: 60px;
}

.body {
  max-width: none;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  padding: 48px;
  display: flex;
}

.heading-style {
  padding-bottom: 8px;
}

.h2 {
  text-transform: none;
  font-family: owners, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 100%;
}

.h3 {
  color: var(--primary);
  text-transform: uppercase;
  font-family: Rodger, sans-serif;
  font-size: 56px;
  font-weight: 900;
  line-height: 100%;
}

.h4 {
  text-transform: uppercase;
  font-family: Rodger, sans-serif;
  font-size: 40px;
  font-weight: 900;
  line-height: 100%;
}

.h5 {
  color: #333;
  text-align: left;
  text-transform: uppercase;
  align-self: center;
  font-family: Rodger, sans-serif;
  font-size: 28px;
  font-weight: 900;
  line-height: 100%;
}

.large-body-text {
  text-transform: none;
  font-family: Nnnouvellegroteskstd, sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 100%;
}

.large-body-text-copy {
  text-transform: none;
  font-family: Nnnouvellegroteskstd, sans-serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 100%;
}

.colour-block {
  padding-bottom: 8px;
}

.colour-style {
  width: 72px;
  height: 72px;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-clip: border-box;
  border: 2px solid #dfdfdf;
  border-radius: 100px;
  margin-bottom: 10px;
  padding-bottom: 0;
  overflow: hidden;
}

.colour-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.primary {
  background-color: var(--primary);
  text-align: left;
  border-radius: 0;
  overflow: visible;
}

.secondary {
  background-color: var(--secondary);
}

.teritary {
  background-color: var(--teritary);
}

.logo {
  flex: 1;
  align-self: auto;
  align-items: center;
  display: flex;
}

.slogan {
  text-align: left;
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.body-2 {
  background-color: var(--primary);
  background-image: url('../images/background_lines.png');
  background-position: 50% 60px;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
}

.image {
  height: 37px;
}

.navigation {
  padding: 32px 5%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.h6 {
  color: var(--secondary);
  text-align: center;
  text-transform: none;
  align-self: center;
  font-family: owners, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.hero-area {
  z-index: 2;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  position: relative;
}

.header {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.text-span {
  color: var(--secondary);
}

.button {
  border: 2px solid var(--secondary);
  background-color: var(--teritary);
  color: var(--secondary);
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  border-radius: 100px;
  padding: 12px 20px;
  font-family: owners, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  transition: all .2s;
}

.button:hover {
  border-color: var(--secondary);
  background-color: var(--teritary);
  color: var(--secondary);
  -webkit-text-stroke-color: var(--secondary);
}

.outer-container {
  z-index: 1;
  width: 100%;
  height: 20%;
  background-color: var(--secondary);
  align-items: center;
  padding: 18px 18px 12px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.track-horizontal {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: center;
  display: flex;
}

.jumbo-text-outline {
  opacity: 1;
  color: var(--teritary);
  text-align: left;
  text-transform: uppercase;
  white-space: nowrap;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  object-fit: fill;
  background-color: rgba(0, 0, 0, 0);
  background-clip: border-box;
  border: 0 #000;
  flex: 0 auto;
  order: 0;
  align-self: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: owners, sans-serif;
  font-size: 6vw;
  font-style: italic;
  font-weight: 900;
  text-decoration: none;
  display: block;
}

.social-feed {
  height: 60%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: stretch;
  display: none;
  position: fixed;
  top: 16%;
  bottom: 0%;
  left: auto;
  right: 0%;
  transform: rotate(0);
}

.social-item {
  text-align: center;
  flex: 0 auto;
  align-self: center;
  transform: rotate(-90deg);
}

.social-link {
  color: var(--teritary);
  letter-spacing: 3px;
  text-transform: uppercase;
  cursor: pointer;
  font-family: Formulacondensed, sans-serif;
  font-size: 16px;
  text-decoration: none;
  transition: all .2s;
  transform: rotate(0);
}

.social-link:hover {
  color: var(--teritary);
  letter-spacing: 5px;
  text-decoration: underline;
}

.social-feed-mobile {
  height: 60%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: stretch;
  display: none;
  position: fixed;
  top: 16%;
  bottom: 0%;
  left: auto;
  right: 0%;
  transform: rotate(0);
}

.wrapper {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.social-media {
  width: 100px;
  height: 100vh;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  perspective-origin: 50%;
  transform-origin: 100%;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 40px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.social-media-item {
  width: 40vh;
  text-align: center;
  flex: 0 auto;
  justify-content: space-around;
  align-self: center;
  padding-top: 0;
  display: flex;
  transform: rotate(-90deg);
}

.media-wrapper {
  width: 50%;
}

.button-main {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 2px solid var(--secondary);
  background-color: var(--teritary);
  border-radius: 100px;
  flex-direction: row-reverse;
  flex: 0 auto;
  order: 0;
  padding: 16px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.button-main:hover {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.button-main.button-arrow {
  display: flex;
}

.button-main.button-arrow:hover {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.text-block {
  font-family: owners, sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
}

.button-arrow {
  display: block;
}

.link-block {
  color: var(--secondary);
  text-decoration: none;
}

.coming-soon-text {
  color: var(--teritary);
  text-transform: uppercase;
  font-family: owners, sans-serif;
  font-size: 5rem;
  font-style: italic;
  font-weight: 900;
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 90%;
  }

  .outer-container {
    height: 17%;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 18px;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .jumbo-text-outline {
    background-color: rgba(0, 0, 0, 0);
  }

  .social-feed {
    height: 40%;
    display: none;
    top: 15%;
  }

  .social-feed-mobile {
    height: 40%;
    top: 15%;
  }

  .social-media {
    width: 100px;
    height: 100vh;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .coming-soon-text {
    font-size: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .h1 {
    max-width: 70%;
    margin-top: 0;
    font-size: 5vw;
  }

  .body-2 {
    background-size: 200%;
  }

  .navigation {
    padding-top: 10px;
  }

  .header {
    grid-row-gap: 10px;
    margin-top: -50px;
    margin-bottom: 0;
  }

  .outer-container {
    height: 20%;
    display: flex;
  }

  .social-link {
    font-size: 12px;
  }

  .social-media-item {
    width: 60vh;
  }
}

@media screen and (max-width: 479px) {
  .container.main {
    height: 100vh;
  }

  .h1 {
    max-width: 90%;
    margin-top: 0;
    font-size: 11vw;
  }

  .slogan {
    display: none;
  }

  .body-2 {
    -webkit-text-fill-color: inherit;
    background-image: url('../images/background_lines.png');
    background-repeat: no-repeat;
    background-size: 200%;
    background-attachment: fixed;
    background-clip: border-box;
    overflow: hidden;
  }

  .image {
    height: 31px;
  }

  .navigation {
    padding-top: 32px;
  }

  .h6 {
    font-size: 12px;
  }

  .hero-area {
    margin-bottom: 40px;
  }

  .header {
    grid-row-gap: 20px;
    margin-top: -20px;
  }

  .outer-container {
    height: 15%;
    display: flex;
  }

  .track-horizontal {
    height: auto;
  }

  .jumbo-text-outline {
    background-color: rgba(0, 0, 0, 0);
    font-size: 35vw;
  }

  .social-feed {
    display: none;
    position: static;
    overflow: visible;
  }

  .social-item {
    justify-content: flex-end;
    display: flex;
    transform: none;
  }

  .social-link {
    font-size: 14px;
  }

  .social-feed-mobile {
    display: block;
    position: static;
    overflow: visible;
  }

  .astrix {
    width: 32px;
    height: 100%;
    max-width: 100%;
  }

  .social-media {
    display: none;
    position: static;
    overflow: visible;
  }

  .social-media-item {
    justify-content: flex-end;
    display: flex;
    transform: none;
  }

  .coming-soon-text {
    font-size: 3rem;
  }
}


@font-face {
  font-family: 'Formulacondensed';
  src: url('../fonts/FormulaCondensed-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rodger';
  src: url('../fonts/Rodger-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rodger';
  src: url('../fonts/Rodger-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rodger';
  src: url('../fonts/Rodger-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nnnouvellegroteskstd';
  src: url('../fonts/NNNouvelleGroteskSTD-Normal.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}