@font-face {
    font-family: 'moon';
    src: url('font/moon2.0-bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: 'moon';
    src: url('font/moon2.0-light-webfont.woff') format('woff');
    font-weight: 200;
    font-style: normal;

}

@font-face {
    font-family: 'moon';
    src: url('font/moon2.0-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
  margin: 0;
  /* width: 100%;
  height: 100vh; */
  color: #fff;
  font-family: 'moon';
  font-size: 30px;
}

a {
  color: #fff;
}

@-webkit-keyframes gradientBG {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes gradientBG {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.bg-colors{
  position: fixed;
  height: 100vh;
  width: 100vw;

  background: linear-gradient(-45deg, #ee9852, #e73c6f, #23a6d5, #1ce4b5 );
  background-size: 400% 400%;
  -webkit-animation: gradientBG 30s ease infinite;
          animation: gradientBG 30s ease infinite;
}

.content {
  width: 100%;
  position: absolute;
  top: 4%;
  text-align: center;
  padding: 1rem;
  box-sizing: border-box;
}

.header{
  text-transform: uppercase;
  font-size: 80px;
  font-weight: 200;
  margin-bottom: 4rem;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.75);
}

.subtitle{
  margin: 2rem auto;
  max-width: 1000px;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.75);
}

@media only screen and (max-width: 700px) {
  body {
    font-size: 20px;
  }
  .header{
    font-size: 60px;
  }
}

@media only screen and (max-width: 500px) {
  .header{
    font-size: 40px;
  }
}

/* form */
.email-form{
  max-width: 600px;
  margin: 0 auto;
  margin-top: 5rem;
}

.form-header{
  margin-bottom: 0.5em;
}

input[type="email"], input[type="text"]
{
  font-size:24px;
  font-family: 'moon';
  margin-top: 8px;
  margin-bottom: 8px;
}

input[type=checkbox] {
  transform: scale(2);
}

.legal-body{
  font-size: 16px;
  display: inline-block;
}

.radio-group{
  display: inline-block;
}

label {
  display: inline-block;
  cursor: pointer;
  line-height: 2.5;
  font-size: 24px;
  margin: 16px;
}

[type="radio"] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px; margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
[type="radio"] + span {
  display: block;
}
[type="radio"] + span:before {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.25em;
  border-radius: 1em;
  border: 0.125em solid rgba(255,255,255, 0.9);
  box-shadow: 0 0 0 2px rgba(0,0,0,0.66);
  margin-right: 0.75em;
}
[type="radio"]:checked + span:before {
  background: rgba(0,0,0,.8);
  box-shadow: 0 0 0 3px rgba(0,0,0,0.66);
}
fieldset {
  font-size: 1em;
  border: 2px solid rgba(0,0,0,0.66);
  padding: 2em;
  border-radius: 0.5em;
}
legend {
  color: rgba(255,255,255, 0.9);
  background: rgba(0,0,0,0.66);
  padding: 0.25em 1em;
  border-radius: 1em;
}

button {
  font-family: 'moon';
  font-size:24px;

  padding: 0.5rem 1rem;
  background-color: Transparent;
  background-repeat:no-repeat;
  color: #fff;
  border: 3px solid #fff;
  border-radius: 2em;
  cursor:pointer;
  overflow: hidden;
  outline:none;
  margin: 10px;
}
button:hover {
  background-color: rgba(255,255,255, 0.4);
  transition: all 0.2s ease-in-out;
}

/* App store stuff */
.app-stores{
  margin: 2em auto;
}

.app-link{
  display: inline-block;
  overflow: hidden;
  height: 83px;
  max-width: 100%;
}

.app-link img{
  height: 100%;
}

@media only screen and (max-width: 330px) {
  .app-link{
    height: auto;
    width: 100%;
  }

  .app-link img{
    height: auto;
    width: 100%;
  }
}

/* Media */

@media only screen and (max-width: 600px) {
  .trailer-container {
      position: relative;
      width: 100%;
      max-width: 560px;
      height: 0;
      padding-bottom: 56.25%;
      margin: 0 auto;
  }
  .trailer-container iframe, .trailer-container object, .trailer-container embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
  }
}

.media{
  margin: 2em auto;

  display: flex;
  justify-content: center;
  align-items: center;
}
.image-row{
  display: flex;
  flex-direction: row;
  padding: 1em 0;
  user-select: none;

  overflow-x: auto;
}

.media img{
  height: 400px;
  width: auto;
  margin: 0 7px;
}

.image-holder{
  position: relative;
}

.image-descrip{
  font-size: 18px;
  max-width: 180px;
  margin: 5px auto;
  text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.65);
}

.coming-soon{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70%;

  transform: translate(-50%, -50%);

  font-size: 26px;
  text-shadow: 2px 2px 2px black;
  text-align: center;
}

.posts-descrip {
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 4em;
  font-size: 24px;
}

.full-descrip {
  font-size: 18px;
  max-width: 800px;
  margin: 0 auto;
  border: 2px dotted white;
  border-radius: 30px;
  padding: 3em;
  text-align: left;
  letter-spacing: 0.5px;
  background-color: rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 700px) {
  .full-descrip {
    padding: 2em;
  }
}

.full-descrip li {
  font-size: 30px;
  line-height: 18px;
  margin-bottom: 14px;
}

.full-descrip li span {
  font-size: 18px;
}

/* Social */

.social{
  margin: 2em auto;
}

.social a{
  width: 1em;
  height: 1em;
  display: inline-block;

  margin: 10px;
}

.social img{
  width: 100%;
  height: 100%;
}

/* loading spinner */
.spinner {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;

  -webkit-animation: sk-rotate 2.0s infinite linear;
  animation: sk-rotate 2.0s infinite linear;
}

.dot1, .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #fff;
  border-radius: 100%;

  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-rotate { 100% { -webkit-transform: rotate(360deg) }}
@keyframes sk-rotate { 100% { transform: rotate(360deg); -webkit-transform: rotate(360deg) }}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

/* basic lightbox */
.basicLightbox{
  position:fixed;
  display:flex;
  justify-content:center;
  align-items:center;
  top:0;
  left:0;
  width:100%;
  height:100vh;
  background:rgba(0,0,0,.8);
  opacity:.01;
  transition:opacity .4s ease;
  z-index:1000;
  will-change:opacity
}
.basicLightbox--visible{opacity:1}
.basicLightbox__placeholder{max-width:100%;transform:scale(.9);transition:transform .4s ease;z-index:1;will-change:transform}
.basicLightbox__placeholder>iframe:first-child:last-child,.basicLightbox__placeholder>img:first-child:last-child,.basicLightbox__placeholder>video:first-child:last-child{display:block;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;max-width:95%;max-height:95%}
.basicLightbox__placeholder>iframe:first-child:last-child,.basicLightbox__placeholder>video:first-child:last-child{pointer-events:auto}
.basicLightbox__placeholder>img:first-child:last-child,.basicLightbox__placeholder>video:first-child:last-child{width:auto;height:auto}
.basicLightbox--iframe .basicLightbox__placeholder,.basicLightbox--img .basicLightbox__placeholder,.basicLightbox--video .basicLightbox__placeholder{width:100%;height:100%;pointer-events:none}
.basicLightbox--visible .basicLightbox__placeholder{transform:scale(1)}


/* Lightbox images */
.basicLightbox img{
  max-height: 90vh;
  max-width: 90vw;
}