/* ========= INFORMATION ============================
	- document:  WP Coder!
	- author:    Dmytro Lobov 
	- url:       https://wow-estore.com/
==================================================== */
body{
    background-color: rgb(37, 37, 37);
}
h2{
    font-family: 'IM FELL DW Pica PRO', sans-serif;
    letter-spacing: 15px;
    font-variant: small-caps;
    font-size: 4em;
    color:  #eeeeee;
    position: relative;
    text-align: center;
}
p{
    font-family: 'IM FELL DW Pica PRO', sans-serif;
    font-size: 1.3em;
    text-align: justify;
    color: #eeeeee;
    position: relative;
}
.text{
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left:5em;
    margin-right:5em;
    margin-top:7em;
}
.vinyl{
    width: 50vw;
    position: absolute;
    left:50%;
    translate: calc(-50%);
    overflow: hidden;
}
.vinyl:hover{
  animation: pop 0.5s linear;
}
@keyframes pop {
  0%{scale: 1;}
  50%{scale:1.1}
  100%{scale: 1;}
}
.logo{
    position:fixed;
    z-index: 70;
    height: 4vh;
    top:1.5vh;
    left:50%;
    translate:calc(-50%);
    z-index: 98;
}
.rectangle {
    height: 10vh;
    width: 500em;
    background-color: #000;
    margin: 0;
    position: fixed;
    top:0%;
    left:0%;
    box-shadow: #000000 0em 1em 2em 2em;
    z-index: 70;
  }
 .odraz{
  position: fixed;
  z-index: calc(99);
  height: 4vh;
  top: 6vh;
  left:50%;
translate:calc(-50%);
opacity: 80%;
 }
 /* width */
::-webkit-scrollbar {
    width: 20px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgb(37, 37, 37);
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background-color: #0000004b;
    border-radius:40px ;
  } 
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background-color: #8860d0;
  }
.arrow1{
  height: 5vh;
  transform: rotate(-90deg);
}
.arrow2{
    height: 5vh;
    transform: rotate(90deg);
}
.arrow1:hover{
  animation: hover 1s infinite;
}
.arrow2:hover{
  animation: hover 1s infinite;
}
@keyframes hover {
  0% {opacity: 100%; }
  25% { opacity: 50%; }
  50% { opacity: 100%;}
  75% {opacity: 50%; }
  100% { opacity: 100%;  }
}
.plakat{
    height: 2.5vh;
}
.plakaty{
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  left: 3%;
  position: fixed;
  z-index: 99;
  top:1.5vh;
  opacity: 80%;
}
.foto{
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  right: 3%;
  position: fixed;
  z-index: 99;
  top:1.5vh;
  opacity: 80%;
}
.fotky{
  height: 2.5vh;
}
.link:hover{
    animation: hover 1s infinite;
}
.link{
    font-size: 1.5em;
    font-variant: small-caps;
}
a{
    text-decoration: none;
}
.footer{display:none}
.wpulike {display:none}
.wpulike-heart {display:none}
@media only screen and (max-device-width:750px) and (orientation:portrait){
    h2{
        font-size: 2.5em;
    }
    .vinyl{
        width: 80vw;
    }
    .text{
        margin-left:3.5em;
    margin-right:3.5em;
    }
}
@media only screen and (max-device-width:750px) and (orientation:portrait){
    h2{
        font-size: 1.5em;
    }
    p{
        font-size: 1.2em;
    }
    .text{
        margin-left:2em;
    margin-right:2em;
    }
}
@media only screen and (max-device-height:750px) and (orientation:landscape){
    h2{
        font-size: 2.5em;
    }
}
