/**************** GLOBAL ****************/

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

@font-face {
    font-family: 'Trajan';
    src: url('fonts/TrajanBold.eot');
    src: url('fonts/TrajanBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/TrajanBold.woff2') format('woff2'),
        url('fonts/TrajanBold.woff') format('woff'),
        url('fonts/TrajanBold.ttf') format('truetype'),
        url('fonts/TrajanBold.svg#TrajanBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mesdag';
    src: url('fonts/Mesdag-Thin.eot');
    src: url('fonts/Mesdag-Thin.eot?#iefix') format('embedded-opentype'),
        url('fonts/Mesdag-Thin.woff2') format('woff2'),
        url('fonts/Mesdag-Thin.woff') format('woff'),
        url('fonts/Mesdag-Thin.ttf') format('truetype'),
        url('fonts/Mesdag-Thin.svg#Mesdag-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}



html {
    font-size: 16px;
}

html, body {
    width:100%;
    margin: 0px;
    padding: 0px;
    font-family: 'Trajan', sans-serif;
    text-align: center;
    overscroll-behavior: none;
    overflow-x: hidden;
}

body {
    background: #e2dfd1;
}

video {
    position: absolute;
    top: 50%;
    left 50%;
    transform: translate(-50%,-50%);
    height: 70dvh;
    width: 70dvh;
    max-width: 720px;
    max-height: 720px;
    z-index: 10;
    border-radius: 25px;
}

.hero {
    position: absolute;
    top: 50%;
    left 50%;
    transform: translate(-50%,-50%);
    height: 70dvh;
    width: 70dvh;
    max-width: 720px;
    max-height: 720px;
    z-index: 10;
    border-radius: 25px;
}

.circle-container {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    width: auto;
    z-index: 11;
    
}

.circle-container img {
    align-content: center;
    width: 60dvh;
    max-width: 680px;
    max-height: 680px;
    position: relative;
    margin: 0px auto;
    height: 60dvh;  
    animation: rotate 30s infinite linear;
}


@keyframes rotate {
    0% {transform: rotate(0deg)}
    100% {transform: rotate(-360deg)}
}

.corner {
    width: 30dvw;
    height: 30dvw;
    position: absolute;
    z-index: 12;
    top: -8dvw;
    right: -8dvw;
    transform: rotate(45deg);
}

.corner:hover {
    -webkit-filter: hue-rotate(140deg) brightness(1.1);
    filter: hue-rotate(140deg) brightness(1.1);
}

@media (min-width: 800px) and (max-width: 1200px) {
    .corner {
        top: -9dvw;
        right: -10dvw;       
    width: 35dvw;
    height: 35dvw;        
    }
}

canvas {
    position: absolute;
    top: 50%;
    left 50%;
    transform: translate(-50%,-50%);
    height: 70dvh;
    width: 70dvh;
    z-index: 10;
}

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

#topslider {
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 2;
}

.arrow-down {
    position: absolute;
    bottom: 20px;
    padding: 10px;
    font-size: 15px;
    color: #fff;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    width: 60px;
    height: 60px;
    filter: invert(100%);
}

#home {
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 2;
    background: url("../img/paper.jpg");
    background-repeat: repeat;
    background-size: 21vh;
}

.top-container {
    z-index: 1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    color: #8a7259;
    text-align: center;
    position: absolute;
}

.top-container a {
    color: #8a7259;
}

.top-container .row {
    display: block;
    margin: 0px auto;
}

.row.top {
    position: absolute;
    top: 10vh;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10;
}

.row img {
    width: 100%;
    display: block;
    height: auto;
    margin: 0px auto;
    z-index: 1;
}

.top-container .row.center {
    z-index: 5;
    color: #8a7259;
}

.top-container .row.center img {
    position: fixed;
    top: 0px;
    left: 0px;
}

.top-container {
    height: 70vh;
    width: 70vh;
}

.top-container .row.top img {
    width: 7vh;
    height: auto;
}

.row.top, .row.bottom {
    width: 70vh;
}

.top-container .row img.burn {
    display: block;
    margin: 0 auto;
    top: -5.8vh;
    left: -180%;
    overflow: hidden;
    z-index: 2;
    height: 78vh;
    width: 162.8vh;
}

.row.bottom {
    position: absolute;
    bottom: calc(19vh - 40px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10;
}


.outnow {
float: none;
    text-align: center;
    font-size: 1.2vw;
    width: 100%;
    color: #8a7259;
    position: absolute;
    z-index: 5;
    opacity: 0.6;
    bottom: 60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media (min-width: 1200px) {
    .outnow {
        font-size: 14px;
    }
}
    
#socials {
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

#socials a {
    color: #8a7259;
    background: transparent;
    padding: 5px;
    margin: 3px;
    font-size: 1rem;
    transition: 0.3s;
}

#socials a:hover {
    background: #8a7259;
    color: #e4e1d4;
}

.fade1, .fade2, .fade3 {
    opacity: 0;
    animation: fadein 1s forwards;
}

.fade1 {
    animation-delay: 0.5s;
}

.fade2 {
    animation-delay: 1s;
}

.fade3 {
    animation-delay: 1.5s;
}

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



.ie .noise {
    display: none;
}


#tour, #buy, #merch, #videos, #discography, #footer {
    position: relative;
    padding: 100px 0px;
    display: block;
    margin: 0px auto;
}

.video-container {
    max-width: 1150px;
    width: 1150px;
    display: block;
    margin: 50px auto 0px auto;
}

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

#merch, #discography {
    padding-top: 0px;
}

#tour {
    padding-bottom: 20px;
    padding-top: 50px;
}

#videos {
    padding-top: 50px;
}


.tour-container {
    width: 1100px;
    padding: 20px 50px;
    display: block;
    margin: 50px auto 0 auto;
    text-shadow: 1px 1px 1px rgba(0,0,0,1);
}

#books {
    width: 900px;
    display: block;
    margin: 50px auto 0px auto;
}

#books .book {
    width: calc(50% - 40px);
    height: auto;
    padding: 20px;
    display: inline-block;
}

#books .book img {
    display: block;
    margin: 0px auto 0px auto;
    width: 100%;
    height: auto;
}


h1 {
    font-family: Mesdag;
    letter-spacing: 2px;
}

#videos h1, #discography h1, #books h1  {
    color: #4f7776;
    font-size: 3rem;
}

#tour h3 {
    color: #fff;
}

#tour h1 {
    color: #fff;
    padding-top: 150px;
    padding-bottom: 0px;
    font-size: 4rem;
    text-shadow: 0px 0px 10px #000;
}

#tour h1 span {
    display: block;
    margin: 10px auto 30px auto;
    font-size: 0.6em;
    max-width: 500px;
}

.dedication {
    display: block;
    margin: 20px auto 80px auto;
    text-align: center;
font-weight: 400!important;
    text-transform: none!important;
    color: #000!important;
    transition: .3s!important;
    border-radius: 5px!important;
    border: 0!important;
    background-color: #fff!important;
    text-decoration: none!important;
    text-align: center!important;
    line-height: 19px!important;
    padding: 5px 10px!important;
    box-sizing: border-box!important;
    display: inline-block!important; 
}

.dedication:hover {
    color: #fff;
    color: #000;
}

#footer h1 {
    text-align: center;
    margin: 0px 0px 0px auto;
    padding-bottom: 20px;
    color: #000;
}

#videos a {
    color: #fff;
}

#buy, #videos {
    background: url("../img/paper.jpg");
    background-repeat: repeat; 
    background-size: 21vh;
}

#tour {
    background: url("../img/tourbg2.jpg?nc=1");
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

#videos, #discography {
    background: url("../img/paper.jpg");
    background-repeat: repeat; 
    background-size: 21vh;
}

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

#buy h1{
    color: #4f7776;
}

#footer h1 {
    color: #fff;
}


#buy a:hover, #footer a:hover, #merch a:hover, #discography a:hover {
    color: #fff;
}

#footer a {
    transition: 1s;
}

#footer .footersocials {
    display: block;
    margin: 50px auto 0px auto;
}

#footer .footersocials a {
    display: inline;
    padding: 0px 10px;
    font-size: 1.3rem;
    color: #fff;    
}


#home p {
    font-family: 'Trajan', sans-serif;
}

a {
    text-decoration: none;
    transition: 0.3s;
}

a:hover {
    color: #fff;
}

.buttons {
    position: absolute;
    bottom: 4dvh;
    left: 50%;
    transform: translateX(-50%);
    z-index: 11;
    width: 581px;
}

.buttons a {
    margin: 0px 10px;
    padding: 10px 20px;
    background: #8a7259;
    color: #fff;
    font-size: 1.1rem;
    letter-spacing: 0;
    border-radius: 5px;
    display: inline-block;
}

.buttons a:hover {
    background: #4f7776;
}

a.link {
    display: table;
    margin: 30px auto 0 auto;
    padding: 10px 20px;
    background: #8a7259;
    color: #fff;
    font-size: 0.8rem;
    letter-spacing: 0;
    border-radius: 5px;
}

a.link:hover, #videos a.link:hover {
    background: #4f7776;
    color: #fff;
}

#mobile {
    display: none;
}

h1 {
    font-size: 3rem;
    line-height: 3rem;
    padding: 30px 0px 30px 0px;
    text-transform: uppercase;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: normal;    
}

h1.toplogo {
    position: absolute;
    top: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #fff;
    text-shadow: 0px 0px 4px #000;
    font-size: 3rem;
    text-align: center;
    z-index: 111;
    font-family: 'Bebas Neue';
}


/****************  FOOTER ****************/ 


#footer {
    background: url(../img/footerbg2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 100%;
    padding-bottom: 50px;
    padding-top: 70px;
}


.footer-content {
    width: 800px;
    margin: 0 auto;
    display: block;
    position: relative;
    font-size: 1em;
    color: #fff;
    text-align: center;
    overflow-x: hidden;
}

.footer-logo {
    width: 450px;
    display: inline;
    margin: 0px auto 50px auto;
}

.footer-content p {
    font-size: 1rem;
    line-height: 1.5rem;
    margin: 0px 0px;
    text-align: center;
    color: #fff;
}

.footer-contnet p.inline {
    display: inline;
}

.footer-content h3 {
    font-size: 1.3rem;
    line-height: 1.3rem;
    margin: 50px auto 10px auto;
    color: #fff;
    font-weight: normal;
    padding-bottom: 2px;
    display: inline-block;
}

.footer-content h1 {
    color: #000;
}

.footer-content a {
    color: #fff;
    transition: 0.3s;
}

.footer-content a:hover {
    color: #fff !important;
}

#footerfooter {
    background: #000;
    display: block;
    padding: 70px 0px;
    width: 100%;
}

.footersocials {
    display: block;
    margin: 30px auto 0px auto;
}

.footersocials a {
    padding: 10px;
    color: #000;
    transition: 0.5s;
    font-size: 1.5rem;
}

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


h2 {
    font-size: 4rem;
    letter-spacing: 0rem;
    display: block;
    margin: 20px 0px;
    color: #e4e1d4;
    text-align: center;
    font-weight: normal;
}

.at {
    font-family: sans-serif;
    font-weight: bold;
}





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



@media (max-width: 800px) {
	
/* MOBILE GLOBAL */    
    
#desktop, #desktop-menu {
    display: none;
}	

#mobile {
    display: block;
}
    

.hero {
    height: 80dvw;
    width: 80dvw;
}

.circle-container img {
    width: 70dvw;
    height: 70dvw;  
}   
    
    .buttons {
        width: 100%;
    }    
    
    .buttons a {
        padding: 10px 5px;
        font-size: 3dvw;      
    }    
    
    .corner {
    width: 100dvw;
    height: 100dvw;
    top: -25dvw;
    right: -25dvw;        
    }    
    
    h1.toplogo {
        font-size: 2rem;
        padding-top: 12px;
    }

   .video-container {
        width: 100%;
        max-width: 100%;
       padding-top: 30px;
    }    

    .dedication {
        max-width: 200px;
    }   
    
    #buy h1, #videos h1 {
            font-size: 2.5rem;
    letter-spacing: 0px;
    line-height: 3rem;
    }    

#tour h1 {
    padding-top: 150px;
    padding-bottom: 0px;
    font-size: 3rem;
    line-height: 3rem;
    max-width: 400px;
    display: block;
    margin: 0 auto;    
}

#tour h1 span {
    font-size: .5em;
    line-height: 1em;
}    

    html, body {
        overflow-x: hidden;
    }

    
h1, h2 {
    font-size: 2.5rem;
    letter-spacing: 0.1rem;
    line-height: 2.5rem;
}
    
    h1 {
        padding-bottom: 0px;
    }
 
.footer-content {
    text-align: center;
    margin: 0px auto;
    padding-left: 0px;
    width: 100%;
}    

.footer-content p {
    font-size: 0.8rem;
    line-height: 1.3rem;
    margin: 8px 0px;
    text-align: center;
}    
    
h2 {
    text-align: center;
}
    
    
#tour, #buy, #merch, #news, #discography, #footer {
    padding: 50px 0px;
}    
    
a.link {
    font-size: 1rem;
    letter-spacing: 0.05rem;
}   
    
.tour-container {
    width: 80%;
    padding: 20px 0px;
}    
    
   
    #books {
        width: 100%;
    }    
    
    .books {
        display: block;
        width: 80%;
        margin: 0px auto 30px auto;
    }
   
    .buttons .left a, .buttons .center a, .buttons .right a {
padding: 6px 0px;
    display: block;
    width: 180px;
    margin: 0px auto;
        font-size: 0.8rem;
    }
    
    .buttons span.center a {
    border: none;
    display: inline;
    }
    
    .buttons span.center a.secondlink {
        display: block;
    }
    
    .buttons span.center {
border-bottom: 2px solid #8a7259;
    max-width: 180px;
    display: block;
    margin: 0 auto;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: .8rem;
    }
  

/* MOBILE HOME */
    
.bg, .noise {
    height: 110%;
    background-position: 38% 0%;
}    
    
.bg {
    background: url("https://cdn1.umg3.net/684-cdn/those-nights-mobile.jpg");
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}
    
#home-top {
    padding: 0px;
    position: relative;
}  

#body #home-top {
    padding-top: 3vh;
}    
    
#home-title {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
    
#title img {
    display: block;
    width: 85%;
    height: auto;
    margin: 5px auto;    
}    

.biglogo {
    font-size: 20vh;
}    
    
#body #home-title {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}    
    
    
#title span {
    margin: 5px auto;
    text-shadow: 0px 0px 5px rgba(165,0,0,1)
}    
    
#play {
    display: block;
}
    
    
#play span {
    display: none;
}   

.button {
    font-size: 0.8rem;
    padding: 10px 0px;
    max-width: 80%;
    margin: 5px;
    width: 150px;      
}    
    
.arrow {
    bottom: 20px;
}    
    
#body .arrow {
    bottom: 0px;
}

    
/* MOBILE TOUR */
    
#tour {
    z-index: 10;
    margin-bottom: 0px;
    padding-bottom: 30px;
}    
    
#tour .line {
    width: 100px;
}    
    
/* MOBILE FOOTER */
    
#footer {
    padding-bottom: 30px;
    overflow-x: hidden;
   background: url(../img/footerbg2.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;    
}    
    
    #footer h1 {
        text-align: center;
    }    
    
    .footer-pic {
        width: 70%;
        height: auto;
        position: relative;
        right: auto;
        top: auto;
        -webkit-transform: none;
        transform: none;
        display: block;
        margin: 30px auto 30px auto;
    }
    
#footer .fa, #footer .fab, #footer .fal, #footer .far, #footer .fas {
    display: inline !important;
    margin: 0 auto;
}   
    
.footersocials {
    display: table;
    margin: 0px auto;
}    

    #footerfooter {
        padding: 40px 0px;
    }    
    
.footersocials a {
    margin: 0px 0px;
    padding: 10px 9px;
    font-size: 1rem;
    display: table-cell;        
}  
    
    #socials {
    width: 220px;
    bottom: auto;
    top: 25px;
    left: auto;
    right: 10px;
    transform: none;
    }    
    
    #socials a {
        opacity: 0.8;
    }
    
    .outnow {
opacity: .5;
    bottom: 20px;
    font-size: .7rem;
    width: 300px;
    }    
    
.mailinglist {
    margin-top: 30px;
}   
    
    .footer-logo {
        width: 80%;
    }
    
    
.top-container {
    height: 90vw;
    width: 90vw;
}


.row.top, .row.bottom {
    width: 90vw;
}    
    
    .row.bottom {
        bottom: 90px;
    }    
    

.top-container .row img.burn {
    display: block;
    margin: 0 auto;
    top: -5vh;
    left: -180%;
    overflow: hidden;
    z-index: 2;
    height: 105vw;
    width: 209.3vw;
}    
    
    .top-container {
        top: 15%;
            -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    }    
    
    .row.top {
        top: calc(15% - 35px);
    }    
    
    .buttons .left, .buttons .center, .buttons .right {
        width: 100%;
        float: none;
        text-align: center;
    }    
    
}




@media (min-width: 800px) and (max-height: 905px) {
.buttons span a, .buttons .center {
    font-size: 0.7rem;
} 
}


@media (min-width: 800px) and (max-height: 740px) {
    #socials {
        bottom: auto;
        top: 30px;
    }
    .outnow {
        bottom: 30px;
    }
}

