body {
    font-family: Arial, Helvetica, sans-serif;
    color: #03152C;
    margin:0px;
    
}

.strona {
    display: flex;
    flex-direction: column;
    width:100%;
    background-image: linear-gradient(to right bottom, #ffffff, #dfdddf, #c2bcbe, #a59d9c, #877f7a);
}
#blueimp-gallery-carousel {
    display: inline-block;
    width:100%;
    background: none;

}
#logo {
    width: 20%;
    margin:15px;
    display:block;
}
#container{
    display:inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
}
a {
     color: #B9252D;
     text-decoration: none;
     font-weight: bolder;
 }
a:hover{
     text-decoration: underline;
 }
nav {
    width: 70%;
    display: inline-flex;
    justify-content: flex-end;    
}

nav ul {
    list-style-type: none;
    margin: 5px;
    padding: 15px;
}

nav li {
    display: inline-flex; 
    text-align: center;
    text-transform: uppercase;
}

nav a {
    margin: 10px;
    padding: 15px 20px;
    color: #03152C;
    text-decoration: none;
    font-weight: 700;
    transition: 0.5s;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
}
nav a:hover {
    text-decoration: none;
}

 nav li :hover{
    color: #fff;
    background-color: #03152C;
 }
 h1{
    font-family: 'Roboto Slab', serif;
    font-size: 34px;
 }
h2{
    font-family: 'Roboto Slab', serif;
    font-size: 28px;
}
 h3{
    font-family: 'Roboto Slab', serif;
    font-size: 22px;
 }
 p{
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
 }
 :root {
    --shadow-color: 24deg 12% 55%;
    --shadow-elevation-low:
      0.5px 0.6px 0.9px hsl(var(--shadow-color) / 0.35),
      0.9px 1px 1.5px -1.2px hsl(var(--shadow-color) / 0.35),
      2.1px 2.3px 3.5px -2.5px hsl(var(--shadow-color) / 0.35);
    --shadow-elevation-medium:
      0.5px 0.6px 0.9px hsl(var(--shadow-color) / 0.37),
      1.8px 1.9px 2.9px -0.8px hsl(var(--shadow-color) / 0.37),
      4.4px 4.8px 7.3px -1.7px hsl(var(--shadow-color) / 0.37),
      10.7px 11.6px 17.8px -2.5px hsl(var(--shadow-color) / 0.37);
    --shadow-elevation-high:
      0.5px 0.6px 0.9px hsl(var(--shadow-color) / 0.35),
      3.2px 3.4px 5.3px -0.4px hsl(var(--shadow-color) / 0.35),
      5.9px 6.4px 9.8px -0.7px hsl(var(--shadow-color) / 0.35),
      9.7px 10.5px 16.1px -1.1px hsl(var(--shadow-color) / 0.35),
      15.5px 16.8px 25.7px -1.4px hsl(var(--shadow-color) / 0.35),
      24.3px 26.2px 40.2px -1.8px hsl(var(--shadow-color) / 0.35),
      36.9px 39.9px 61.1px -2.1px hsl(var(--shadow-color) / 0.35),
      54.4px 58.8px 90.1px -2.5px hsl(var(--shadow-color) / 0.35);
  }
 #current {
     color:#B9252D;
 }
 .baner {
    display: block;
    align-self: center;
    margin: 50px;
    width: 60%;
    background-color: #ffffff;
    color:#03152C;
    text-align: center;
    padding: 50px;
    box-shadow: var(--shadow-elevation-low);
 }
 .baner a {
     color: #B9252D;
     text-decoration: none;
     font-weight: bolder;
 }
.baner a:hover {
    text-decoration: underline;
}


 .oferta {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin: 10px 15px 30px 15px;
    justify-content: center;
 }

 .oferta section {
    display: block;
    align-self: stretch;
    margin: 20px;
    padding: 30px;
    width:30%;
    background-color: #ffffff;
    text-align: center;
    box-shadow: var(--shadow-elevation-medium);
 }



 #opisyzabiegi {
    margin: 0px;
    width: 100%;
    padding:0px;
 }
 #opisyzabiegi p{
    text-align: left;
    padding-left: 70px;
    padding-right: 70px;
    margin-bottom: 50px;
 }

 #omnie {
    display: flex;
    flex-direction: column;
    width: 50%;
    background-color: #fff;
    text-align: center;
    color: #03152C;
    align-self: center;
    margin-top: 130px;
    padding: 25px 70px;
    box-shadow: var(--shadow-elevation-low);
 }
 #omnie img {
    margin-top: -128px;
    display: block;
    align-self: center;
    width:45%;
    border: solid;
    border-color: #fff;
    border-radius: 50%;
    border-width: 8px;
    box-shadow: var(--shadow-elevation-medium);
 }

#dane {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-evenly;
    margin: 50px;
}
.headercenter {
    font-family: 'Roboto Slab', serif;
    font-size: 28px;
    align-self: center;
    text-align: center;
}

#dane section {
    display: flex;
    width: 25%;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 10px;
    padding:10px;
}
#dane section img {
    display: block;
    align-self: center;
}
#dane section h2 {
    display: block;
    align-self: center;
    text-align: center;
}
#dane section p {
    display: block;
    align-self: center;
    text-align: center;
}
 footer {
    display: flex;
    justify-content: space-evenly;
    flex-direction: row;
    flex-wrap: wrap;
    background-color: #03152C;
    color: #fff;
    margin-top: 50px;
    padding: 25px;
 }
 footer article {
     display: block;
     color: #fff;
     padding: 25px;
 }
 footer article h2{
     padding-bottom:20px;
 }
 footer img {
     display: inline-block;
     margin-bottom: -5px;
 }
 footer article p{
     padding: 10px;
     display: inline-block;
 }

#opismnie {
    display: flex;
    flex-direction: row;
    align-content: center;
    flex-wrap: wrap;
}

#opismnie img {
    display: flex;
    align-self:center;
    width: 25%;
    margin: 50px;
    border: solid;
    border-color: #fff;
    border-radius: 50%;
    border-width: 8px;
    box-shadow: var(--shadow-elevation-medium);
}

#opismnie article{
    display: block;
    margin: 50px;
    width: 50%;
    background-color: #ffffff;
    color:#03152C;
    text-align: center;
    padding: 50px;
    box-shadow: var(--shadow-elevation-low);
    
} 
#pomoc {
    display: block;
    width: 80%;
    align-self: center;
    background-color: #ffffff;
    color:#03152C;
    text-align: left;
    padding: 70px;
    box-shadow: var(--shadow-elevation-medium);
}

#pomoc h1 {
    text-align: center;
}
#mapa{
    align-self: center;
}
.info {
    display: inline-flex;
    flex-direction: column;
    width:100%;
    text-align: center;
}
.info p {
    color: #5b6675;
    
    display:inline-block;
}
.info a{
    color:#5b6675;
    display:inline-block;
}

section.module.parallax {
    height: 600px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
  }

  section.module.parallax-1 { background-image: url("carouselL/back3.jpg"); }

  section.module.parallax-2 { background-image: url("carouselL/back5.jpg"); }
  
  section.module.parallax-3 { background-image: url("carouselL/back6.jpg"); }

  section.module.parallax-4 { background-image: url("carouselL/back4.jpg"); }

@media all and (max-width: 1300px) {
    
    #opismnie img {
        width: 30%;
        align-self: center;
        z-index: 1;
    }
    #opismnie {
        flex-direction: column;
        align-content: center;
    }
    #opismnie article{
        margin-top: -200px;
        padding-top: 150px;
    }
    
}
@media all and (max-width: 1100px) {
    #container {
        flex-direction: column;
        align-content: center;
    }
    nav {
        width: 100%;
    }
    #logo {
        width: 50%;
        align-self: center;
    }
}

@media all and (max-width: 800px) {
    .oferta section {
        width: 50%;
    }
    

    #omnie {
        width: 50%;
    }
    #omnie img{
        width:60%;
    }
    
    footer {
        flex-direction: column;
    }
    
    #dane {
        flex-direction: column;
        align-content: center;
    }
    #dane section {
        width: 70%;
        margin: 20px;
    }
    #opismnie img {
        width: 40%;
    }
    #mapa {
        width:75%;
        align-self: center;
    }
}

@media all and (max-width: 600px) {
    .oferta section {
        width: 60%;
    }

    #omnie {
        padding-left: 15px;
        padding-right: 15px;
        width: 75%;
    }

    #opismnie img {
        width: 50%;
    }

    #opismnie article{
        padding-left: 15px;
        padding-right: 15px;
        width: 75%;
    }
    #dane section {
        align-content: center;
    }
    
}