.poiner{
    cursor: pointer;
}
/*=================================*/

#banner{
    height: 100vh;
    background-image: url(../img/4bg/bg3.jpg);
    background-size: cover;
    background-position: bottom left;
}

#topnav{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

#topnav *{
    height: 20px;
    width: auto;
    margin: 5px;
    margin-left: 20px;
    cursor: pointer;
}

#banner-content{
    
}

.banner-container{
    display: flex;
    flex-direction: row-reverse;
    height: calc(100% - 30px);
}

.banner-left{
    position: relative;
    width: 30%;
}

.banner-right{
    display: flex;
    width: 70%;
}


.server-info{
    position: absolute;/*zminana relative na absolute*/
    left: 0;
    width: 100%;
}
.info-bg{
    background-color: rgba(0,0,0,0.4);
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
    padding: 5px;
}
.online-dsc{
    margin-top: 15px;
    display: none;
}
.online-dsc a{
    font-weight: 400;
}

.server-info .player-count{
    display: inline;
    font-size: 150%;
    padding: 2px;
    background-color: gold;
    color: black;
}

.server-info img{
    display: block;
    width: 90%;
    height: auto;
}

.server-info ul{
    margin-bottom: 10px;
    list-style-position: inside;   
}

/*===================contwnt------------*/

#s1{
    padding-bottom: 20px;
}

#s1 h1{
    padding-top: 20px;   
}

#s1-content{
    
}

.left{
    width: 100%;
}

.left *{
    padding-top: 20px;   
}

.left-last{
    padding-bottom: 20px;   
}

.right{
    display: none;
    width: 30%;
}
/*
.button{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: forestgreen;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    border: 2px solid gold;
    border-radius: 5px;
    font-size: 120%;
    box-shadow: 0 0 10px black;
    transition: box-shadow 0.5s;
}

.button:hover{
    box-shadow: 0 0 5px gold;
}*/

/*====================*/

#s2{
    
}

#bottom-menu{
    
}

.menu-item{
    display: block;
    margin: 30px auto;
    padding: 10px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    background-color: grey;
    border-radius: 5px;
    border: 2px solid white;
    text-align: center;
    box-shadow: 0 0 10px black;
    transition: box-shadow 0.5s;
}

.menu-item:hover{
    box-shadow: 0 0 5px white;
}

.menu-item img{
    display: block;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.menu-item p{
    margin-top: 5px;
}

.menu-item span{
    font-size: 150%;
    padding: 5px 30%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
    bottom: -20px;
    background-color: forestgreen;
    background-image: linear-gradient(to right,  #009900, #00d000);
    border-radius: 5px;
    border: 2px solid white;
}

/*---menu donejtów i wsparcia-----*/

#donate-box{
    transition : all 0.7s;
    -wekit-transition : all 0.7s;
    -moz-transition : all 0.7s;
    background-color: rgba(0,0,0,0.6);
    box-shadow: 0 0 5px black;
    padding: 5px;

    background-image: url(../img/spruce_planks_smol.jpg);
    box-shadow: 0 0 5px rgb(0,0,0);

    border-radius: 5px;
}

#sign-container{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

#donate-header{
    margin-bottom: 10px;
    padding-top: 10px;
}

#donate-header h4{
    font-size: 150%;
    text-shadow: 0 0 5px black;
}

#sign-container div{
    width: 45%;
}

#sign-container img{
    width: 100%;
    transition : all 0.3s;
    -wekit-transition : all 0.3s;
    -moz-transition : all 0.3s;
    box-shadow: 0 0 5px black;
}

#sign-container img:hover{
    box-shadow: 0 0 3px sandybrown;
}

/*---------------media--------------*/

@media (min-width: 520px){
    .menu-item{
        width: 60%;
    }
    #donate-box{
        width: 80%;
        margin: auto;
    }
}

@media (orientation:landscape){
    .server-info{
        position: relative;/*zminana relative na absolute*/
        align-self: center;
        margin-bottom: 50px;
    }
    .online-dsc{
        display: block;
    }
    .container{
        width: 70%;
    }
    #s2 .container{
        width: 95%;
    }
    #bottom-menu{
        display: flex;
        flex-direction: row;
    }
    .menu-item{
        width: 30%;
        position: relative;
        padding-bottom: 30px;
    }
    .menu-item img{
        height: 70px;
        width: auto;
    }
    .menu-item span{
        padding: 5px 10%;
        position: absolute;
        z-index: 1;
        right: 10px;
    }
}

@media (min-width: 630px){
    .server-info{
        font-size: 110%;
    }
    .info-bg{
        padding: 15px;
    }
    h1{
        font-size: 210%;
    }
    p{
        font-size: 120%;
    }
    /*
    .button{
        width: 60%;   
    }*/
    .server-info img{
        width: 70%;
    }
    
    .container{
        width: 70%;
    }
    #s2 .container{
        width: 95%;
    }
    #bottom-menu{
        display: flex;
        flex-direction: row;
    }
    .menu-item{
        width: 30%;
        position: relative;
        padding-bottom: 30px;
    }
    .menu-item img{
        height: 70px;
        width: auto;
    }
    .menu-item span{
        padding: 5px 10%;
        position: absolute;
        z-index: 1;
        right: 10px;
    }
    
    #footer{
        padding: 10px;
    }



    /*---menu donejtów i wsparcia-----*/

    .don-display-mobile{
        display: none;
    }
    #donate-box{
        position: fixed;
        top: 70%;
        left: -240px;
        width: auto;
        background-image: url(../img/spruce_planks_smol.jpg);

        z-index: 20;

        display: flex;
        flex-direction: row-reverse;

        border-radius: 0 5px 5px 0;
        cursor: pointer;
    }
    #sign-container{
        flex-direction: column;
        justify-content: space-between;
    }
    #donate-header{
        writing-mode: vertical-rl;
        text-orientation: mixed;
        padding-right: 5px;
        padding-left: 15px;
    }
    #sign-container div{
        padding-left: 10px;
    }
    #sign-container img{
        height: 80px;
        width: auto;
    }
}

@media (min-width: 958px){
    .server-info{
        font-size: 140%;
    }
    .server-info img{
        width: 50%;
    }
    
    #s1-content{
        display: flex;
        flex-direction: row;
    }
    .right{
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
    .right img{
        width: 80%;
        max-width: 140px;
        margin: 20px;
    }
    .left{
        width: 70%;
    }
    
    
    h1{
        font-size: 250%;
    }
    p{
        font-size: 130%;
    }
    .container{
        width: 60%;
    }
    #s2 .container{
        width: 80%;
    }
    .menu-item img{
        height: 100px;
    }
}

@media (min-width: 1366px){
    .server-info{
        margin-right: 10%;
        font-size: 150%;
        padding: 20px;
    }
    .online-dsc{
        margin-top: 30px;
    }
    /*
    .button{
        width: 40%;   
    }*/
    .right img{
        height: 250px;
        width: auto;
    }
    .container{
        width: 50%;
    }
    #s2 .container{
        width: 60%;
    }
    .menu-item img{
        height: 130px;
    }
}