@font-face{
    src: url(fonts/rounded.ttf);
    font-family: round;
}

@font-face{
    src: url(fonts/pp.otf);
    font-family: "pp";
}

@font-face{
    src: url(fonts/windsor.otf);
    font-family: "windsor";
}

@keyframes backgroundmov{
            
    0%{
        background-position: bottom;
        opacity: 1;
    }
    100%{
        background-position : top; 
        opacity: 0;
    }      
}

@keyframes backgroundhover{
            
    0%{background-position: top; opacity: 0;}
    1% {background-position: top; opacity: 1;}
    100%{background-position: bottom; opacity: 1;}      
}

@keyframes ticker {
   0% { transform: translate3d(0%, 0, 0); }
   100% { transform: translate3d(-50%, 0, 0); }
}

@keyframes tickernegative {
   0% { transform: translate3d(-50%, 0, 0); }
   100% { transform: translate3d(0%, 0, 0); }
}

body{
    height: 100vh;
    cursor: url(images/CURSOR.svg),auto;
    margin: 0;
    background-color: rgb(230,230,230);
    z-index: -10;

    scrollbar-width: none;
    -ms-overflow-style: none;
}

body a{
    cursor: url(images/CURSOR.svg),auto;
}

::-webkit-scrollbar {
display:none;
}
    

.headerbox {
    position: fixed;
    text-align: center;
    width: 100vw;
    height: 6vw;
    top:0vw;
    left:0;
    font-family: "pp";
    z-index: 100;
    justify-content: center;
    text-decoration: none;
    background-color: red;
    overflow: hidden;

}

.headerbox a {
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
    font-size: 5vw;
    color: white;
    margin-top:-0.7vw;
    display: inline-block;

}

.headerbox a:hover {
    transform:skew(-10deg);
}

.headerleft {
    float: left;
}

.headerright {
    float: right;
}


.space{
    margin-top:6vw;
}

.line{
    position: relative;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    border: 1px solid red;
    overflow: hidden;
}

.headline{
    font-size: 10vw;
    width: 100vw;
    align-items: center;
    font-family: "round";
    line-height: 9vw;
    text-align: center;
    margin-left:0px;
    color: red;
    margin-right:0px;
    height:20vw;
    position: relative;
}


.info{
    color: red;
    background-color: white;
    position:relative;
    font-size: 1vw;
    line-height: 1vw;
    font-family: "round";
    text-transform: uppercase;
    width:100vw;
    padding: 0.5vw 0 0.5vw 0;
    overflow: hidden;
}

.infotext{
    display: flex;
    width: 200vw;
    justify-content: space-around;
  &:before,
  &:after {
    content: '';
    display: block;
  }

    transform: translate3d(25%, 0, 0);
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-name: ticker;
    animation-duration: 10s;
}


.boxpica{
    position:relative;
    display: inline-flex;
    width: 100vw;
    overflow: hidden;
}
    
.pica{
    height: auto;
    background-image: url(images/roll.png);
    background-size:cover;
    animation-name: backgroundmov;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-duration: 1s;
    animation-fill-mode: forwards;  
    transition: all 1s ease;
    z-index: 10;
    width:100vw;
}

.pica a{
    text-decoration: none;
    color: red;
    z-index: 100;
}

.picatext{
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    transition: all 1s ease;
    z-index: -10;
}

.picavisitor{
    color: white;
    display:none;
    text-align: center;
    width: 100vw;
    left:0;
    font-family: "pp";
    text-transform: uppercase;
    z-index: 100;
    font-size: 2.5vw; 
    position: fixed;
    content:url(images/merch.png);
    width: 5vw;
    height: 5vw;
    justify-content: center;
    left:50%;
    top:0.5vw;
    overflow: hidden;
}

.pica:hover ~ .picavisitor{
    display: none;
}


pica:hover{
    font-size: 1vw;
}

.pica:hover {
    animation-name: backgroundhover;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

.rightinfo{
    color: red;
    background-color: bisque;
    position:relative;
    font-size: 1vw;
    line-height: 1vw;
    font-family: "round";
    text-transform: uppercase;
    width:100vw;
    overflow: hidden;
    padding: 0.5vw 0 0.5vw 0;
    z-index: -10;
}

.rightinfotext{
    display: flex;
    width: 200vw;
    justify-content: space-around;
  &:before,
  &:after {
    content: '';
    display: block;
  }
    overflow: hidden;
    transform: translate3d(-25%, 0, 0);
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-name: tickernegative;
    animation-duration: 10s;

}


.boxtwojockeys{
    position:relative;
    display: inline-flex;
    width: 100vw;
    overflow: hidden;
}

.twojokeys{
    background-image: url(images/hammer.png);
    background-size: cover;
    animation-name: backgroundmov;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-duration: 1s;
    animation-fill-mode: forwards;  
    transition: all 1s ease;
    z-index: 10;
    overflow: hidden;
    width:100vw;
}

.twojokeys a{
    text-decoration: none;
    color: red;
    z-index: 100;
}

.twojokeystext{
    position: absolute;
    left:0;
    right:0;
    bottom:0;
    top:0;
    transition: all 1s ease;
    z-index: -10;
    overflow: hidden;
} 

.twojokeysvisitor{
    color: white;
    display:none;
    text-align: center;
    width: 100vw;
    top:-1.5vw;
    left:0;
    font-family: "pp";
    text-transform: uppercase;
    z-index: 100;
    font-size: 2.5vw; 
    position: fixed;
    content:url(images/horse.svg);
    width: 5vw;
    height: 5vw;
    justify-content: center;
    left:50%;
    top:10px;
    overflow: hidden;
}

.twojokeys:hover ~ .twojokeysvisitor{
    display: none;
}

.twojokeys:hover {
    color:lightgray;
    animation-name: backgroundhover;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}


.boxfft{
    position:relative;
    display: inline-flex;
    width: 100vw;
    overflow: hidden;
}

.fft{
    background-image: url(images/bruk.png);
    background-size: cover;
    animation-name: backgroundmov;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-duration: 1s;
    animation-fill-mode: forwards;  
    transition: all 1s ease;
    z-index: 10;
    overflow: hidden;
}

.fft a{
    text-decoration: none;
    color: red;
    z-index: 100;
}

.ffttext{
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    transition: all 1s ease;
    z-index: -10;
    overflow: hidden;
} 

.fft:hover {
    color:rgb(232,232,232);
    animation-name: backgroundhover;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}


.boxhiastabye{
    position:relative;
    display: inline-flex;
    width: 100vw;
    overflow: hidden;
}

.hiastabye{
    background-image: url(images/asta.png);
    background-size: cover;
    animation-name: backgroundmov;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-duration: 1s;
    animation-fill-mode: forwards;  
    transition: all 1s ease;
    z-index: 10;
    overflow: hidden;
    width: 100vw;
}

.hiastabye a{
    text-decoration: none;
    color: red;
    z-index: 100;
}
.hiastabyetext{
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    transition: all 1s ease;
    z-index: -10;
    overflow: hidden;
} 

.hiastabye:hover {
    color:rgb(232,232,232);
    animation-name: backgroundhover;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

.boxgqom{
    position:relative;
    display: inline-flex;
    width: 100vw;
    overflow: hidden;
}

.gqom{
    background-image: url(images/gqom_hearts_low.png);
    background-size: cover;
    animation-name: backgroundmov;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-duration: 1s;
    animation-fill-mode: forwards;  
    transition: all 1s ease;
    z-index: 10;
    overflow: hidden;
    width:100vw;
}

.gqom a{
    text-decoration: none;
    color: red;
    z-index: 100;
}

.gqomtext{
    position: absolute;
    left:0;
    right:0;
    bottom:0;
    top:0;
    transition: all 1s ease;
    z-index: -10;
    overflow: hidden;
} 

.gqomvisitor{
    color: white;
    display:none;
    text-align: center;
    width: 100vw;
    top:-1.5vw;
    left:0;
    font-family: "pp";
    text-transform: uppercase;
    z-index: 100;
    font-size: 2.5vw; 
    position: fixed;
    content:url(images/horse.svg);
    width: 5vw;
    height: 5vw;
    justify-content: center;
    left:50%;
    top:10px;
    overflow: hidden;
}

.gqom:hover ~ .gqomvisitor{
    display: inline-block;
}

.gqom:hover {
    color:lightgray;
    animation-name: backgroundhover;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

.boxquestions{
    position:relative;
    display: inline-flex;
    width: 100vw;
    overflow: hidden;
}

.questions{
    background-image: url(images/questions_03.png);
    background-size: cover;
    animation-name: backgroundmov;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-duration: 1s;
    animation-fill-mode: forwards;  
    transition: all 1s ease;
    z-index: 10;
    overflow: hidden;
    width:100vw;
}

.questions a{
    text-decoration: none;
    color: red;
    z-index: 100;
}

.questionstext{
    position: absolute;
    left:0;
    right:0;
    bottom:0;
    top:0;
    transition: all 1s ease;
    z-index: -10;
    overflow: hidden;
} 

.questionsvisitor{
    color: white;
    display:none;
    text-align: center;
    width: 100vw;
    top:-1.5vw;
    left:0;
    font-family: "pp";
    text-transform: uppercase;
    z-index: 100;
    font-size: 2.5vw; 
    position: fixed;
    content:url(images/horse.svg);
    width: 5vw;
    height: 5vw;
    justify-content: center;
    left:50%;
    top:10px;
    overflow: hidden;
}

.questions:hover ~ .gqomvisitor{
    display: inline-block;
}

.questions:hover {
    color:lightgray;
    animation-name: backgroundhover;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

@media only screen and (max-width:375px){
    .line{
    position: relative;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    border: 1px solid red;
    overflow: hidden;
}
    .space{
    margin-top:9vw;
}
    .headerbox {
    position: fixed;
    text-align: center;
    width: 100vw;
    height: 9vw;
    top:0vw;
    left:0;
    font-family: "pp";
    z-index: 100;
    justify-content: center;
    text-decoration: none;
    background-color: red;
    overflow: hidden;

}

    .headerbox a {
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
    font-size: 7.5vw;
    color: white;
    margin-top:-0.7vw;
    display: inline-block;

}
    .headline{
    font-size: 15vw;
    width: 100vw;
    align-items: center;
    font-family: "round";
    line-height: 15vw;
    text-align: center;
    margin-left:0px;
    color: red;
    margin-right:0px;
    height:40vw;
    position: relative;
}
    .info{
    color: red;
    background-color: white;
    position:relative;
    font-size: 3vw;
    line-height: 3vw;
    font-family: "round";
    text-transform: uppercase;
    width:100vw;
    padding: 0.5vw 0 0.5vw 0;
    overflow: hidden;
    white-space: nowrap;
}
    .infotext{
    display: flex;
    width: 400vw;
    justify-content: space-around;
  &:before,
  &:after {
    content: '';
    display: block;
  }

    transform: translate3d(25%, 0, 0);
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-name: ticker;
    animation-duration: 20s;
}
    
}

    
