@font-face {
  font-family: 'VT323-Regular';
  src: url('../fonts/VT323-Regular.eot');
  src: url('../fonts/VT323-Regular.woff2') format('woff2'),
       url('../fonts/VT323-Regular.woff') format('woff'),
       url('../fonts/VT323-Regular.ttf') format('truetype'),
       url('../fonts/VT323-Regular.svg#customFont') format('svg'),
       url('../fonts/VT323-Regular.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}


/* -------------------------------- 

Primary style

-------------------------------- */
*, *::after, *::before {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-family: "Open Sans", sans-serif;
  color: #ffffff;
  background-color: #09121c;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body::before {
  /* never visible - this is used in jQuery to check the current MQ */
  content: 'mobile';
  display: none;
}
@media only screen and (min-width: 1050px) {
  body::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'desktop';
  }
}

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

/* -------------------------------- 

Main Components 

-------------------------------- */
@media only screen and (min-width: 1050px) {
  body[data-hijacking="on"] {
    overflow: hidden;
  }
}

.cd-section {
  height: 100vh;
}
.cd-section h2 {
  line-height: 100vh;
  text-align: center;
  font-size: 2.4rem;
}
.cd-section:first-of-type > div {
  /*background-color: #2b334f;*/
}
.cd-section:first-of-type > div::before {
  /* alert -> all scrolling effects are not visible on small devices */
  content: 'Effects not visible on mobile!';
  position: absolute;
  width: 100%;
  text-align: center;
  top: 20px;
  z-index: 2;
  font-weight: bold;
  font-size: 1.3rem;
  text-transform: uppercase;
  color: #6a7083;
}
.cd-section:nth-of-type(2) > div {
  /*background-color: #2e5367;*/
}
.cd-section:nth-of-type(3) > div {
  /*background-color: #267481;*/
  background-color:rgb(0 0 0 / 10%);
}
.cd-section:nth-of-type(4) > div {
  /*background-color: #fcb052;*/
  background-color:rgb(0 0 0 / 20%);
}
.cd-section:nth-of-type(5) > div {
  /*background-color: #f06a59;*/
  background-color:rgb(0 0 0 / 40%);
}
.cd-section:nth-of-type(6) > div {
  /*background-color: #f06a59;*/
  background-color:rgb(0 0 0 / 60%);
}
.cd-section:nth-of-type(7) > div {
  /*background-color: #f06a59;*/
  background-color:rgb(0 0 0 / 80%);
}

[data-animation="parallax"] .cd-section > div, [data-animation="fixed"] .cd-section > div, [data-animation="opacity"] .cd-section > div {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
[data-animation="parallax"] .cd-section:first-of-type > div, [data-animation="fixed"] .cd-section:first-of-type > div, [data-animation="opacity"] .cd-section:first-of-type > div {
  /*background-image: url("../img/img-1.jpg");*/
}
[data-animation="parallax"] .cd-section:nth-of-type(2) > div, [data-animation="fixed"] .cd-section:nth-of-type(2) > div, [data-animation="opacity"] .cd-section:nth-of-type(2) > div {
  /*background-image: url("../img/img-2.jpg");*/
  background-color:#09121c;
}
[data-animation="parallax"] .cd-section:nth-of-type(3) > div, [data-animation="fixed"] .cd-section:nth-of-type(3) > div, [data-animation="opacity"] .cd-section:nth-of-type(3) > div {
 /* background-image: url("../img/img-3.jpg"); */
}
[data-animation="parallax"] .cd-section:nth-of-type(4) > div, [data-animation="fixed"] .cd-section:nth-of-type(4) > div, [data-animation="opacity"] .cd-section:nth-of-type(4) > div {
  /*background-image: url("../img/img-4.jpg");*/
}
[data-animation="parallax"] .cd-section:nth-of-type(5) > div, [data-animation="fixed"] .cd-section:nth-of-type(5) > div, [data-animation="opacity"] .cd-section:nth-of-type(5) > div {
  /*background-image: url("../img/img-5.jpg");*/
}
@media only screen and (min-width: 1050px) {
  .cd-section h2 {
    font-size: 4rem;
    font-weight: 300;
  }
  [data-hijacking="on"] .cd-section {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  [data-hijacking="on"] .cd-section > div {
    visibility: visible;
  }
  [data-hijacking="off"] .cd-section > div {
    opacity: 0;
  }
  [data-animation="rotate"] .cd-section {
    /* enable a 3D-space for children elements */
    -webkit-perspective: 1800px;
    -moz-perspective: 1800px;
    perspective: 1800px;
  }
  [data-hijacking="on"][data-animation="rotate"] .cd-section:not(:first-of-type) {
    -webkit-perspective-origin: center 0;
    -moz-perspective-origin: center 0;
    perspective-origin: center 0;
  }
  [data-animation="scaleDown"] .cd-section > div, [data-animation="gallery"] .cd-section > div, [data-animation="catch"] .cd-section > div {
    box-shadow: 0 0 0 rgba(25, 30, 46, 0.4);
  }
  [data-animation="opacity"] .cd-section.visible > div {
    z-index: 1;
  }
}

@media only screen and (min-width: 1050px) {
  .cd-section:first-of-type > div::before {
    display: none;
  }
}
@media only screen and (min-width: 1050px) {
  .cd-section > div {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    /* Force Hardware Acceleration */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  [data-hijacking="on"] .cd-section > div {
    position: absolute;
  }
  [data-animation="rotate"] .cd-section > div {
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}

.cd-vertical-nav {
  /* lateral navigation */
  position: fixed;
  z-index: 1;
  right: 3%;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
}
.cd-vertical-nav a {
  display: block;
  height: 40px;
  width: 40px;
  /* image replace */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url(../img/cd-icon-arrow.svg) no-repeat center center;
}
.cd-vertical-nav a.cd-prev {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-bottom: 10px;
}
.cd-vertical-nav a.inactive, .cd-vertical-nav.inactive {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s 0s, visibility 0s 0.2s;
  -moz-transition: opacity 0.2s 0s, visibility 0s 0.2s;
  transition: opacity 0.2s 0s, visibility 0s 0.2s;
}
@media only screen and (min-width: 1050px) {
  .cd-vertical-nav {
    display: block;
  }
}


.container {
  position: relative;
  height:100vh;
}

.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left:0;
  max-height:100%;
}

.video{
  left: 0;
  position: absolute;
  top: 0;
  width:100vw; 
  height:100vh;
  object-fit: fill;
}


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

.container2 img {
  max-width: 100%
}

.container2 .image {
  /*flex-basis: 40%*/
}

.container2 .image {
  font-size: 20px;
}


a:hover{
  text-decoration: underline;
}



.chevron-wrapper{
  width:3rem;
  height: 7rem;
  background:red;
}

.chevron {
  position: absolute;
  width: 28px;
  height: 8px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}

.chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #fff;
  cursor:pointer;
}

.chevron:first-child::before, .chevron:first-child::after{
  background: #3786fd;
}

.chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

@keyframes move {
  25% {
    opacity: 1;

  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}


.chevron-text {
  display: block;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: .25;
  animation: pulse 2s linear alternate infinite;
  position:absolute;
  margin-left:-28px;
  margin-top:-1rem;
  cursor:pointer;
}

.scrolldown.cd-prev .chevron-text{
  margin-left: -18px;
  margin-top: 6rem;
}
.scrolldown:hover .chevron-text{
  color:#3786fd;
}

@keyframes pulse {
  to {
    opacity: 1;
  }
}

.scrolldown{
  left:50vw;
  margin-left:-14px;
  right:auto !important;
}

.scrolldown.cd-prev{
  top:0px !important;
  bottom:auto;
  margin-top: -2rem;
}
.vflip{
  transform: scaleY(-1);
}
.scrolldown.cd-next{
  bottom:7rem !important;
  top:auto;
}









.audio-controls{
  font-size:3rem;
  padding:2rem;
  color:white;
}

.audio-controls i{
  cursor:pointer;
}

/* Start  styling the page */
.container-audio {
    position:absolute;
    right:0;
    bottom:0;
}
audio {
  width: 100%;
  filter: invert(1);
  opacity: 0.75;
  background: #f1f3f4;
  outline: 0 !important;
  display:none;
}
audio:nth-child(2), audio:nth-child(4), audio:nth-child(6) {
    margin: 0;
}

.video-loader{
  width:150px;
  display: block;
  margin: 0 auto;
}

.overlay{
  background-color: #09121c;
  width:100%;
  height:100vh;
  position:absolute;
}

.richie-progress{
  text-align: center;
  margin: 0 auto;
  display: block;
  font-size:6em;
  font-family: VT323-Regular !important;
}

.richie-progress .hide{
  display: none;
}


.mobile{
  display:none;
  visibility: hidden;
}
@media only screen and (max-width: 1050px){
  .mobile{
    display:block;
    visibility: visible;
  }

}

@media only screen and (max-width: 1050px) {
  .hide-mobile{
    display:none;
    visibility: hidden;
  }
}


#feed{
  height:50vh !important;
}
.gha-footer{
  display:none;
}

.btn-link{
  color: cyan;
  text-decoration: none;
  background: hsl(216deg 48% 8% / 78%);
  text-shadow: none;
  padding: 5px 20px;
  border: 2px solid #3786fdad;
  display: inline-block;
  border-radius: 2px;
  cursor: pointer;
}
.btn-link:hover{
  text-decoration: underline;
}

.gha-header{
  height:75px !important;
}

.flash1 {
  animation-name: flash;
  animation-duration: 0.5s;
  animation-timing-function: cubic-bezier(0.63, -1.4, 0.58, 1);
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-play-state: running;
}

.flash2 {
  animation-name: flash;
  animation-duration: 0.4s;
  animation-timing-function: cubic-bezier(0.63, -1.4, 0.58, 1);
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-play-state: running;
}

.flash3 {
  animation-name: flash;
  animation-duration: 0.3s;
  animation-timing-function: cubic-bezier(0.63, -1.4, 0.58, 1);
  animation-iteration-count: infinite;
  animation-direction: reverse;
  animation-play-state: running;
}

@keyframes flash {
   from {color: white;}
   to {color: #3786fd;}
}

.upper{
  text-transform: uppercase;
}

.list-items div{
	line-height:2em;
  font-size:1.5em;
  white-space:nowrap;
}

body{
  background-color:#09121c !important;
}


.shoutout{
  font-size:2vw;
   margin:0 auto;
   line-height:3vw;
   padding:0 1rem;
}

.shoutout div{
  text-indent:7vw;
}

@media only screen and (max-width: 768px) {

  .vertical-center{
    position:relative !important;
  }
  .image.pickgradient, .list-items div{
    text-align:center !important;
  }
}

html, body{
  width: 100% !important;
}

.iconDetails{
  margin-right:30px;
}

.link{
  font-size:1.5em;
}

.gif.mobile{
  position:absolute;
  width:100%;
  height:100vh;
  top:0;
  left:0;
  background: url("/img/giphy.gif");
  background-size: 100% 100%;
}


.section-content{
  position:absolute; 
  width:100%; 
  min-height:100vh;
}

.section-content-strict{
  contain:strict;
}


.loading-text{
  font-size: 30px;
  position: absolute;
  margin-top: 32px;
}
.loading-text::after {
  display: inline-block;
  animation: dotty steps(1,end) 1s infinite;
  content: '';
}

@keyframes dotty {
    0%   { content: ''; }
    25%  { content: '.'; }
    50%  { content: '..'; }
    75%  { content: '...'; }
    100% { content: ''; }
}

.shoutout > p > a{
  display: inline-block;
  pointer-events: none;
}


.boom {
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  pointer-events: none;
}

.boom canvas{
  position:absolute;
  pointer-events: none;
}


.shape {
	position: absolute;
	width: 50px;
	height: 50px;
	transform: scale(0.8);
  pointer-events: none;
}
.cir {
	position: absolute;
	border-radius: 50%;
	z-index: 5;
  pointer-events: none;
}

.btn-particles {
	width: 100px;
	height: 100px;
	position: absolute;
	border-radius: 50%;
	color: #eee;
	font-family: monospace;
	z-index: 5;
  opacity: 0.1;
  pointer-events: none;
}
