body{
    background: url('../img/tlo_pion.jpg') top center repeat-y;
    font-family: 'Oswald', sans-serif;
    background-size: cover;
    height: 100%;
    width: 100%;
    font-size: 6px;
}

.f120{
    font-size: 7.5em;
}

.f72{
    font-size: 6em;
}

.f52{
    font-size: 3.2em;
}

.f48{
    font-size: 3em;
}

.f40{
    font-size: 2.5em;
}

.fwhite{
    color: white
}

.footer{
    position: absolute;
    bottom: 5%;
    width: 100%;
    left: 0
}

input{
    width: 100%;
    border: 2px solid white;
    line-height: 1.2em;
    font-size: 3.5em;
    background: none;
    color: white;
    text-align: center;
}

button{
    line-height: 2em;
    font-size: 1.6em;
    padding: 0 20px;
}

.text{
    line-height: 1.2em; 
    margin-top: 40px;
    height: 140px;
}

.form{
    display: none;
    margin-top: 40px;
    height: 140px;
}

.title{
    padding: 40px 0;
    height: 100px;
}

.title2{
    padding: 40px 0;
display: none;
    height: 100px;
}

.budynek{
    padding-top: 40px;
}



.budynek2{
    padding-top: 40px;
    display: none;
}

.budynek2 img{
  margin-left: -150px;
}

.logo{
    position: fixed;
    right: 8%;
    top: 0;
    width: 160px;
    display: none;
}

.kowboj{
    position: absolute;
    right: 1%;
    top: 25%;
    width: 100px;

}

.chmura{
    position: fixed;
    bottom: 10%;
    left: -100px;
    width: 200px;
    display: none;
}

.dziubek{
    position: absolute;
    right: 0;
    width: 25px;
    top: 55%;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    body{
        font-size: 12px;
        background: url('../img/tlo_poziom.jpg') top center no-repeat;
        background-size:initial;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    body{
        font-size: 14px;
    }

    .title{
        padding: 15px 0;
	height: 160px;
        margin-top: 20px;
    }

   .title2{
        padding: 15px 0;
height: 160px;
        margin-top: 20px;
    }

    .budynek{
        padding-top: 20px;
        padding-left: 50px;
        padding-right: 50px;
        display: block;
        margin-top: 40px;
	margin-bottom: 40px;
    }

    .kowboj{
        position: fixed;
        left: 1%;
        top: 35%;
        width: 200px;
    }

    .text{
	height: auto;
}

    .form{
        padding-top: 10px
        height: auto;
    }

    .chmura{
        display: block;
    }
    
    .dziubek{
        display: none;
    }

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1400px) {
    body{
        font-size: 16px;
    }

    .budynek{
        display: none;
    }

    .budynek2{
        display: block;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .logo{
        display: block;
    }

    .kowboj{
        position: fixed;
        left: 5%;
        top: 35%;
        width: 200px;

    }
}
