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

@font-face {
    font-family: 'Cougher';
    src: url('fonts/Cougher-Black.woff2') format('woff2'),
        url('fonts/Cougher-Black.woff') format('woff'),
        url('fonts/Cougher-Black.svg#Cougher-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}


html, body {
    width:100%;
    height: 100%;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    background: #000;
    text-transform: uppercase;
    font-family: 'Cougher', sans-serif;
  background-size: 34px;  
    background: #000 url('../img/loading.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;	    
}

#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;
}

#loading img {
    max-width: 1000px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

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

.nowow {
    position: fixed;
    top: 50%;
    left: -30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 11;
}

.nowow img {
    display: block;
    margin: 0px;
    max-width: 500px; 
}

.nowow img.button {
    width: 400px;
    margin-left: -10px;
    transition: 0.7s;
}

.nowow .buttons {
    display: block;
}

.nowow .buttons a {
    font-size: 1.5rem;
    padding: 15px 30px;
    border: 2px solid #fff;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #fff;
    display: block;
}


/************ MENU ************/

#menu {
position: fixed;
width: 100%;
top: 0px;
left: 0px;
z-index: 10;
background: transparent;
background-size: auto;
}

#menu a {
    transition: 0.5s;
}

#menu a:hover, .nowow img.button:hover {
    -webkit-filter: brightness(150%);
    filter: brightness(150%);
}

#menu.main {
    top: 0px;
    right: 20px;
}

#menu.socials {
    left: auto;
    right: 20px;
    top: auto;
    bottom: 0px;
    max-width: 300px;
}

.menu-container {
display: block;
margin: 0 auto;
width: auto;
float: right;
}

.menu-container.undergun{
width: 306px !important;
}
.postlaunch {
    width: auto;
}

.menu-splash-container{
display: block;
width: 70%;
height: 64px;
float: right;
}

.menu-container a, .menu-splash-container a {
display: inline-block;
float: left;
text-align: right;
padding-left: 20px;
padding-right: 20px;
}

.postlaunch a {
    padding-left: 15px;
    padding-right: 15px;    
}

@media (max-width: 1080px) {
.postlaunch a {
    padding-left: 12px;
    padding-right: 12px;    
}    
.postlaunch {
    width: 520px;
}    
.postlaunch img {
    height: 13px !important;
}
}

@media (max-width: 1000px) {
.postlaunch a {
    padding-left: 10px;
    padding-right: 10px;    
}    
.postlaunch {
    width: 480px;
}    
.postlaunch img {
    height: 16px !important;
}
.social-container {
    width: 300px !important;
}
.social-container a {
    padding-left: 0px !important;
}
.social-container img {
    height: 20px !important;
}    
.killslogo img {
    margin-left: 10px !important;
    height: 15px !important;
    margin-bottom: -2px !important
}

}


@media (max-width: 920px) {
.postlaunch a {
    padding-left: 10px;
    padding-right: 10px;    
}    
.postlaunch {
    width: auto;
}    
.postlaunch img {
    height: 12px !important;
}
.social-container {
    width: 300px;
}
.social-container a {
    padding-left: 0px;
}
}

.menu-splash-container a {
float: right;
}

.social-container {
display: block;
margin: 0;
width: auto;
float: right;
}

.social-splash-container {
display: block;
width: 30%;
height: 54px;
float: left;
}

.social-container a {
display: inline-block;
text-align: left;
padding-left: 5px;
padding-right: 5px;
}
.social-splash-container a {
display: inline-block;
text-align: left;
padding-left: 20px;
}

.social-container img {
height: 25px;
width: auto;
margin: 0 auto;
float: left;
}

.menu-container img {
height: 20px;
width: auto;
margin: 0 auto;
padding: 0px;
}

.menu-splash-container img, .social-splash-container img {
height: 11px;
width: auto;
margin: 0 auto;
padding: 0px;
}

.menu-container a, .social-container a {
padding-top: 18px;
padding-bottom: 10px;
}

.menu-splash-container a, .social-splash-container a{
padding-top: 20px;
padding-bottom: 20px;
}

.menu-container a {
padding-top: 20px;
}

.social-container a.icon {
padding-top: 15px !important;
}

.killslogo {
padding-top: 0px !important;
margin-bottom: 4px;
}

.killslogo img {
height: 15px;
margin-left: 20px !important;
}


#lightbox.privacy a {
    color: #fff;
}

.logo {
    width: 80%;
    height: auto;
    position: fixed;
    z-index: 2;
    top: 50%;
    left: 50%;
    opacity: 0.85;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.video {
      position: fixed;
      top: 50%;
      left: 50%;
      z-index: 1;
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);    
}

#mobile {
    display: none;
}


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

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

#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%;
}

.privacy-wrap, .tourcontainer {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: block;
    overflow-y: scroll;
        background: url("../img/bg.jpg");
    background-size: cover;
    background-position: 50% 50%;
}


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


.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: 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: 15px;
    left: 30px;
    color: #fff;
    font-family: 'Cougher';
    z-index: 4;
    transition: 0.3s;
    padding: 15px;
    opacity: 0.8;
}

.play span {
    position: relative;
    top: -7px;
    left: 20px;
    font-size: 14px;
    color: #fff;
    transition: 0.3s;
    opacity: 0;
}

.play:hover {
    color: #eeca66;    
}

.play:hover span {
    opacity: 1;
}

.privacy-link {
    position: fixed;
    padding: 15px;
    bottom: 5px;
    right: 200px;
    color: #fff;
    font-size: 10px;
    font-family: 'Cougher';
    font-weight: bold;
    z-index: 11;
    transition: 0.3s;
    opacity: 0.5;
}

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

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: 'Cougher', sans-serif;
}

h3 {
font-size: 70px;
    letter-spacing: 0px;
    line-height: 70px;
    display: block;
    color: #eeca66;
    margin: 60px auto 50px auto;
    text-align: center;
    font-weight: normal;
    width: auto;
    max-width: 400px;
    text-transform: uppercase;
    font-family: 'Cougher', sans-serif;
}

#signupform h3 {
    max-width: 600px;
}

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

#signupform, #mobilenotice {
	color: #fff;
	margin: 0px auto;
	font-weight: normal;
	font-size: 13px;
	line-height: 13px;
	text-align: center;
	letter-spacing: 4px;
	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: 20px;
    letter-spacing: 0px;
	color: #fff;
	line-height: 20px;
    text-align: center;
	vertical-align: bottom;
	margin: 0px;
    text-transform: none;
    font-weight: normal;
    font-family: 'Cougher', sans-serif, sans-serif;
}

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

#mobilenotice .signupbutton {
    background: #fff;
    color: #1e1e1e;
    padding: 15px 30px;
    margin-top: 30px;
    font-size: 20px;
    letter-spacing: 0px;
}

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

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
    opacity: 0.5;
  text-transform: uppercase;
  font-family: 'Cougher', sans-serif, sans-serif;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
    opacity: 0.5;
  text-transform: uppercase;
  font-family: 'Cougher', sans-serif, sans-serif;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
    opacity: 0.5;
  text-transform: uppercase;
  font-family: 'Cougher', sans-serif, sans-serif;
}
:-moz-placeholder { /* Firefox 18- */
  color: #fff;
    opacity: 0.5;
  text-transform: uppercase;
  font-family: 'Cougher', sans-serif, 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);
    }    
}


.zoomin {
    -webkit-animation: zoomin 1.5s forwards ease;
    animation: zoomin 1.5s forwards ease;
}

@-webkit-keyframes zoomin {
    0% {-webkit-transform: scale(0)}
    100% {transform: scale(1)}
}

@keyframes zoomin {
    0% {transform: scale(0)}
    100% {transform: scale(1)}
}


.zoomout {
    -webkit-animation: zoomout 1.5s forwards ease;
    animation: zoomout 1.5s forwards ease;
}

@-webkit-keyframes zoomout {
    0% {transform: scale(1)}
    100% {transform: scale(0)}
}

@keyframes zoomout {
    0% {transform: scale(1)}
    100% {transform: scale(0)}
}


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


@media (max-width: 800px) {
	
	#desktop {
		display: none;
	}	
    
    #mobile {
        display: block;
    }
    
    body {
        background: url("../img/bg.jpg");
    background-size: cover;
    background-position: 50% 50%;        
    }

#loading img {
    max-width: 90%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
    
    
    .privacy-container {
        width: 100%;
    }

    #signupform {
        width: 290px;
        margin: 0 auto;
        z-index: 9;
        font-size: 10px;
        letter-spacing: 1px;
    }

    #signupform .email {
        width: 85%;
        border-radius: 0px;
        line-height: 20px;
        vertical-align: middle;
        box-sizing: border-box;
        color: #000;
    }

    #signupform .signupbutton {
        opacity: 1;
        top: 1px;
        right: 15px;
    }
    
 
    
    .signup-link {
        bottom: auto;
        top: 40px;
    }
    
    .play {
        bottom: 20px;
    }
    
    #content {
        top: auto;
        left: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    
  #content img.mob {
    display: block;
      width: 70%;
      height: auto;
      max-width: 700px;
      position: fixed;
      top: 10vh;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
    }
    
    .play {
        left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
        top: calc(50% + 4vh);
        opacity: 0.9;
        font-size: 0.8rem;
        height: 50px;
    }
    
    .play svg {
        display: block;
        margin: 0 auto;
    }
    
    .play span {
        display: none;
    }
    
    .privacy-link {
        display: none;
    }
    
  
    #content img.lg, #content img.med {
        display: none;
    }   
    
    #content img.mob {
            margin-left: -5vw;
}    

    .tourwrapper {
        padding: 0px 20px;
}
    
    
menu {
    position: fixed;
    width: 290px;
    top: 0px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    z-index: 10;
    background: transparent;
    background-size: auto;
    
}

    
    #menu.socials {
    left: 50%;
    right: auto;
    top: auto;
    transform: translateX(-50%);
    bottom: 0px;
    max-width: none;
        width: 120px;
}
    
    .play {
        color: #f8dc82;
        top: calc(76% + 4vh);
    }    
    
    .social-container {
        float: none;
    }
    
    #signupform h3 {
        font-size: 30px;
        line-height: 30px;
    }
    

.nowow img {
    display: block;
    margin: 0px;
    max-width: 100%; 
}

.nowow img.button {
    width: 90vw;
    margin-left: -1.5vw;
    transition: 0.7s;
}
  
}

@media (min-width: 800px) {
    #content img.mob {
        display: none;
    }    
    }

@media (min-width: 800px) and (max-width: 1600px) {
    #content img.med {
        display: block;
    }
    #content img.lg, #content img.mob {
        display: none;
    }
}


@media (min-width: 1600px) {
    #content img.med, #content img.mob {
        display: none;
    }
    #content img.lg {
        display: block;
    }
}


@media (max-width: 800px) and (max-height: 515px) {
 #content img.mob {
      top: 5vh;
    }
    

}


@media (max-width: 800px) and (max-height: 468px) {
 #content img.mob {
      top: 5vh;
     width: 60%;
    }

}



@media (max-width: 800px) and (orientation: landscape) {
 #content img.mob {
     transition: 0.3s;
      top: calc(50% - 15px);
     -webkit-transform: translate(-50%,-50%);
     -ms-transform: translate(-50%,-50%);
     transform: translate(-50%,-50%);
     width: auto;
     height: 80vh;
    }
    


    
@media (max-width: 360px) {
    h3 {
        margin: 70px auto 30px auto;
    }
    #content img.mob {
    top: 40px;
    width: 80%;
            margin-left: -5vw;
}
    }
    
    
@media (max-width: 360px) and (max-height: 430px) {
    #content img.mob {
    top: 40px;
    width: 70%;
}
    }

@media (min-width: 800px) and (max-width: 1320px) {
    #menu {min-width: 660px}
}

@media (min-width: 320px) and (max-width: 500px) {
    #menu a{
        font-size: 0.9em;
        font-size: 3.3vw;
    }
}