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

html, body {
    width:100%;
    height: 100vh;
    overflow: hidden;
    color: #152234;
    margin: 0px;
    padding: 0px;
    background: #000 url("../img/loading.gif");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 34px;  
    font-family: 'Times New Roman', Times, serif;
}

.iframe {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1;
    border: 0px;
    outline: 0px;
    box-shadow: 0px;
    top: 0px;
    left: 0px;
}

#c {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1;
    animation: color 30s infinite;
}

#dcan {
    display: inline-block;
    position: fixed;
    z-index: 100;
    border: 1px solid red;
    top: 0;
    left: 0;
}

@keyframes color {
    0% {filter: hue-rotate(0deg) brightness(1) saturate(1)}
    25% {filter: hue-rotate(90deg) brightness(1.5) saturate(3)}
    50% {filter: hue-rotate(180deg) brightness(1.5)saturate(3)}
    75% {filter: hue-rotate(370deg) brightness(1.5) saturate(3)}
    100% {filter: hue-rotate(360deg) brightness(1) saturate(1)}
}

.dim {
    animation: dim 1s forwards;
}

@keyframes dim {
    0% {opacity: 1}
    100% {opacity: 0.2}
}

.undim {
    animation: undim 1s forwards;
}

@keyframes undim {
    0% {opacity: 0.2}
    100% {opacity: 1}
}

.cont{
    position: fixed;
    bottom: 0px;
    left: 0px;
    font-size: 1rem;
    line-height: 0.5rem;
    background: #898c8d;
    color: #0c253c;
    z-index: 10;
    width: 200%;
    overflow: hidden;
    padding: 0px 0px;
    font-weight: bold;
}

.scorri{
    position: relative;
    display: flex;
    width: 200%;
    justify-content: space-between;
}

.tithome{
    animation-name: marquee;
    animation-duration: 50s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    flex-shrink: 0;
    margin: 0px;
    list-style: none;
    padding: 15px 0px 18px 0px;
    background: #000 url('../img/bgtile3.jpg');
    background-repeat: repeat;
    background-size: 200px;
}

.tithome li{
    width: fit-content;
    display: inline-block;
    list-style: none;
    padding: 0px 0px;
    transform: scale(0.95,1);
    margin: 0px;
}

.tithome li.peace {
    margin-right: 0px;
}

.tithome svg {
    margin-bottom: -5px;
    margin-left: 25px;
    
}

.tithome a {
    font-size: 1rem;
    color: #0c253c;
    padding-left: 5px;
    text-transform: uppercase;
    text-decoration: underline;
}

.tithome a:hover {
    color: #fff;
}

@keyframes marquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-200%); }
}

.tour-container {
    width: 100%;
    display: block;
    margin: 0px;
}

.logo {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 10;
    width: 100px;
    height: auto;
    mix-blend-mode: difference;
}

.biglogo {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 10;
    width: 60%;
    height: auto;
    mix-blend-mode: difference;
    display: none;
}

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

.close {
    position: fixed;
    top: calc(10vh - 17px);
    left: calc(50% + 290px);
    padding: 13px 20px 13px 20px;
    color: #fff;
    z-index: 10003;
    display: block;
    font-size: 28px;
    line-height: 28px;
    cursor: pointer;
    display: none;
    opacity: 0;
}

.closevid {
    position: relative;
    top: 0px;
    left: auto;
    display: table;
    right: 0px;
    padding: 0px;
    font-size: 28px !important;
    color: #fff !important;
    margin: -10px -30px 0px auto;
    -webkit-transform: none;
    transform: none;
    cursor: pointer;
}

#signupform {
	color: #ebc8a2;
	margin: 0px auto 30px auto;
	font-weight: normal;
	font-size: 13px;
	line-height: 13px;
	text-align: center;
	z-index: 4;
    position: relative
}

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

#signupform .email {
	background: transparent;
    border: none;
	width: 270px;
	padding: 10px;
	font-size: 16px;
	color: #fff;
    background: rgba(255,255,255,0.2);
	line-height: 17px;
    text-align: center;
	vertical-align: bottom;
	margin: 0px;
    font-weight: normal;
    font-family: "Times New Roman", sans-serif !important;
}

#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;
    margin: 10px auto 0px auto;
    cursor: pointer;
    background: transparent;
    font-family: "Times New Roman", sans-serif !important;
}

#signupform .signupbutton:hover {
    color: #0c253c;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: white;
  font-family: "Times New Roman", sans-serif, sans-serif;
}
::-moz-placeholder { /* Firefox 19+ */
  color: white;
  font-family: "Times New Roman", sans-serif, sans-serif;
}
:-ms-input-placeholder { /* IE 10+ */
  color: white;
  font-family: "Times New Roman", sans-serif, sans-serif;
}
:-moz-placeholder { /* Firefox 18- */
  color: white;
  font-family: "Times New Roman", sans-serif, sans-serif;
}

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

.play {
    position: fixed;
    bottom: 50px;
    left: 0px;
    color: #fff;
    opacity: 1;
    z-index: 4;
    transition: 0.3s;
    padding: 15px;
    font-size: 13px;
    mix-blend-mode: difference;
}

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

.play:hover {
    opacity: 1;  
}

.play:hover span {
    opacity: 1;
}

#socials {
    position: fixed;
    display: table;
    bottom: 60px;
    right: 10px;
    z-index: 12;
    mix-blend-mode: difference;
}

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

#socials a:hover {
    color: white;
}

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: 'Times New Roman', Times, serif;
}

.fadein {
    animation: fadein 1s forwards;
    animation-delay: 1s;
}

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

.fadeout {
    animation: fadeout 1s forwards;
    animation-delay: 1s;
}

@keyframes fadeout {
    0% {opacity: 1;}
    100% {opacity: 0;}
}

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

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

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

.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);
    }    
}



.title {
    position: fixed;
    display: table;
    top: calc(10vh - 40px);
    left: 50%;
    transform: translateX(-50%);
    padding: 5px 10px;
    background: #888c8d;
    color: #0c253c;
    text-align: center;
    font-weight: bold;
    background: #000 url('../img/bgtile3.jpg');
    background-repeat: repeat;
    background-size: 200px;  
    opacity: 0;
    z-index: 5;
    font-size: 1.8rem;
}

    

.movedowntitle {
    -webkit-animation: movedowntitle 1s ease forwards;
    -webkit-animation-delay: 0.7s;
    animation: movedowntitle 1s ease forwards;
    animation-delay: 0.7s;    
}


@-webkit-keyframes movedowntitle {
    0% {
        opacity: 0; -webkit-transform: translateX(-50%) translateY(50px);
    }
    0.001% {
        opacity: 1; -webkit-transform: translateX(-50%) translateY(50px);
    }    
    100% {
        opacity: 1; -webkit-transform: translateX(-50%) translateY(0px);
    }    
}
    
@keyframes movedowntitle {
    0% {
        opacity: 0; transform: translateX(-50%) translateY(50px);
    }
    0.001% {
        opacity: 1; transform: translateX(-50%) translateY(50px);
    }    
    100% {
        opacity: 1; transform: translateX(-50%) translateY(0px);
    }    
}    
    

.zoomin {
    animation: zoomin 1s ease forwards;
}

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



.zoominvid {
    animation: zoominvid 1s ease forwards;
}

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


.zoomout {
    animation: zoomout 1s ease forwards;
}

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



.video-container {width: 100%;display: block;margin: 50px auto 50px auto;}
#section.vid .video-container {margin: 0px;}
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


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


@media (max-width: 800px) {
    
    html, body {
        overscroll-behavior-y: none;
    }
    
    h1 {
        font-size: 30vw;
        line-height: 30vw;
        margin-top: -1vh;
    }
    
    h2 {
        font-size: 10vw;
        line-height: 10vw;
    }
    
    .title {
        font-size: 1.5rem;
        top: 85px;
    }
    
    .video-container {
        margin: 30px auto;
    }
  
    .play {
        font-size: 10px;
        padding: 10px;
        bottom: 50px;
        left: 5px;
    }
      
    .play span {
        display: none !important;
    }
    
    .close {
        left: auto;
        right: 0px;
        top: 70px;
        left: auto;  
        color: white;
    }
    
    .closevid {
        margin: auto 0px auto auto;
        font-size: 20px !important;
    }

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

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

    #signupform .email {
        width: 70vw;
    }

}


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