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

     @font-face {
    font-family: 'FTY IRONRIDER NCV';
    src: url('fonts/FTYIRONRIDERNCV.woff2') format('woff2'),
        url('fonts/FTYIRONRIDERNCV.woff') format('woff'),
        url('fonts/FTYIRONRIDERNCV.ttf') format('truetype'),
        url('fonts/FTYIRONRIDERNCV.svg#FTYIRONRIDERNCV') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


html, body {
    width:100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    font-family: "FTY IRONRIDER NCV";
    background-size: 34px;  
    background: #121214;
    font-weight: bold;
}

a:hover {
}

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

[data-ff-el="root"].ff-641b2e7b56893bf7de7e97a6 .ff-641b2e7b56893bf7de7e97a6__container, .ff-641b2e7b56893bf7de7e97a6__container {
    background: transparent !important;
}

#top, #videos {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}

.tour-container {
    width: 90%;
    max-width: 800px;
    display: block;
    margin: 0px auto;
}

.out {
    position: absolute;
    left: 50%;
    bottom: 60px;
    text-align: center;
    color: #000;
    z-index: 5;
    font-size: 1.9rem;
    letter-spacing: 0.3rem;
    font-weight: normal;
    display: table;
    width: 100%; 
    opacity: 0.7;
    margin: 0px;
    transform: translateX(-50%) scale(1,0);    
    animation: revealtext 1s forwards;
}

.win {
    position: absolute;
    left: 50%;
    bottom: 150px;
    text-align: center;
    color: #ec1835;
    z-index: 5;
    font-size: 2.9rem;
    letter-spacing: 0.3rem;
    font-weight: normal;
    display: table;
    width: 700px; 
    opacity: 0.7;
    margin: 0px;
    transform: translateX(-50%) scale(1,0);    
    animation: revealtext 1s forwards;    
}


.bg1 {
    position: absolute;
    top: 0px;
    left: 0px;
    background: url("../img/bgfull.jpg?nc=1");
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    z-index: 1;
    height: 100%;
    width: 100%;
    transition: 1.3s;
}

.bg2 {
    position: absolute;
    top: 0px;
    left: 0px;
    background: url("../img/bgfull2.jpg?nc=1");
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    z-index: 2;
    mix-blend-mode: screen;
    height: 100%;
    width: 100%;
    transition: 1.3s;
}

#win .bg2 {
    mix-blend-mode: color-dodge;
}

.dim {
    opacity: 0.2;
}

.undim {
    opacity: 1;
}

.show {
    opacity: 1;
}

.hide {
    opacity: 0;
}

.blanko {
    position: absolute;
    z-index: 5;
    object-fit: cover;
    width: 100%;
    height: 100%;    
}


@-webkit-keyframes flickr {
    0% { opacity: 0.2 }
    10%   { opacity: 0.5; }
    12%   { opacity: 0.1; }
    15%   { opacity: 0; }
    20%   { opacity: .4; }
    25%   { opacity: .2; }
    30%,75%   { opacity: 0.3; }
    40% {opacity: 0.1}
    50% {opacity: 0.3}
    60% {opacity: 0.2}
    79%   { opacity: 0; }
    80%   { opacity: 0.2; }
    100% { opacity: 0.5;    }
  }

@keyframes flickr {
    0% { opacity: 0.2 }
    10%   { opacity: 0.5; }
    12%   { opacity: 0.1; }
    15%   { opacity: 0; }
    20%   { opacity: .4; }
    25%   { opacity: .2; }
    30%,75%   { opacity: 0.3; }
    40% {opacity: 0.1}
    50% {opacity: 0.3}
    60% {opacity: 0.2}
    79%   { opacity: 0; }
    80%   { opacity: 0.2; }
    100% { opacity: 0.5;    }
  }


.biglogo {
    width: auto;
    top: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    z-index: 3;
    transition: 5s;
}

.normal {
    height: 70vh;
    top: 50px;
}

.bigger {
    height: 80vh;
    top: calc(-5vh + 50px);
}

#videos {
    height: auto;
    padding-bottom: 50px;
}


#kills {
    width: 500px;
    height: auto;
    display: block;
    margin: 0px auto;
}

#info {
    width: auto;
    position: relative;
    margin: 0px auto 40px auto;
    left: 50%;
    transform: translateX(-50%) scale(1,0);    
    text-align: center;
    color: #e4999b;
    animation: revealtext 1s forwards;
    padding-top: 100px;
}

#info span {
    display: block;
    margin: 0 auto;
}

#info .small {
    font-size: 1rem;
    margin-bottom: 20px;
    font-style: normal;
}

#info .medium {
    font-size: 2.1rem;
    font-style: normal;
    margin-top: 10px;
}

#info .big {
    font-size: 3rem;
    font-style: normal;
}

#info .verybig {
    font-size: 4rem;
    font-style: normal;
    color: #e4999b;
    font-weight: normal;
}

#info .verybig.gothic {
    font-family: 'FTY IRONRIDER NCV';
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0.4rem;
}

#info #tour.verybig.gothic {
    padding-top: 55px;
}

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

.textbox {
    display: block;
    margin: 60px auto 0px auto;
    width: 720px;
    text-align: left;
    font-style: normal;
    font-size: 0.9rem;
    letter-spacing: 1px;
    line-height: 2rem;
    color: white;
}

#cards {
    position: relative;
    display: flex;
    margin: 40px auto;
    width: 0px;
    height: 50vh;
    animation: reveal 1s forwards;
}

@keyframes reveal {
    0% {width: 0px}
    100% {width: 72vh}
}

@keyframes revealtext {
    0% {transform: translateX(-50%) scale(1,0)}
    100% {transform: translateX(-50%) scale(1,1)}
}




h1 {
    text-align: center;
    font-size: 4rem;
    font-style: normal;
    text-decoration: none;
    margin: 0px auto 100px auto;
    color: #ab182e;
    font-weight: normal;
    display: block;
}

#cards a {
    flex: 1;
    margin: 20px;
    cursor: pointer;
}

#cards a img {
    height: calc(50vh - 40px);
}

#cards a.card1 {
    background: url("../img/nyc2.jpg");
    background-size: cover;
    background-position: 50% 50%;
}

#cards a.card2 {
    background: url("../img/la2.jpg");
    background-size: cover;
    background-position: 50% 50%;
}

#cards a.card1 img, #cards a.card2 img {
    display: block;
    width: 100%;
}

#cards a.card1:hover img, #cards a.card2:hover img {
    display: none;
}


#buttons {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    display: table;
    margin: 60px auto 0px auto;
    z-index: 5;
        width: 450px;
        bottom: 8px;
}

#buttons a {
    margin: 0px 10px;
    background: rgba(0,0,0,0.7);
    color: #e4999b;
    opacity: 0;
    font-size: 1.2rem;
    letter-spacing: 0.2rem;
    padding: 10px 30px;
    font-weight: normal;    
}

#win #buttons a {
    font-size: 1.5rem;
    line-height: 1.5rem;
    vertical-align: middle;
        background: #ab182e;
    color: white;
}

.webkit #win #buttons a {
    padding: 13px 30px 10px 30px;
}

#win #buttons a:hover {
    color: #ab182e;
    background: white;
}

#win #buttons {
    width: 800px;
    padding: 15px;
    bottom: 80px;
}

#buttons a .svg-inline--fa {
    vertical-align: 0px;
}

#win #buttons a .svg-inline--fa {
    vertical-align: middle;
}

#buttons a:hover {
    background: #ab182e;
    color: white;
}

#buttons a.first {
    animation: fadein 1s forwards;
    animation-delay: 0.5s;
}

#buttons a.second {
    animation: fadein 1s forwards;
    animation-delay: 0.8s;
}

#buttons a.third {
    animation: fadein 1s forwards;
    animation-delay: 1.1s;
}

@keyframes fadein {
    0% {opacity: 0}
    100% {opacity: 1}
}


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



.video-container {
    max-width: 1000px;
    margin: 0 auto 0px auto;
    padding: 0 16px;
    position: relative;
    z-index: 11;
}


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

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

#menu a {
    transition: 0.5s;
}

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

#menu.main {
    top: 0px;
    left: 0px;
    width: 100%;
    padding-bottom: 0px;
    background: rgba(0,0,0,0.7);
}

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

#menu.socials a {
    font-size: 1rem;
    padding: 0px 10px 5px 10px;
    color: #e4999b;
}

#menu.socials a:hover {
    color: white;
}

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

.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;
padding-left: 20px;
padding-right: 20px;
color: #e4999b;   
font-size: 1.2rem;
letter-spacing: 0.1rem;
font-weight: normal;    
}

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

.menu-container a:hover {
    color: #fff;
}

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



.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: 15px;
}

.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: #121214;
}

#lightbox.signup {
    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: #121214;
    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: 40px;
    line-height: 45px;
    letter-spacing: 2px;
    margin: 40px auto;
    max-width: 500px;
    color: #e4999b;
    text-transform: uppercase;
    text-align: center;
}

.play {
    position: fixed;
    bottom: 15px;
    left: 30px;
    color: #fff;
    font-family: 'Courier New', Courier;
    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: #e4999b;    
}

.play:hover span {
    opacity: 1;
}

.privacy-link {
    position: fixed;
    padding: 15px;
    bottom: 5px;
    right: 20px;
    color: #fff;
    font-size: 11px;
    font-family: 'Courier New', Courier;
    font-weight: bold;
    font-style: normal;
    z-index: 11;
    transition: 0.3s;
    opacity: 0.5;
}

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

#win .privacy-link {
    font-size: 13px;
    width: 100%;
    right: auto;
    text-align: center;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

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

h3 {
font-size: 70px;
    letter-spacing: 3px;
    line-height: 80px;
    display: block;
    color: #e4999b;
    margin: 60px auto 50px auto;
    text-align: center;
    font-weight: normal;
    font-style: normal;
    width: auto;
    max-width: 400px;
    text-transform: uppercase;
    font-family: 'FTY IRONRIDER NCV';
}

.fd-form-success {
    color: white !important;
}

#signupform h3 {
    max-width: 500px;
    font-size: 3rem;
    line-height: 3.5rem;
    margin-bottom: 0px;
}

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

#signupform, #mobilenotice {
	color: #fff;
	margin: 0px auto;
	font-weight: bold;
	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: bold;
    font-family: 'Courier New', Courier, 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: 'Courier New', Courier, 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: #e4999b;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
    opacity: 0.5;
  text-transform: uppercase;
  font-family: 'Courier New', Courier, sans-serif, sans-serif;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
    opacity: 0.5;
  text-transform: uppercase;
  font-family: 'Courier New', Courier, sans-serif, sans-serif;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
    opacity: 0.5;
  text-transform: uppercase;
  font-family: 'Courier New', Courier, sans-serif, sans-serif;
}
:-moz-placeholder { /* Firefox 18- */
  color: #fff;
    opacity: 0.5;
  text-transform: uppercase;
  font-family: 'Courier New', Courier, 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 (min-width: 800px) and (max-width: 1200px) {
    #info {
        top: 0px;
    }
    @keyframes revealtext {
        0% {transform: translateX(-50%) scale(0.8,0)}
        100% {transform: translateX(-50%) scale(0.8,0.8)}
    }    
    


}


@media (max-width: 800px) {
	
	#desktop {
		display: none;
	}	
    
    #mobile {
        display: block;
    }
    
     #videos {
        height: auto;
    }
    
    #videos {
        padding-bottom: 0px;
        margin-top: 50px;
    }
    
    .biglogo {
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }
    
    h3 {
        font-size: 10vw;
        line-height: 11vw;
    }
    
    .video-container {
        padding: 0px 0px 50px 0px;
    }
    
    .bg1, .bg2, #map, map {
        display: none;
        background: transparent;
    }

    #top {
        background: url("../img/bgmobile.jpg");
        background-size: cover;
        background-position: 50% 50%;
    }
    

.textbox {
    display: block;
    margin: 60px auto 0px auto;
    width: 90%;
    text-align: left;
    font-style: normal;
    font-size: 0.9rem;
    letter-spacing: 1px;
    line-height: 2rem;
    color: white;
}

    .out {
font-size: 6vw;
    letter-spacing: 0.3rem;      
        color: #fff;
    }    
    
    #buttons {
        margin-top: 30px;   
        width: 310px;
    }

    #buttons a {
        font-size: 17px;
        margin: 0px 5px;
    padding: 10px 15px;
    }
    
    .center h1 {
        font-size: 1.5rem;
    }
    
    .center h2 {
        font-size: 1.2rem;
        margin-bottom: 20px;
    }
    
    .center .button img {
        width: 200px;
    }
    
    .center {
        width: 90%;
        top: auto;
        left: 5%;
        -webkit-transform: none;
        transform: none;
    }
    
    .normal {
        width: 100%;
        height: auto;
        top: 50%;
    }
    
    .reissues {
        margin-bottom: 30px;
        height: 45vh;
    }
    
    #socials {
        display: none;
    }
    
    .menu-container {
        float: none;
    }
    
    #menu.main {
        right: auto;
        width: 100%;
        left: auto;
        -webkit-transform: none;
        transform: none;
        top: 30px;
        background: #1a1a1a;
        padding-bottom: 0px;
    }
    
    #info {
        margin-top: 0px;
        padding-top: 0px;
        margin-bottom: 20px;
        transform: translateX(-50%);
        animation: none;
    }
    
    #info .verybig {
        font-size: 10vw;
        max-width: 70%;
    }
    
    #kills {
        width: 70%;
    }
    
    .menu-container {
        display: table;
    }
    
    .menu-container a.first {
        padding-left: 10px;
    }
    
    #menu.main a {
        display: table-cell;
        text-align: center;
        font-size: 4vw
    }
    
    #menu.socials {
    top: 0px;
    width: 100vw;
    max-width: 100%;
        background: #1a1a1a;
        right: auto;
    }
    
    #menu.socials a {
            font-size: 1rem;
    padding: 5px 15px;
    color: #e4999b;
    }    
    
    #kills {
        width: 90%;
    }
    
    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;
}
 
    .play {
        color: #f8dc82;
        top: calc(76% + 4vh);
    }    
    
    .social-container {
        float: none;
    width: auto;
    display: table;
    margin: 0 auto;
    }
    
    #signupform h3 {
        font-size: 30px;
        line-height: 30px;
    }
    

  
}




    
@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;
    }
}
    
    
@media (min-width: 800px) and (min-aspect-ratio: 3/2.3) {
        @keyframes revealtext {
        0% {transform: translateX(-50%) scale(0.8,0)}
        100% {transform: translateX(-50%) scale(0.8,0.8)}
    }
}
    
    @media (max-width: 420px) {

    }


    @media (max-width: 340px) {
      

        
    }

@media (min-width: 800px) and (max-height: 1080px) {   
#win .biglogo {
    height: 60vh;
}
}

@media (min-width: 800px) and (max-height: 890px) {   
#win .biglogo {
    height: 50vh;
}
    #win .bg2 {
        top: -10vh;
    }
    .win {
        font-size: 2.3rem;
        width: 600px;
    } 
    .win {
        bottom: 110px;
    }
    #win #buttons a {
        font-size: 1.2rem;
    }
    #win #buttons {
        width: 720px;
        bottom: 40px;
    }
}