body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #bbb;
    height: 100vh;

}

a {
    color: #000;
}

.header {
    background-color: #fff;
    box-shadow: 1px 1px 4px o rgba(0, 0, 0, .1);
    position: fixed;
    width: 100%;
    z-index: 3;
}

.header ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    background-color: #fff;
}

.header ul a {
    display: block;
    padding: 13px;

    text-decoration: none;
    border-bottom: 1px solid grey;
}

.header ul a:hover {
    background-color: #ddd;
}

.header .logo {
    float: left;
    display: block;
    font-size: 2em;
    padding: 10px 20px;
}

.header .menu {
    clear: both;
    max-height: 0;
    transition: max-height .2s ease-out;

}

.header .menu-icon {
    padding: 28px 20px;
    position: relative;
    float: right;
    cursor: pointer;
}

.header .menu-icon .nav-icon {
    background-color: #333;
    display: block;
    height: 2px;
    width: 18px;
    position: relative;
    transition: background .2s ease-out;
}

.header .menu-icon .nav-icon::before {
    background: #333;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 5px;
    transition: all .2s ease-out;
}

.header .menu-icon .nav-icon::after {
    background: #333;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: -5px;
    transition: all .2s ease-out;
}

.content {
    /*background-image: url("las.jpg");*/

    background-size: cover;
    height: 100vh;
    background-repeat: no-repeat;


}





.main {
    background-color: rgb(136, 82, 51);
    min-width: 300px;
    margin-top: -26px;


}

.main h1 {
    text-align: center;
    display: block;
    padding-top: 10px;
}

.header .menu-btn {
    display: none;
}

.header .menu-btn:checked~.menu {
    max-height: 300px;

}

.header .menu-btn:checked~.menu-icon .nav-icon {
    background: transparent;
}

.header .menu-btn:checked~.menu-icon .nav-icon::before {
    transform: rotate(-45deg);
    top: 0;
}

.header .menu-btn:checked~.menu-icon .nav-icon::after {
    transform: rotate(45deg);
    top: 0;
}

.paragraf {

    margin-top: -4px;
    padding: 10px;
    text-align: justify;
    color: whitesmoke;


}

.main div {
    column-count: 2;
}

@media (max-width: 500px) {
    .main div {
        column-count: 1;
    }
}

.main div li {

    float: none;
}

.warakomski {
    width: 100%;




    /*position: absolute;
    top: 52px;
    left: auto;
    right: auto;
    */
}

.warakomski img {
    width: 100%;

}

@media (min-width: 300px) {
    .image {
        padding-top: 58px;
    }
}

@media (min-width: 700px) {
    .image {
        padding-top: 50px;
    }
}

@media (min-width: 53em) {

    ul {
        display: block;
        list-style: none;
        margin: 0;
        padding-left: 10px;
    }

    ul li {
        float: left;
    }

    ul a:link {
        text-decoration: none;
        display: block;
        width: 9.2vw;
        text-align: center;
        background-color: #ccc;
        color: #000;
        border-left: 1px solid black;
        border-bottom: 0;
        padding: 5px;
    }



    ul a:hover {

        padding: 7px 3px 3px 7px;
    }

    .header .menu {
        clear: none;
        float: right;
        max-height: none;


    }

    img {
        width: 100%;
    }

    .header .menu-icon {
        display: none;
    }

    body {
        width: 60%;
        margin: 0 auto;


    }

    .header ul a {
        padding: 10px;


    }


    .header {
        width: 60%;
        font-size: 0.8em;
        background-color: #ccc;

    }

    .warakomski {
        width: 60%;



    }



    .image {
        padding-top: 35px;
    }

    .header .logo {
        display: none;
    }

    .menu .mnie {
        border-left: 0;
    }



}

.compsoul-cookies {
    background: #fff;
    border: 1px solid #000;
    box-sizing: border-box;
    bottom: 0;
    opacity: 0;
    padding: 20px 160px 20px 20px;
    position: fixed;
    width: 60%;
    z-index: -1;
    height: 25vh;
}

.compsoul-cookies.active {
    animation: show linear 0.4s;
    opacity: 1;
    z-index: 1;
}

.compsoul-cookies.hidden-click {
    animation: hidden linear 0.4s;
    opacity: 0;
    z-index: -1;
}

.compsoul-cookies.hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.compsoul-cookies button {
    cursor: pointer;

    right: 20px;
    margin-top: 5px;

    transform: translate(0, -50%);
    width: 120px;
}

@keyframes hidden {
    0% {
        opacity: 1;
        z-index: 1;
    }

    99% {
        opacity: 0;
        z-index: 1;
    }

    100% {
        opacity: 0;
        z-index: -1;
    }
}

@keyframes show {
    0% {
        opacity: 0;
        z-index: -1;
    }

    1% {
        opacity: 0;
        z-index: 1;
    }

    100% {
        opacity: 1;
        z-index: 1;
    }
}




.content.compsoul-cookies {
    position: fixed;
    top: 500px;


    height: 19vh;
    width: 60%;

    padding: 0 20px;
    box-sizing: border-box;
}


@media (max-width: 844px) {
    .content.compsoul-cookies {
        width: 100%;
        top: 200px;
        height: 24vh;
    }
}

@media (max-width: 644px) {
    .content.compsoul-cookies {
        top: 170px;
        height: 33vh;
    }

}

@media (max-width: 390px) {
    .content.compsoul-cookies {

        height: 30vh;
    }
}

@media (max-width: 320px) {
    .content.compsoul-cookies {

        height: 33vh;
    }
}

@media (max-height: 320px) {
    .content.compsoul-cookies {
        top: 100px;
        height: 33vh;
    }
}

@media (min-width: 1024px) {
    .content.compsoul-cookies {

        height: 200px;
    }
}

.footer {
    height: 5vh;
    background-color: #888;
    color: white;
    text-align: center;
    line-height: 6vh;
    min-width: 340px;

}