body {
    position: fixed;;
    height: 100%;
    width: 100vw;
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-family: 'mitim';
    background-color: black;
    color: white;
    overflow-x: hidden;
}

.header {
    width: 100%;
    height: 40px;
    z-index: 10000;
    text-align: center;
    position: absolute;
    top: 0;
    cursor: pointer;
    z-index: 1;
    opacity: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.header__title {
    font-size: 200px;
    line-height: 170px;
    height: 400px;
    pointer-events: none;
    text-align: center;
    pointer-events: none;
    -webkit-user-select: none; /* Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
    color: transparent;
    background-image: url('data/brno.png');
    background-size: 500px;
    background-position: center;
    background-repeat: no-repeat;
}

.header__mobile-button {
    width: 40px;
    height: 40px;
    background-color: black;
    border-radius: 50%;
    right: 5px;
    top: 5px;
    position: absolute;
    display: none;
}

.header__band {
    left: 0;
    background-color: black;
    position: absolute;
    overflow: visible;
    z-index: 1000000;
    cursor: pointer;
    color: white;
    padding-top: 5px;
}

.header__band-letters {
    display: none;
    text-align: left;
    width: 3520px;
    cursor: default !important;
    transition-duration: 0.5s;
}

.header__band-letters p {
    color: white;
}

.header__band-numbers {
    width: 8520px;
    text-align: left;
    overflow-y: visible;
}

.band__names {
    word-break: break-all;
    margin: 0;
    padding-top: 5px;
    font-size: 28px;
    display: inline-block;
    margin-right: 10px;
}

.band__names-mobile {
    margin: 0;
    padding: 12px;
    width: 100vw;
    color: white;
    height: fit-content;
    text-align: center;
    overflow: visible;
    box-sizing: border-box;
    font-size: 21px;
}

.main {
    /* top: 40px; */
    /* height: calc(100% - 40px); */
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0;
}

.main__poster {
    width: 200vh;
    height: calc(100% - 40px);
    position: absolute;
    top: 40px;
    z-index: 1;
    overflow: hidden;
    /* cursor: url(data/dag.png), auto; */
    cursor: default;
}

.main__info {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    position: absolute;
    box-sizing: border-box;
    z-index: 2;
    top: 100vh;
    text-align: left;
    font-size: 28px;
    background-color: rgba(0,0,0,1);
    /* line-height: 34px; */
    line-height: 140%;
    padding: 0 20px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    overflow-x: hidden;
}

.main__info__p {
    overflow: scroll;
    height: 100vh;
    overflow-x: hidden;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.main__info__p::-webkit-scrollbar {
    display: none;
}
  
/* Hide scrollbar for IE and Edge */
.main__info__p {
    -ms-overflow-style: none;
    padding-top: 16px;
}

.main__info__p span {
    display: block;
}

.main__info__p {
    /* padding: 15px 50px 30px 50px; */
    margin-top: 0;
    cursor: default;
}

.main__info__p p {
    padding: 0;
    margin-top: 0;
}

.main__info__image {
    cursor: url('data/dag.png'), auto;
    width: 100%;
    margin-top: 30px;
}

.main__info__p h1 {
    font-size: 28px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 100px;
}

.main__info__p a {
    color: white;
}

.main__info hr {
    border: none;
    opacity: 0.8;
    border-top: solid 2px red;
    margin: 40px 0;
}

.main__info__bio {
    cursor: pointer;
    margin: 0;
    padding: 0;
    width: fit-content;
}

.contribution {
    cursor: default;
}

.popup__doc {
    position: fixed;
    /* width: 350px;
    height: 500px; */
    border: solid 1px white;
    cursor: url('cursors/cross.png'), auto;
}
a {
    border-bottom: 1px solid white;
    text-decoration: none;
    width: fit-content;
    width: -moz-fit-content;
    /* margin-top: 4px; */
    padding-top: 17px;
    line-height: 1px;
    padding-bottom: 12px;
    margin-bottom: 7px;
    text-shadow:
        2px 2px black,
        2px -2px black,
        -2px 2px black,
        -2px -2px black;
    display: inline-block;
} 

.credits {
    width: 85%;
}

.main__info__bio__sub a {
    display: block !important;
} 


.popup__bio {
    position: fixed;
    width: 250px;
    height: fit-content;
    border: solid 1px white;
    background-color: black;
    font-size: 15px;
    line-height: 19px;
    padding: 20px;
    box-sizing: border-box;
    cursor: url('cursors/cross.png'), auto;
}

.popup__bio a {
    color: white;
}

.poster__info {
    font-size: 20px;
    padding: 20px;
    display: none;
}

.footer {
    width: 120px;
    height: 120px;
    position: absolute;
    bottom: 0;
    right: 0;
    cursor: pointer;
    z-index: 10000;
    opacity: 0;
    transition-duration: 0.3s;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.footer__number {
    width: 100px;
    height: 150px;
    background-image: url('data/fleche.png');
    background-size: 40px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    padding: 0;
    margin: 0;
    bottom: 0px;
    right: 0px;
    /* filter: grayscale(1); */
    transition-duration: 0.3s;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.main__info__bio {
    color: white;
}  

.main__info__bio:hover {
    color: red;
}  


.main__info__bio--red {
    color: red;
}  

.main__info__bio--red:hover {
    color: red;
}  

.main__info__bio p{
    color: white;
}  

.main__info__bio p:hover {
    color: white;
}  

.footer__number:hover {
    /* filter: grayscale(0); */
}

.image__arrow {
    width: 50px;
    display: inline-block;
    cursor: pointer;
    font-family: 'Mitim';
    color: white;
    background-color: black;
    outline: black;
    border: none !important;
    font-size: 50px;
}

.image__arrow--left {
    transform: rotate(90deg);
    vertical-align: bottom;
}

.image__arrow--right {
    vertical-align: top;
    transform: rotate(-90deg);
    margin-left: calc(100% - 110px);
}


/* controls */
.dg {
    display: none;
}

canvas {
   margin-top: -125px;
   opacity: 0;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.main__info::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE and Edge */
.main__info {
    -ms-overflow-style: none;
    /* padding-top: 11px; */
}

.band__names span {
    margin-right: 5px;
}

@font-face {
    font-family: 'Mitim';
    src: url('font/Mitim_Xi.otf');
}  

@keyframes loop_line-letters {
    0% {
        margin-left: 0%;
    }
    100% {
        margin-left: -605px;
    }
    
}

@keyframes loop_line-numbers {
    0% {
        margin-left: 0%;
    }
    100% {
        margin-left: -5440px;
    }
    
}

@keyframes rotate180 {
    0% {
        transform: rotate(0deg);
        /* filter: grayscale(1); */
    }
    100% {
        transform: rotate(360deg);
        /* filter: grayscale(0); */
    }
}

@keyframes rotate0 {
    0% {
        transform: rotate(360deg);
        /* filter: grayscale(0); */
    }
    100% {
        transform: rotate(0deg);
        /* filter: grayscale(1); */
    }
}

@keyframes click_me {
    0% {
        color: white;
        /* background-color: white; */
    }
    30% {
        color: black;
        /* background-color: black; */
    }
    50% {
        color: white;
        /* background-color: white; */
    }
    70% {
        color: black;
        /* background-color: black; */
    }
    100% {
        color: white;
        /* background-color: white; */
    }
}