
@font-face {
    font-family: soopafre;
    src: url(/assest/font/soopafre.ttf);
}

@font-face {
    font-family: zubik;
    src: url(/assest/font/Zubik.ttf);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'soopafre', sans-serif;
}
/*mobily    (min-width: 360px) and (max-width: 420px)
/*tablety    (min-width: 421px) and (max-width: 990px)
/*desktop    (min-width: 991px)


/* mobily*/
@media screen and (min-width: 300px) and (max-width: 576px) {
    
.body{
    width:100%
    /*display: flex;*/
    flex-direction: column;
    margin: 0;
}

main { 
    flex: 1;
}



.container{
    background-color:gray;
    width:100%;
    margin: 0 auto;
    display: flex;
    align-items: center; /* Vertikální zarovnání */
    justify-content: space-between; /* Prostor mezi prvky */
    
}

.Icon{
    display: none;
}

.text{
    text-align: center;
    flex-grow: 1; /* Textová část zabere dostupný prostor */
}

.content h1 {
    
    
    font-size: 50px;
    color: #ffff00;
    
    /*-webkit-text-stroke:0.05em #ffff00;*/
    /*style="font-size:5vw; color:red;"*/
}

.content h2 {
    
    text-align: center;
    color: #ffffff;
    /*-webkit-text-stroke:0.05em #ffffff;*/
}

.text h3 {
    
    color: #000000;
}

.streamer{
    width: 100%;
    margin: 0 auto;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        background-color: #b9b3b3;
        padding: 10px 30px 10px 30px;
        /*padding: top right bottom left;*/
}

.streamer-box{
     width: 100%;
        /*background-color: #323d41;*/
        background: white;
        color:#ffffff;
        text-align: center;
        padding: 5px 5px 5px 5px;
        /*padding: top right bottom left;*/

}
.streamer-box h3{
    color:black;
    
}
.streamer-Icon{
    width: 90%;
     float: center;
}
.footer {
        display: grid;
        text-align: center;
        grid-template-areas:
            'left'
            'center' 
            'right';
        grid-gap: 10px;
        padding: 5px;
        font-size: 20px;
        background-color: #000000;
      }

      #left {
        grid-area: left;
        margin: 10px 0px 10px 0px;
        color:#00FF08;}
    #center {
        grid-area: center;
        margin: 10px 0px 10px 0px;
        color:#00FF08;}
    #right {
        grid-area: right;
        margin: 10px 0px 10px 0px;
        color:#00FF08;}
}



/*mobily    (min-width: 360px) and (max-width: 420px)
/*tablety    (min-width: 421px) and (max-width: 990px)
/*desktop    (min-width: 991px)


/*tablety*/
@media screen and (min-width: 577px) and (max-width: 990px){
 .body{
    width:100%
    /*display: flex;*/
    flex-direction: column;
    margin: 0;
}

main { 
    flex: 1;
}



.container{
    background-color:gray;
    width:100%;
    margin: 0 auto;
    display: flex;
    align-items: center; /* Vertikální zarovnání */
    justify-content: space-between; /* Prostor mezi prvky */
    
}

.Icon{
    width: 20%;
}

.text{
    text-align: center;
    flex-grow: 1; /* Textová část zabere dostupný prostor */
}

.content h1 {
    
    
    font-size: 50px;
    color: #ffff00;
    
    /*-webkit-text-stroke:0.05em #ffff00;*/
    /*style="font-size:5vw; color:red;"*/
}

.content h2 {
    
    text-align: center;
    color: #ffffff;
    /*-webkit-text-stroke:0.05em #ffffff;*/
}

.text h3 {
    
    color: #000000;
}

.streamer{
    width: 100%;
    margin: 0 auto;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        background-color: #b9b3b3;
        padding: 10px 30px 10px 30px;
        /*padding: top right bottom left;*/
}

.streamer-box{
     width: 100%;
        /*background-color: #323d41;*/
        background: white;
        color:#ffffff;
        text-align: center;
        padding: 5px 5px 5px 5px;
        /*padding: top right bottom left;*/
}
.streamer-box h3{
    color:black;
}

.streamer-Icon{
    width: 90%;
     float: center;
}
.footer {
        display: grid;
        text-align: center;
        grid-template-areas:
            'left'
            'center' 
            'right';
        grid-gap: 10px;
        padding: 5px;
        font-size: 20px;
        background-color: #000000;
      }

      #left {
        grid-area: left;
        margin: 10px 0px 10px 0px;
        color:#00FF08;}
    #center {
        grid-area: center;
        margin: 10px 0px 10px 0px;
        color:#00FF08;}
    #right {
        grid-area: right;
        margin: 10px 0px 10px 0px;
        color:#00FF08;}

}

/*mobily    (min-width: 360px) and (max-width: 420px)
/*tablety    (min-width: 421px) and (max-width: 990px)
/*desktop    (min-width: 991px)


/*desktop*/
@media screen and (min-width: 991px){
    
.body{
    width:100%
    /*display: flex;*/
    flex-direction: column;
    min-height: 100vh;
    margin: 0;
}

main { flex: 1;
}



.container{
    background-color:gray;
    width:80%;
    margin: 0 auto;
    display: flex;
    align-items: center; /* Vertikální zarovnání */
    justify-content: space-between; /* Prostor mezi prvky */
    
}

.Icon{
    width: 20%;
}

.text{
    text-align: center;
    flex-grow: 1; /* Textová část zabere dostupný prostor */
}

.content h1 {
    
    
    font-size: 100px;
    color: #ffff00;
    
    /*-webkit-text-stroke:0.05em #ffff00;*/
    /*style="font-size:5vw; color:red;"*/
}

.content h2 {
    
    text-align: center;
    color: #ffffff;
    /*-webkit-text-stroke:0.05em #ffffff;*/
}

.text h3 {
    
    color: #000000;
}

.streamer{
    width: 80%;
    margin: 0 auto;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        background-color: #b9b3b3;
        padding: 10px 30px 10px 30px;
        /*padding: top right bottom left;*/
}

.streamer-box{
     width: 100%;
        /*background-color: #323d41;*/
        background: white;
        color:#ffffff;
        text-align: center;
        padding: 5px 5px 5px 5px;
        /*padding: top right bottom left;*/
}


.streamer-box h3{
    color:black;
}

.streamer-Icon{
    width: 90%;
     float: center;
    }
    .footer {
    display: grid;
    /*position: fixed;*/
    bottom: 0;
    width: 100%;
    margin-top: 20px;
    text-align: center;
    grid-template-areas:
        'left center right';
    grid-gap: 10px;
    padding: 10px;
    font-size: 25px;
    background: #383838;
}

.footer p{
    color:#00ff08;
}
}









/*

::-webkit-scrollbar {
    background: #2200ff;
}

::-webkit-scrollbar-thumb {
    background: #00FF08;
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgb(0, 255, 8);
}*/




html {
background-color: black;
scroll-behavior: smooth; /*pomalej scroll*/
width: 100%;
}

.body{
    width:100%
    /*display: flex;*/
    flex-direction: column;
    min-height: 100vh;
    margin: 0;
}

main { flex: 1;
}




.linkNaStreamera {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    color: #b9b3b3;
    background-color: #007bff;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s;
    
}

.linkNaStreamera:hover{
    background-color: #0056b3;
}

.button-outofstock {
    background-color: #dc3545;
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    color: #b9b3b3;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s;
    
} .button-outofstock:hover{
    background-color: #c82333;
    
}




.link {
    font-weight: bold;
    color: #1741ff;
    text-decoration: double;
}