
* {
    -webkit-font-smoothing: antialiased;
    outline: none;
    box-sizing: border-box;
}

html, body {
    width:100%;
    height: 100%;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    background: url("../img/bg.jpg") #000;
    background-size: cover;
    background-position: 50% 50%;
    font-family: 'Reddit Mono', sans-serif;
    text-transform: uppercase;
}

#loading {
    background-size: 34px;  
    background: #000 url('../img/loading.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;	
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

img {
      -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}

.open-lightbox {
    display: inline;
    margin-left: -5000px;
}

.elanick,
.nickbuttons a {
  font-family: "Times New Roman", Times, serif;
  font-size: 18px;
  color: #f36e00;
  text-transform: none;
}
.elanick {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  width: 0;
  padding: 5px;
  animation: elanick-type 2s steps(53, end) forwards;
}

.elanick-line,
.elanick-space,
.elanick-desktop-only {
  display: inline;
}

@keyframes elanick-type {
  from {
    width: 0;
  }

  to {
    width: 53ch;
  }
}

.packshot {
  display: block;
  height: 45vh;
width: 76.34vh;
  margin: 30px 0;
}

.nickbuttons {
  display: flex;
  justify-content: center;
  gap: 12px;
}

.nickbuttons a {
  opacity: 0;
    padding: 5px;
  text-decoration: underline;
  animation: button-in 1s forwards;
}

.nickbuttons a:hover {
    color: white;
}

.nickbuttons a:nth-child(1) {
  animation-delay: 2s;
}

.nickbuttons a:nth-child(2) {
  animation-delay: 3s;
}


@keyframes button-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.noise {
    position: fixed;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: url("../img/noise.gif");
    background-repeat: repeat;
    background-size: 150px;
    mix-blend-mode: multiply;
    opacity: 0.5;
}


.mainlinks {
        position: fixed;
    z-index: 11;
    top: calc(50% + 30px);
    left: 50%;
    transform: translate(-50%,-50%);      
}

.mainlinks a.menu {
    background: white;
    color: #cd1719;   
    padding: 3px 10px;
    position: relative;
}

.mainlinks a.menu:hover {
    background: black;
    color: white;
}

#row {
    position: fixed;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.col {
    flex: 1;
    background: transparent;
    color: white;
    font-size: 0.8rem;
    vertical-align: middle;    
    line-height: 10vh;
    cursor: pointer;
}

.col:hover {
    background: transparent;
    cursor: default;
}

.col.active:hover {
    background: #cd1719;
    cursor: pointer;
}

.col span {
    display: inline;
    float: left;
    text-align: center;
    vertical-align: middle;
    width: 50%;
    opacity: 0;
        user-select: none;
        -moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;    
}

.col.active span {
    width: 33.333%;
}

.col.active span {
    opacity: 1;
}

.col:hover span {
    opacity: 1;
}

.col span.first, .col span.fifth {
    width: 27.5%;
}

.col span.second, .col span.third, .col span.fourth {
    width: 15%;
}

.col.active span.third {
    opacity: 0;
}

.col.active:hover span.third {
    opacity: 1;
}

@media (min-width: 800px) and (max-width: 1400px) {

}

.gif {
    display: none;
}


h5 {
   font-size: 13px;
    text-align: center;
    color: white;
    position: fixed;
    top: 50%;
    left: 60%;
    transform: translate(-50%,-50%);
    z-index: 11;
    font-weight: 700;
    margin: 0px;
    margin-block-start: 0px;
    margin-block-end: 0px;    
}

h5.right {
    text-align: right;
    left: 70%;
}

h5.left {
    text-align: left;
    left: 30%;
}

h5.center {
    text-align: center;
    left: 50%;
}

.menu {
    font-size: 13px;
    font-weight: 700;
    color: #cd1719;
    background: white;
    position: fixed;
    padding: 5px 10px;
    line-height: 13px;
    vertical-align: middle;
    z-index: 11;
}

.menu:hover {
    color: black;
}

.menu.centercenter {
    top: calc(50% + 30px);
    left: 50%;
    background: white;
    color: cd1719;
    transform: translate(-50%,-50%);    
}

.menu.centercenter:hover {
    background: white;
    color: black;
}

.menu.topright {
    top: 0px;
    right: 0px;
}

.menu.topcenter {
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
}

.menu.topleft {
    top: 0px;
    left: 0px;
}

.menu.bottomright {
    bottom: 0px;
    right: 0px;
}

.menu.bottomcenter {
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
}

.menu.centerright {
    right: 0px;
    transform: translateY(-50%);
    top: 50%;
}

.menu.centerleft {
    left: 00px;
    transform: translateY(-50%);
    top: 50%;
}

.center {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 10;
    width: 100%;
}

h1 {
    font-weight: normal;
    font-size: 13vw;
    line-height: 13vw;
    display: block;
    margin: -10px auto 0px auto;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

h2 {
    font-weight: normal;
    font-size: 4vw;
    line-height: 4vw;
    display: block;
    margin: 0px auto;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

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

#mobile {
    display: none;
}

#lightbox {
  z-index: 50;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-size: 34px;  
    background: #000;
  display: none;
}

.close {
    position: fixed;
    top: 0px;
    right: 0px;
    padding: 13px 20px 13px 20px;
    color: #000;
    background: #fff;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    z-index: 10003;
    display: block;
    font-size: 28px;
    line-height: 28px;
    cursor: pointer;
}

#lightbox.privacy, #lightbox.signup, #lightbox.tour {
    overflow-y: scroll;
    position: fixed;
    top: 0;
    z-index: 1000;
    display: none;
    left: 0;
    text-transform: none;
    letter-spacing: 0px;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    height: 100%;
}

#lightbox.signup {
    overflow-y: auto;
}

.contact p a {
    color: #cd1719;
}

.contact p a:hover {
    text-decoration: underline;
}

#signupwrap {
  z-index: 1000;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #000;  
}

#signupform, #mobilenotice {
	color: #fff;
	margin: 0px auto;
	font-weight: normal;
	font-size: 13px;
	line-height: 13px;
	text-align: center;
	z-index: 4;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

#signupform input {
	display: inline-block;
	outline: none;
    -webkit-appearance: none;
}

#signupform .email {
	background: transparent;
    border: none;
    border-bottom: 2px solid #fff;
	width: 370px;
	padding: 0px 10px 5px 10px;
	font-size: 13px;
	color: #fff;
	line-height: 17px;
    text-align: center;
	vertical-align: bottom;
	margin: 0px;
    font-weight: normal;
    font-family: "Reddit Mono", sans-serif !important;
    text-transform: uppercase;
    -webkit-appearance: none;
    border-radius: 0px;
}

#signupform .signupbutton {
    color: #fff;
    border: 0px;
    font-size: 15px;
    line-height: 15px;
    vertical-align: bottom;
    transition: 0.3s;
    text-transform: uppercase;
    padding: 7px;
    display: table;
    text-align: center;
    font-weight: bold;
    margin: 10px auto 0px auto;
    cursor: pointer;
    background: transparent;
    font-family: "Reddit Mono", sans-serif !important;
}

#signupform .signupbutton:hover {
    color: #cd1719;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: grey;
  text-transform: uppercase;
  font-family: "Reddit Mono", sans-serif, sans-serif;
}
::-moz-placeholder { /* Firefox 19+ */
  color: grey;
  text-transform: uppercase;
  font-family: "Reddit Mono", sans-serif, sans-serif;
}
:-ms-input-placeholder { /* IE 10+ */
  color: grey;
  text-transform: uppercase;
  font-family: "Reddit Mono", sans-serif, sans-serif;
}
:-moz-placeholder { /* Firefox 18- */
  color: grey;
  text-transform: uppercase;
  font-family: "Reddit Mono", sans-serif, sans-serif;
}

.privacy-wrap, .tourcontainer {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: block;
    overflow-y: scroll;
    background: transparent;
}

.tourwrapper {
    max-width: 800px;
    display: block;
    margin: 0 auto;
}

h3 {
    font-size: 16px;
    text-align: center;
    margin: 50px auto;
    color: #fff;
    text-transform: uppercase;
    max-width: 450px;
    font-weight: normal;
}

.tour h3 {
    color: #fff;
}

.privacy-wrap {
    background: transparent;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: block;
    overflow-y: scroll;
}

.privacy-container {
    background: transparent;
    position: relative;
    top: 0px;
    width: 700px;
    display: block;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    box-sizing: border-box;
    word-wrap: break-word;
    padding: 0px 40px;
}

.privacy-container p {
    font-family: 'Reddit Mono', sans-serif;
    color: #fff;
    font-size: 14px;
    line-height: 25px;
    text-align: left;    
}

.privacy-container ul li {
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    text-align: left;   
    margin: 10px 0px;
}

.privacy-container h1 {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 2px;
    margin: 40px auto;
    max-width: 500px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

.play {
    position: fixed;
    bottom: 0px;
    left: 0px;
    color: black;
    opacity: 1;
    z-index: 4;
    transition: 0.3s;
    padding: 15px;
    font-size: 13px;
}

.play span {
    position: relative;
    top: -3px;
    left: 20px;
    font-size: 13px;
    color: black;
    font-weight: 700;
    transition: 0.3s;
    opacity: 0;
}

.play:hover {
    opacity: 1;  
}

.play:hover span {
    opacity: 1;
}

.privacy-link {
    position: fixed;
    padding: 15px;
    bottom: 30px;
    right: 30px;
    color: #fff;
    opacity: 0.5;
    font-size: 12px;
    font-family: ;

    z-index: 4;
    transition: 0.3s;
}

.privacy-link:hover {
    opacity: 1;   
}

#socials {
    position: fixed;
    display: table;
    bottom: 10px;
    right: 10px;
    z-index: 12;   
}

#socials a {
    color: black;
    font-size: 15px;  
    padding: 10px;
    opacity: 1;
}

#socials a:hover {
    color: black;
}

h4 {
    font-size: 17px;
    letter-spacing: 3px;
    line-height: 35px;
    display: block;
    margin: 0px auto 50px auto;
    text-align: center;
    font-weight: normal;
    width: auto;
    text-transform: uppercase;
    font-family: 'Reddit Mono', sans-serif;
}


.movedown {
    -webkit-animation: movedown 2s ease forwards;
    animation: movedown 2s ease forwards;
}

@-webkit-keyframes movedown {
    0% {
        -webkit-transform: translateY(-100px);
    }
    100% {
        -webkit-transform: translateY(0);
    }    
}

@keyframes moveup {
    0% {
        transform: translateY(-100px);
    }
    100% {
        transform: translateY(0);
    }    
}

.moveup {
    -webkit-animation: moveup 2s ease forwards;
    animation: moveup 2s ease forwards;
}

@-webkit-keyframes moveup {
    0% {
        -webkit-transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-100px);
    }    
}

@keyframes moveup {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-100px);
    }    
}




/****  MEDIA QUERIES ****/ 


@media (max-width: 800px) {
    
    html, body {
        overscroll-behavior-y: none;
    background: url(../img/bg-mobile.jpg);
    background-size: cover;
    background-position: 50% 50%;
    }
    
#lightbox {
    background: url("../img/bg2-mobile.jpg") #000;
    background-size: cover;
    background-position: 50% 50%;
}    
    
    .packshot {
        width: 100vw;
        height: 58.95vw;
    }    
   .elanick {
    width: auto;
    max-width: 300px;
    white-space: normal;
    animation: none;
  }

  .elanick-space,
  .elanick-desktop-only {
    display: none;
  }

  .elanick-line {
    display: block;
      line-height: 1.3rem;
    overflow: hidden;
    white-space: nowrap;
    width: 0;
      margin: 0px auto;
  }

  .elanick-line-1 {
    animation: elanick-line-1 0.85s steps(21, end) forwards;
  }

  .elanick-line-2 {
    animation: elanick-line-2 1.15s steps(25, end) forwards;
    animation-delay: 0.85s;
  }

  @keyframes elanick-line-1 {
    from {
      width: 0;
    }

    to {
      width: 21ch;
    }
  }

  @keyframes elanick-line-2 {
    from {
      width: 0;
    }

    to {
      width: 25ch;
    }
  }

#row {    
  height: 100vh; /* Use vh as a fallback for browsers that do not support Custom Properties */
  height: calc(var(--vh, 1vh) * 100);    
}      
    
    .col {
        height: 10%;
    }  
    
    .col:hover span {
        opacity: 1;
    }    
    
    .col:active span {
        opacity: 1;
    }
    
.col span.first, .col span.fifth {
    width: 20%;
}

.col span.second, .col span.third, .col span.fourth {
    width: 20%;
}   
    
    .col.five:hover span {
        
    }    
    
	
	#desktop {
		display: none;
	}	
    
    #mobile {
        display: block;
    }
    
    h1 {
        font-size: 30vw;
        line-height: 30vw;
        margin-top: -1vh;
    }
    
    h2 {
        font-size: 10vw;
        line-height: 10vw;
    }
    
    .privacy-container {
        width: 100%;
    }
    
.menu.centerleft {
    left: -15px;
    transform: translateY(-50%) rotate(90deg);
    top: 80%;
}
    
.menu.centerright {
    right: -25px;
    transform: translateY(-50%) rotate(-90deg);
    top: 20%;
}    
  .play {
        color: white;
        opacity 1;
        font-size: 10px;    
        padding: 5px;
        bottom: 5px;
        left: 5px;
    }   
    
    .play span {
        display: none !important;
    }
    
    .noise {
            -webkit-filter: brightness(1.2);
        filter: brightness(1.2);
        opacity: 0.7;
    }    

    
    h5.left {
        left: 20%;
    }
    
.menu.bottomcenter {
    left: auto;
    transform: none;
    bottom: 0px;
    right: 0px;
}
    
.menu.topcenter {
    top: 0px;
    left: 0px;
    transform: none;
}    
    
 #socials {
    bottom: auto;
     top: 3px;
    right: 5px;
    }

    #socials a {
        font-size: 15px;
        opacity: 1;
        padding: 7px;
        color: white;
    }


    .privacy-link {
        right: auto;
        bottom: -10px;
        left: 50%;
    -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        font-size: 10px;
        font-family: 'Reddit Mono', sans-serif;
        font-weight: normal;
        text-transform: uppercase;
    }

    #signupform .email {
        width: 70vw;
    }
    
    #signupform {
        width: 100%;
    }

}


@media (max-width: 360px) {
    .menu a {
        font-size: 14px;
            padding-left: 5px;
        padding-right: 5px;
    }
}


@media (max-width: 340px) {
    .menu a {
        font-size: 13px;
            padding-left: 3px;
        padding-right: 3px;
    }
}