html{
   font-family: 'Oranienbaum', serif;
}
body {
    margin: 0;
  font-family: 'Amiko', sans-serif;
    background: url(img/bg.jpg) no-repeat top center /cover;
    text-align: center;
    color: #5c3b42;
    padding: 100px 0px 0px;
}

h5 {
text-decoration: none;
}


a {
    text-decoration: none;
}

 /* unvisited link */
a:link {
    color: #e56c69;
}

/* visited link */
a:visited {
    color: #e56c69;
}

* {
     box-sizing: border-box;  
}

img {
    max-width: 100%;
    height: auto;
}

p {
    margin: 0;
}

.br {
    height: 20px;
}



.wrapper {
    width: 100%;
    max-width: 260px;
    margin: 0 auto;
    background: #fff;
    border-radius: 20px;
    padding: 12px 12px 12px;
}

.p14 {
    font-size: 16px;
font-weight: 500;
}
.p15 {
    font-size: 15px;
font-weight: 700;
}
.p20 {
    font-size: 20px;
font-weight: 400;
}

.p16 {
    font-size: 16px;
font-weight: 400;
}

.p22 {
    font-size: 22px;
font-weight: 700;
}

.wrapper img {
    margin: 12px 0 12px;
}

.p20b {
    font-size: 17px;
font-weight: 300;
}

.p20b strong,
.p20b strong a {
    font-size: 24px;
    font-weight: 700;
    color: #5c3b42;
}

.mala_spacja {
margin-top: 8px;
}

.duza_spacja {
margin-top: 16px;
}






footer {
    margin-top: 40px;
    min-height: 50px;
background-color: #ab4c0f;
    color: #fff;
    padding: 15px 0 26px;
    font-size: 11px;
font-weight: 700;
}

.mapa {
    border: 3px solid #522e38;
    margin-top: 15px;
}

footer p {
    display: inline-block;
}

.ok {
    cursor: pointer;
    display: inline-block;
    padding: 5px;
    border: 1px solid #fff;
    margin-left: 10px;
}

@media only screen and (max-width:1000px) {
    
    footer {
    margin-top: 100px;
    }
    
}


