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

@font-face {
    font-family: 'ZVB';
    src: url('ZVB-Rituals.woff2') format('woff2'),
        url('ZVB-Rituals.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html {
    overflow: hidden:
}

html, body {
    width:100%;
    height: auto;
    margin: 0px;
    padding: 0px;
    background: #28357f;
    font-family: 'EB Garamond', serif;
    overflow-x: hidden;
}

body {
        -webkit-overflow-scrolling: touch;
}

.center, .title, .menu, #socials, .play {
    opacity: 0;
}

.fade1 {
    animation: fade1 2s forwards ease;
}

@keyframes fade1 {
    0% {transform: translate(-50%,-50%) scale(1.2);opacity: 0}
    100% {transform: translate(-50%,-50%) scale(1); opacity: 1}
}

.fade2 {
    animation: fade2 2s forwards ease;
    animation-delay: 1s;
}

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

.fade3 {
    animation: fade3 2s forwards ease;
    animation-delay: 2s;
}

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

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

#home, #tour, #info, #footer {
    position: relative;
    width: 100%;
    padding: 100px 0px;
    display: block;
    margin: 0px;
}

#home {
    padding: 0px;
}

#tour {
    width: 100%;
    background: url("../img/bg2.png");
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

#info {
    width: 100%;
    background: url("../img/watchhouse.jpg");
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

#info p {
    color: #fff;
    width: 600px;
    display: block;
    margin: 30px auto;
    font-size: 1rem;
    line-height: 2rem;
}

#home {
    height: 100dvh;
}

#footer {
    background: white;
    padding: 150px 0px;
}

#footer p {
    color: #28357f;
    display: block;
    margin: 20px auto;
    text-align: center;
    font-size: 1.2rem;
}

#footer p a {
    color: #28357f;
    transition: 0.3s;
}

#footer p a:hover {
    text-decoration: underline;
}

.tour-container {
    position: relative;
    width: 800px;
    display: block;
    margin: 0px auto;
}

.menu {
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10;
    display: inline-flex;
}

.menu a {
    font-size: 20px;
    padding: 10px 0px 3px 0px;
    color: #fff;
    margin: 0px 15px;
    transition: 0.5s;
    border-bottom: 1px solid transparent;
}

.menu a:hover {
    border-bottom: 1px solid #fff;
}

.buttons {
    position: absolute;
    bottom: 15vh;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10;
    display: inline-flex;
    opacity: 0;
}

.buttons a {
    font-size: 20px;
    padding: 7px 30px;
    color: #fff;
    margin: 0px 15px;
    transition: 0.5s;
    border: 1px solid #fff;
}

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


.title {
    position: absolute;
    top: 10%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    color: #fff;
    text-align: center;
    font-size: 5vh;
    line-height: 4vh;
    letter-spacing: -0.3vh;
    z-index: 10;
    font-family: "ZVB", serif;
}

.title span {
    display: block;
    margin: 0px auto;
    font-size: 3vh;
    line-height: 3vh;
    letter-spacing: -0.1vh;
}

#tour .title, #info .title, #footer .title {
    position: relative;
    margin: 25px auto 25px auto;
}

#footer .title {
    color: #28357f;
    margin: 0px auto;
    -webkit-transform: none;
    transform: none;
    display: block;
    margin: auto;
    left: auto;
    top: auto;
}

.center {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 10;
    height: 65vh;
    width: auto;
}

h1 {
    font-weight: normal;
    font-size: 10vw;
    line-height: 10vw;
    display: block;
    margin: 30px auto;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    font-family: ZVB, serif;
}

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

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

#mobile {
    display: none;
}

#lightbox {
  z-index: 50;
  position: absolute;
  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: absolute;
    top: 0px;
    right: 0px;
    padding: 13px 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: absolute;
    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;
}

.privacy-wrap, .tourcontainer {
    position: absolute;
    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: 3vh;
    line-height: 5vh;
    letter-spacing: -0.2vh;
    text-align: center;
    margin: 50px auto;
    color: #fff;
    max-width: 400px;
    font-weight: normal;
    font-family: ZVB, serif;
}

.play {
    position: absolute;
    bottom: 22px;
    left: 30px;
    color: #fff;
    z-index: 4;
    transition: 0.3s;
    padding: 15px;
}

.play svg {
    height: 25px;
    width: auto;
    fill: #fff;
    color: #fff;
}

.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: absolute;
    padding: 15px;
    bottom: 25px;
    right: 30px;
    color: #fff;
    opacity: 0.5;
    font-size: 12px;
    z-index: 4;
    transition: 0.3s;
}

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

#socials {
    position: absolute;
    display: table;
    bottom: 30px;
    right: 20px;
    z-index: 12;   
}

#socials a {
    color: #fff;
    opacity: 1;
    font-size: 14px;  
    padding: 10px;
    text-align: center;
}

#socials a:hover {
    opacity: 1;
}

#socials a svg {
    height: 15px;
    width: auto;
    color: #fff;
    fill: #fff;
}

#footer #socials {
    position: relative;
    margin: 60px auto 10px auto;
    top: auto;
    left: auto;
    -webkit-transform: none;
    transform: none;
    right: auto;
}

#footer #socials a {
    color: #28357f;
    opacity: 1;
    font-size: 22px;
}

#footer #socials a svg {
    height: 25px;
    width: auto;
    color: #28357f;
    fill: #28357f;
}

#footer .bunny {
    width: 100px;
    display: block;
    margin: 60px auto 0px auto;
}

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: 'EB Garamond', serif;
}

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

#standaloneform form {
    color: #28357f;
    margin: 40px auto 0px auto;
    font-weight: normal;
    text-align: center;
    position: relative;
    display: inline-flex;
    z-index: 10;
    vertical-align: middle;
    left: 50%;
    line-height: 17px;
    vertical-align: middle;    
    transform: translateX(-50%);
}

#standaloneform form input {
	outline: none;
    -webkit-appearance: none;
    margin: 0px;
    padding: 0px;
    border: 1px solid #28357f;
    padding: 10px;
}

#standaloneform form .email {
    display: inline-block;
    color: #28357f;
    background: rgba(255,255,255,0.7);
    width: 250px;
    font-size: 17px;
    line-height: 17px;
    vertical-align: middle;
    font-family: 'EB Garamond', serif;
}

#standaloneform form .signupbutton {
    color: #fff;
    background: #28357f;
    cursor: pointer;
    display: inline;
    font-size: 17px;
    margin-left: -6px;
    padding: 9px 10px;
    vertical-align: middle;
    font-family: 'EB Garamond', serif;
}

.webkit #standaloneform form input {
    padding: 10px 10px 7px 10px;
}

.webkit #standaloneform form .signupbutton {
    padding: 9px 10px 8px 10px;
}

#standaloneform form .signupbutton:hover {
    background: #000;
}



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

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

#signupform, #mobilenotice {
	color: #000;
	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: 20px;
	color: #fff;
	line-height: 17px;
    text-align: center;
	vertical-align: bottom;
	margin: 0px;
    font-weight: normal;
    font-family: 'eb garamond', serif;
}

#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;
    letter-spacing: 1px;
    margin: 10px auto 0px auto;
    cursor: pointer;
    background: transparent;
    font-family: 'eb garamond', serif;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  font-family: 'EB Garamond', serif;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  font-family: 'EB Garamond', serif;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  font-family: 'EB Garamond', serif;
}
:-moz-placeholder { /* Firefox 18- */
  color: #fff;
  font-family: 'EB Garamond', 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) {
    
    html, body {
        overscroll-behavior-y: none;
    }
	
	#desktop {
		display: none;
	}	
    
    #mobile {
        display: block;
    }
    
    h3 {
    font-size: 10vw;
    line-height: 10vw;
    letter-spacing: -0.2vh;        
        width: 200px;
    }
    
    #info {
    width: 100%;
    background: url(../img/watchhouse.jpg);
    background-size: 100%;
    background-position: center -0px;
    background-repeat: no-repeat;
}
    
    .tour-container {
        width: 100%;
    }
    
    #info p {
        width: 75%;
    }

    .center {
        height: auto;
        width: 110%;
    }    
    
    .title {
        font-size: 6vh;
    }

    .title span {
        font-size: 3.5vh;
    }
    
    h1 {
        font-size: 15vw;
        line-height: 15vw;
    }
    
    h2 {
        font-size: 7vw;
        line-height: 7vw;
    }
    
    .privacy-container {
        width: 100%;
    }
    
    .play {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: 90px;
        font-size: 10px;
        position: absolute;
    }
    
    .play span {
        display: none !important;
    }
    
    .menu {
        bottom: 40px;
        display: inline-flex;
        width: auto;
    }
    
    .menu a {
        font-size: 4vw;
        white-space: nowrap;
        margin: 0px 10px;
    }
    
    #standaloneform form {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    #standaloneform form .email {
        width: calc(100vw - 150px);
        border-radius: 0px;
        line-height: 20px;
        vertical-align: middle;
        box-sizing: border-box;
        color: #fff;
    }
    
    #socials {
        top: 10px;
        left: 50%;
        display: flex;
        height: 40px;
        right: auto;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    
    #footer .bunny {
        width: 50px;
    }
    
    #footer #socials {
        width: 70%;
    }
    
    #footer #socials a {
        font-size: 18px;
    }

    #socials a {
        font-size: 15px;
        opacity: 0.7;
        flex: 1;
        height: 40px;
    }

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

    #tour h3 {
        font-size: 30px;
        line-height: 35px;
    }
    
    #signupform .email {
        width: 70vw;
    }
    

}


@media (min-width: 800px) and (max-width: 1600px) {
    #info {
        background: url("../img/watchhousesmall.jpg");
        background-size: cover;
        background-position: 50% 50%;
    }
    #info p {
        width: 450px;
    }
}

@media (min-width: 800px) and (max-height: 800px) {
    .title {
        font-size: 6vh;
        line-height: 5vh;
        letter-spacing: -0.25vh;
    }
}