@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;700&display=swap');

/* CSS Document */ 
body{
    background-color:#F0EFE2;
    margin:0px;
    font-family: 'Rubik', sans-serif !important;
    font-size:22px;
}

h1{	
    margin-left:auto;
    margin-right:auto;
}
#tytul{
    width:100%;
    min-height:30px;
    background-color:#7c0e0e;
    color:#FFFF99;
    font-size:20px;
    font-weight: bold;
    text-indent: 5px;
    padding-top:5px;
}
#menu{
    position:fixed;
    width:100%;
    height:38px;
    background-color:#107500;
} 
#menur{ 
    height:30px;
    /*width:1076px;*/
    margin-left: auto;
    margin-right: auto;
    margin-top: 2px;
    padding-bottom: 4px;
    text-align: center;
    z-index: 10;
}
#oferta{
    display: block;
    float:left; 
    width:48.5%;
    margin-left:0.5%;
    margin-bottom:0.5%;
    background-color:#F0EFE2;
}
#tresc{
    float:left;
    width:50%;
    background-color:#F0EFE2;
}
#zdjecie{
    float:left;
    width:50%;
    height:86%;
    background-color:#F0EFE2;
}
#informacje{
    font-size:24px;
    padding-left:20px;
    padding-top:50px;
}
#tekst{
    width:100%;
    padding-top:38px;
    font-size:18px;
    margin-bottom:50px;
}
.info2{
    font-weight:bolder;
    color:#4D4DFF;
}
.info{
    color:#990000;
    font-weight:bolder;
}
.img{
    border:0px;
    padding:0px;
}
#footer{
    padding-top:5px;
    position:fixed;
    width:100%;
    height:34px;
    background-color:#107500;
    bottom:0px;
    text-align:center; 
}

.add-image{
    width: 47.5%;
    display: inline-block;
    min-height: 100px;
    max-height: 250px;
    border:1px solid silver;
    text-align: center;
    padding:3px;
}

.add-image-input{
    margin-top:20px;
}



