* {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    box-sizing: border-box;
}
html{
    overflow-x: hidden;
}

body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    background-color: rgb(251, 251, 251);
    font-family: "Dosis", sans-serif;
    overflow-x: hidden;
}

main {
    flex: 1 0 auto;
    min-height: 100vh;
}

main p {
    font-size: 18px;
}

nav {
    background-color: rgba(0, 0, 0, 0.6) !important;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0px 20px;
    z-index: 999;
}

header {
    width: 100vw;
    height: 50vh;
    background-color: rgb(151, 88, 84);
    /* background-image: url("../img/bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; */
    background-size: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
}

header .material-icons {
    display: block;
    font-size: 50px;
}

.box_text {
    background-color: rgba(0, 0, 0, 0.6) !important;
    padding: 10px 50px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.section {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 10px;
}

.section-last{
    margin-bottom: 0px;
}

.wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
}

h5 .material-icons {
    font-size: 40px;
    vertical-align: middle;
    margin-bottom: 10px;
    color: #bdbdbd;
}
.material-icons{
    vertical-align: middle;
    margin-bottom: 6px;
}

h5 {
    color: #8d6e63;
}

li{
    font-size: 18px;
}

.collapsible {
    margin-top: 30px;
}

form {
    border: 3px solid #e0e0e0;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    padding: 20px 50px !important;
    margin-top: 30px;
}

form .btn {
    background-color: #bcaaa4;
}

form .btn:hover {
    background-color: #8d6e63;
}

.media{
    display: inline-block;
    margin: 0 16px;
    font-size: 30px;
}
.media-tel{
    font-size: 24px;
}

.media-icons-tel{
    width: 28px;
    height: 28px;
    margin-bottom: -4px;
}
.media-icons-inst{
    width: 30px;
    height: 30px;
    margin-bottom: -6px;
}
.media-icons-tt{
    width: 26px;
    height: 26px;
    margin-bottom: -4px;
}

footer {
    height: 60px;
    background-color: #000;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
}



/* polityka prywatnosci */

.polityka{
    margin-top: 100px;
}


@media only screen and (max-width: 900px) {
    .foto{
        margin-top: 20px;
    }
  }