@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;

   
    height: 273vw;
    max-height: 590vh;

    
}

.obsah {
    margin:auto;
    width: 90vw;
    height: 250vw;
    max-height: 550vh;
    background-color: rgb(0, 0, 0);

}

header {
    text-align: center;
    height: 45vw;
    max-height:90vh;
    background-color: rgb(255, 255, 255);
    overflow: hidden;
    
}

header img {
    filter: grayscale(100);
}

header img:hover {
    filter: none;
    
}

.i-win-5 img{
    filter: grayscale(100);
}

.i-win-5 img:hover {
    filter: none;
    
}

header h1 {
    font-size: 8em;
    margin-top:0;
    font-family: "Jersey 15", sans-serif;
    font-weight: 400;
    font-style: normal;
}

footer {
    height: 15vw;
    background-color: rgb(255, 255, 255);
    overflow: hidden;
    top: 300vw;
}

.i-win-comms a, .i-win-social a, .i-win-5 a{
    text-decoration: none;
    background-color: white;
    color: black;
    border: 1px solid white;
}
.i-win-comms a:hover, .i-win-social a,.i-win-5 a:hover {
    text-decoration: none;
    background-color: black;
    color: white;
    border: 1px solid white;
}

.i-win-c a{
    text-decoration: none;
    background-color: white;
    color: black;
    border: 1px solid white;
}
.i-win-cos a:hover {
    text-decoration: none;
    background-color: black;
    color: white;
    border: 1px solid white;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    margin-top: 28vw;
}


@media only screen and (max-width: 1280px) {
    
       
    body {
        
      
        height: 1500vw;
        max-height: 790vh;
          
        
        
      }
      .obsah {
          height: 1500vw;
          max-height: 735vh;
      }
  
      header {
        height: 45vw;
        max-height:115vh;
      }

  }




@media only screen and (max-width: 1024px) {
    .obsah {
        height: 8000vh;
        max-height: 545vw;
    }
    body {
    
        height: 600vw;
        max-height: 258vh;
        }
    header {
    
        height: 5800vh;
        max-height: 68vw;
        
        
    }
}

