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

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

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


html, body {
    width:100%;
    height: 100%;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    font-family: 'Ilisarniq Reg', sans-serif;
}

.content {
    display: block;
    width: 600px;
    max-width: 1000px;
    position: fixed;
    top: 50px;
    left: 50px;
}


.logo {
    width: 400px;
    display: block;
    margin: auto auto auto 0px ;
}


h1 {
    font-size: 2rem;
    color: #fff;
    display: block;
    margin-left: 0px;
    margin-bottom: 0px;
    text-align: left;
    width: 90%;
    max-width: 400px;
    text-transform: uppercase;
}

.buttons {
    display: block;
    margin: 40px auto auto 0px;
}

.buttons a {
    padding: 10px 0px;
    border: 2px solid #baa760;
    color: #fff;
    font-size: 0.8rem;
    text-transform: uppercase;
    display: block;
    width: 250px;
    text-align: center;
    margin: 10px 0px;
    transition: 0.8s;
}

.buttons a:hover {
    background: #baa760;
    color: #fff;
}

p {
    font-size: 1rem;
    font-family: 'Ilisarniq Reg', sans-serif;
    margin-left: 0px;
    text-align: left;
    color: #fff;
    max-width: 500px;
    margin-top: 5px;
}

body {
    background: url('../img/bg.jpg') #000;
    background-repeat: no-repeat;
    background-position: 0% 0%;	
    background-size: cover;
}

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


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;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  display: none;
}

.close {
    position: fixed;
    top: 0px;
    right: 0px;
    padding: 5px 20px 13px 20px;
    color: #fff;
    background: #000;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    z-index: 10003;
    display: block;
    font-size: 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%;
}

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

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

h3 {
    font-size: 3rem;
    text-align: center;
    margin: 50px auto;
    color: #baa760;
    text-transform: uppercase;
    max-width: 400px;
    letter-spacing: 0px;
}


.center {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.center p {
    text-align: center;
    letter-spacing: 0px;
    line-height: 1.4rem;
    margin: 15px auto;
}

.privacy-wrap {
    background: rgba(0,0,0,0.95);
    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: 'Ilisarniq Reg', 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: 20px;
    left: 30px;
    color: #fff;
    opacity: 0.5;
    font-family: 'Ilisarniq Reg';
    z-index: 4;
    transition: 0.3s;
    padding: 15px;
}

.play span {
    position: relative;
    top: -7px;
    left: 20px;
    font-size: 14px;
    color: #fff;
    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.3;
    font-size: 12px;
    font-family: 'Ilisarniq Reg';
    font-weight: bold;
    z-index: 4;
    transition: 0.3s;
}

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

#socials {
    position: fixed;
    display: table;
    top: 30px;
    right: 30px;
    z-index: 4;    
}

#socials a {
    color: #fff;
    opacity: 0.5;
    font-size: 20px;  
    padding: 10px;
    opacity: 0.5;
}

#socials a: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: 'Ilisarniq Reg', sans-serif;
}
#signupwrap {
  z-index: 1000;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #000;  
}

#signupform, #mobilenotice {
	color: #fff;
	margin: 50px auto 0px auto;
	font-weight: normal;
	font-size: 13px;
	line-height: 13px;
	text-align: center;
	letter-spacing: 4px;
	z-index: 4;
    position: relative;
}

#signupform {
    position: fixed;
    bottom: 30px;
    left: 50px;
}

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

#signupform .email {
	background: transparent;
    border: none;
    border-bottom: 2px solid #fff;
	width: 370px;
	padding: 10px 10px 10px 0px;
	font-size: 15px;
	color: #fff;
	line-height: 17px;
    text-align: left;
	vertical-align: bottom;
	margin: auto auto auto 0px;
    font-weight: normal;
    font-family: 'Ilisarniq Reg', sans-serif, sans-serif;
}

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

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

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #baa760;
  text-transform: uppercase;
  font-family: 'Ilisarniq Reg', sans-serif, sans-serif;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #baa760;
  text-transform: uppercase;
  font-family: 'Ilisarniq Reg', sans-serif, sans-serif;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #baa760;
  text-transform: uppercase;
  font-family: 'Ilisarniq Reg', sans-serif, sans-serif;
}
:-moz-placeholder { /* Firefox 18- */
  color: #baa760;
  text-transform: uppercase;
  font-family: 'Ilisarniq Reg', 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 2s forwards ease;
    animation: zoomin 2s 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 2s forwards ease;
    animation: zoomout 2s 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) #000;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}    
    
    .logo {
        width: 95%;
        margin: 0px auto 30px auto;
    }
    
    .content {
        width: 90%;
        left: 5%;
        text-align: center;
    }
    
    h1 {
        font-size: 1.5rem;
        text-align: center;
        margin: 0 auto;
    }
    
    .buttons {
        margin: 20vh auto 0px auto;
        width: 100%;
    }
    
    .buttons a {
        margin: 10px auto;
        border: none;
        background: rgba(0,0,0,0.4);
        width: 100%;
    }
    
    #socials {
        top: 5px;
        right: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    
    #socials a {
        font-size: 16px;
    }
    
    p {
        width: 100%;
        text-align: center;
    }
    
    .privacy-container {
        width: 100%;
    }

    #signupform {
        width: 100%;
        margin: 0 auto;
        z-index: 9;
        font-size: 10px;
        letter-spacing: 1px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        background: rgba(0,0,0,0.5);
        transform: translateX(-50%);
        bottom: 0px;
    }

    #signupform .email {
    width: 50%;
    border-radius: 0px;
    line-height: 20px;
    vertical-align: middle;
    box-sizing: border-box;
    color: #fff;
    text-align: center;
    padding: 10px 0px 3px 0px;
    }

    #signupform .signupbutton {
        opacity: 1;
        top: 1px;
        right: auto;
        margin: 0px auto;
    }
    
    #socials {
        top: 20px;
    }
    
    .signup-link {
        bottom: auto;
        top: 40px;
    }
    
    .play {
        bottom: 20px;
    }
    
    .privacy-link {
        position: fixed;
        padding: 15px;
        bottom: 70px;
        right: 0px;
        color: #000;
        opacity: 0.3;
        font-size: 12px;
        font-family: 'Ilisarniq Reg';
        font-weight: bold;
        z-index: 4;
        transition: 0.3s;        
    }

}


/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 768px)
  and (orientation: landscape) {

}


@media (min-width: 800px) and (max-height: 740px) {
    .content {
        -webkit-transform: scale(0.8) translate(-10%,-10%);
        transform: scale(0.8) translate(-10%,-10%);
    }
    #signupform {
        transform: scale(0.8) translate(-10%,10%);        
    }
}