@media only screen and (max-width: 767px) {
    .navbar {
        overflow: visible;
        height: 72px;
    }
    .nav-height {
        height: 72px;
    }
    .navbar-nav {
        background-color: rgba(0, 0, 0, 1.0);
        z-index: 2;
        overflow: visible;
    }
    .navbar-header button {
        margin-top: 20px;
        background-color: rgba(255,255,255,0.9);
    }
        .logo-menu {
display:none;
}
    .start h1{
    color: rgb(255, 215, 0);
    font-size: 3em;
    text-align: right;
		text-shadow: 2px 2px 4px #000000;
}

    
    .img-pos {
        height: 30px;
    }
    .icon-bar {
        background-color: rgb(0, 0, 0);
        box-shadow: 1px 1px 1px black;
    }
    .navbar ul li a {
        line-height: 20px;
    }
    .navbar ul li a:hover {
        background-color: rgb(0, 0, 0);
        color: rgb(255, 255, 255);
    }
    .mobile_hide {
        display: none;
        !important
    }
    .jak_to_dziala_icon,
    .jak_to_dziala_icon2,
    .jak_to_dziala_icon3 {
        margin-top: 0%;
        vertical-align: top;
        font-size: 0.5em;
    }
    .three_steps_down1,
    .three_steps_down2,
    .three_steps_down3 {
        margin-top: 30px;
    }
    .galeria_anim{
        padding-top: 100px;
    }
    .footer{
        margin-top: 150px;
    }
}

@media only screen and (max-width: 440px) {
    .img-pos {
        height: 25px;
        !important margin-left: 0px;
    }
    .jak_to_dziala_icon,
    .jak_to_dziala_icon2,
    .jak_to_dziala_icon3 {
        margin-top: 0%;
        !important margin-left: 0%;
        !important padding-left: 0px;
        !important !important vertical-align: top;
        !important font-size: 0.5em;
        !important
    }
    .three_steps_wrapper {
        background: rgba(20, 20, 20, 1.0);
        !important
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .nav-height {
        height: 60px;
    }
    .navbar {
        height: 80px;
    }
    
    .logo-menu {

    height:50px;
    padding-top: 0px;
}
    
    .img-pos {
        height: 23px;
        width: 265px;
        margin-left: 0px;
    }
    .navbar-nav {
        width: 100%;
    }
    .navbar ul li a {
        font-size: 0.8em;
        line-height: 30px;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
        margin-top: 0;

    }
    .icon_start {
        margin-top: 30%;
    }
    .jak_to_dziala_icon {
        padding-top: 45px;
    }
    .jak_to_dziala_icon3 {
        margin-left: 0%;
        padding-top: 45px;
    }
    .three_steps_down2 {
        margin-top: 30px;
    }
    .three_steps_down3 {
        margin-top: 80px;
    }
}

@media only screen and (min-width: 1023px) and (max-width: 1123px) {
    .navbar ul li a {
        font-size: 0.9em;
    }
    
    .navbar{
        height: 100px;
    }
    
.logo-menu {

    height:70px;
    padding-top: 0px;
}
}