@import url('https://fonts.googleapis.com/css2?family=Jersey+10&family=Jersey+15&display=swap');


body {
    background-color: rgb(255, 255, 255);
    margin:0;
    color: rgb(255, 255, 255);
    /*background-image: url(img/bg_1.png);*/
    
    background-attachment: fixed;
    background-size: cover;

    font-family: "Jersey 15", sans-serif;
    font-weight: 400;
    font-style: normal;

}

.obsah {
    margin:auto;
    width: 90vw;
    height: 265vh;
    background-color: rgb(0, 0, 0);

}

header {
    text-align: center;
    height: 25vw;
    max-height:50vh;
    background-color: rgb(255, 255, 255);
    overflow: hidden;
    
}

header img {
    filter: grayscale(100);
}

header img:hover {
    filter: none;
}

header h1 {
    font-size: 8em;
    margin-top:0;
    font-family: "Jersey 15", sans-serif;
    font-weight: 400;
    font-style: normal;
}

/*-------lightbox--------*/

.lightbox {
    background-color: rgba(0, 0, 0, 0.714);
    top:0;
    width: 100vw;
    height: 100vh;
    position: fixed;
    /*display:flex;*/
    display: none;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    
}

.lightbox img {
    max-width: 80vw;
    max-height: 90vh;
}


.w-title {
    text-align: left;
}

.c-w {
    color: black;
    width: 15px;
    height: 15px;
    background-color: white;
    margin-left: auto;
    margin-right: auto;
}

.w-icons {
    display: flex;
    align-items: center;
    align-content: center;    
    height: 100%;
}

.win-1 {
    width: 70vw;
    height: 20vw;
    background-color: rgb(0, 0, 0);
    position: absolute;
    top: 2vw;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0.3em;
    
}

.win-1 p{
    margin: 2px;
    font-family: "Jersey 15", sans-serif;
    font-weight: 400;
    font-style: normal;
    
    
}

.i-win-1 {
    position: absolute;
    width: 98%;
    height: 88%;
    background-color: rgb(255, 255, 255);
    top:50%;
    left: 50%;
    transform: translate(-50%,-48%);
    overflow: hidden;
}

.header {
    display: flex;
    width: 100%;
    height: 20px;
    justify-content: space-between;
    color: rgb(255, 255, 255);
   
}

.i-win-1 p {
    color: rgb(0, 0, 0);
    font-family: "Jersey 10", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 10vw;
    
    margin-left: 2%;
    margin-top: 2%;
    text-align: center;
}

.c-w-b {
    color: rgb(255, 255, 255);
    width: 15px;
    height: 15px;
    background-color: rgb(0, 0, 0);
    margin-left: auto;
    margin-right: auto;
    top:1vh;
    margin-bottom: 0;
}

/*-------------------*/

.win-2 {
    width: 45vw;
    height: 15vw;
    background-color: rgb(255, 255, 255);
    position: absolute;
    top: 31vw;
    left: 10vw;
    
    border-radius: 0.3em;
    
}

.win-2 p{
    margin-left: 2px;
    font-family: "Jersey 10", sans-serif;
    font-weight: 400;
    font-style: normal;
    
    
}

.w-title-2 {
    text-align: left;
    color: black;
}

.i-win-2 {
    position: absolute;
    width: 98%;
    height: 88%;
    background-color: rgb(0, 0, 0);
    top:50%;
    left: 50%;
    transform: translate(-50%,-46%);
    overflow: hidden;
}

.i-win-2 p {
    color: rgb(255, 255, 255);
    font-family: "Jersey 15", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.117vw;
    text-align: left;
    margin-top: 0.5vw;
}


.win-3 {
    width: 25vw;
    height: 15vw;
    background-color: rgb(255, 255, 255);
    position: absolute;
    top: 50vw;
    left: 10vw;
    
    border-radius: 0.3em;
    
}

.win-3 p{
    margin-left: 2px;
    font-family: "Jersey 10", sans-serif;
    font-weight: 400;
    font-style: normal;
    
    
}

th {
    color: rgb(255, 255, 255);
    font-family: "Jersey 15", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.12vw;
    text-align: left;
    padding: 0.2vw;
}


.win-nav {
    width: 17vw;
    height: 15vw;
    background-color: rgb(255, 255, 255);
    position: absolute;
    top: 50vw;
    left: 38vw;
    
    border-radius: 0.3em;
    
}

.win-nav p{
    margin-left: 2px;
    font-family: "Jersey 10", sans-serif;
    font-weight: 400;
    font-style: normal;
    
    
}

#nav-buttons{
    display: flex;
    height: 100%;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#nav-buttons p {
    color: rgb(255, 255, 255);
    font-family: "Jersey 15", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.117vw;
    text-align: left;
    margin-top: 0.5vw;
}


.win-4 {
    width: 28vw;
    height: 40vw;
    background-color: rgb(255, 255, 255);
    position: absolute;
    top: 28vw;
    left: 60vw;
    
    border-radius: 0.3em;
    
}

.win-4 p{
    margin-left: 2px;
    font-family: "Jersey 10", sans-serif;
    font-weight: 400;
    font-style: normal;
    
    
}

.i-win-4 {
    position: absolute;
    width: 98%;
    height: 95%;
    background-color: rgb(0, 0, 0);
    top:50%;
    left: 50%;
    transform: translate(-50%,-48.5%);
    overflow: hidden;
}


.win-5 {
    width: 70vw;
    height: 41vw;
    background-color: rgb(255, 255, 255);
    position: absolute;
    top: 74vw;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0.3em;
    
}

.win-5 p{
    margin-left: 2px;
    font-family: "Jersey 10", sans-serif;
    font-weight: 400;
    font-style: normal;
    
    
}

.i-win-5 {
    position: absolute;
    width: 99%;
    height: 95%;
    background-color: rgb(0, 0, 0);
    top:50%;
    left: 50%;
    transform: translate(-50%,-48.5%);
    overflow: hidden;
}

.i-win-5 img {
    filter: grayscale(100) blur(5px);

}

.i-win-5 img:hover {
    filter: none;

}

.i-win-4 img {
    filter: grayscale(100);

}

.i-win-4 img:hover {
    filter: none;

}





.win-pages {
    width: 80vw;
    height: 44vw;
    background-color: rgb(255, 255, 255);
    position: absolute;
    top: 74vw;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0.3em;
    
}

.win-pages p{
    margin-left: 2px;
    font-family: "Jersey 10", sans-serif;
    font-weight: 400;
    font-style: normal;
    
    
}

.i-win-pages {
    position: absolute;
    width: 99%;
    height: 95%;
    background-color: rgb(0, 0, 0);
    top:50%;
    left: 50%;
    transform: translate(-50%,-48.5%);
    overflow: hidden;
}

@media only screen and (max-width: 1024px) {
    .win-pages {
        height: 95vw;
    }
    .i-win-pages {
        height: 97%;
        transform: translate(-50%,-49%);
    }
    .obsah {
        height: 103vh;
    }
}
