html {
    height:auto;
    width:auto;
}

body {
    font-family: Montserrat;
    color: white;
    margin:0;
    background-color: white;
    background-image: url('lugo.png');
    background-size: 320px;
    background-attachment: fixed;
    height:auto;
    width:auto;
}

#logo {
    background-color:black;
    height:200px;
    width:30%;
    float:left;
}

#obraz1 {
    margin-left:100px;
    margin-top:10px;
}

#baner {
    background-color:black;
    height:200px;
    width:70%;
    float:right;
}

#podstrony {
    text-align: left;
    padding-top:30px;
    font-size:21px;
}

#lewyi {
    height:800px;
    width:20%;
    float:left;
}

#tekstpod {
    font-size:25px;
    padding-left: 55px;
}

#mainpod {
    height:160px;
    width:60%;
    background-color: rgb(73 127 120);
    float:left;
    text-align: left;
}

#prawyi {
    height:800px;
    width:20%;
    float:right;
}

#main {
    height:680px;
    width:30%;
    background-color: rgb(73 127 120);
    float:left;
}

#mainz {
    height:680px;
    width:30%;
    background-color: rgb(73 127 120);
    float:left;
}

#lewyy {
    height:600px;
    width:20%;
    float:left;
}

#mainn {
    height:600px;
    width:60%;
    background-color: rgb(73 127 120);
    float:left;
}

#prawyy {
    height:600px;
    width:20%;
    float:right;
}

#tekst {
    font-size:25px;
    padding-left: 55px;
    padding-top: 40px;
}

#zdjecie {
    text-align: center;
    height:600px;
    padding-top: 40px;
    font-size:25px;
}

#fb {
    height:25px;
}

#fb:hover {
	content: url('fbb.png');
}

#ig {
    height:25px;
}

#ig:hover {
	content: url('igb.png');
}

#stopka {
    clear:both;
    background-color:black;
    height:60px;

    font-size:25px;
}

#stopkat {
    text-align: center; 
}

#media {
    float:right;
    padding-right:25px;
}

#media:hover:before {
    content: "(nie dziala jeszcze)";
}

a:link {
    color:white;
    text-decoration: none;
}

a:visited {
    color:white;
    text-decoration: none;
}

a:hover {
    color: rgb(73 127 120);
    text-decoration: none;
}