.kontener{
    position: relative;
}

.menuPozycja{
    position: absolute;
    bottom: 12px;
}

.menuLewo{
    text-align:center;
}

.menuPrawo{
    text-align: center;
}

.menuPrzycisk{
    font-family: Kurale;
    font-size: 27px;
    color:black;
}

.menuPrzycisk:hover{
    font-family: Kurale;
    font-size: 27px;
    color: purple;
    cursor: pointer;
}

.menuWybrany{
    font-family: Kurale;
    font-size: 27px;
    color: darkgray;
    font-weight: bold;
}

.menuWybrany:hover{
    font-family: Kurale;
    font-size: 27px;
    color: darkgray;
    font-weight: bold;
    cursor: default;
}

@media(max-width:1000px){
    .menuPrzycisk{
        font-size: 22px;
    }

    .menuPrzycisk:hover{
        font-size: 22px;
    }

    .menuWybrany{
        font-size: 22px;
    }

    .menuWybrany:hover{
        font-size: 22px;
    }
}

@media(max-width:800px){
    .menuPrzycisk{
        font-size: 19px;
    }

    .menuPrzycisk:hover{
        font-size: 19px;
    }

    .menuWybrany{
        font-size: 19px;
    }

    .menuWybrany:hover{
        font-size: 19px;
    }
}

.podkreslenie{
    position: absolute;
    bottom: 0;
    border-bottom: solid 7px darkgray;
}
.hamburger{
    float:right;
}

.hamburgerOpcje{
    font-family: Kurale;
}

.absolute{
    position: absolute;
}

.facebookTab{
    z-index: 20;
    background-color: #29487d;
    color: white;
    text-align: center;
    top: 100px;
    font-size: 30px;
    right: 0;
    width: 65px;
    padding-top:15px;
    height: 65px;
    position: fixed;
}

@media (max-width: 767px) {
.facebookTab {
    font-size: 25px;
    width: 50px;
    padding-top: 8px;
    height: 50px;
    top:70px;
}
}

.facebookTab:hover{
    background-color: black;
    cursor: pointer;
}