body {
    font-family: 'Raleway', sans-serif;
}

.blogpost {
    background:rgba(255,255,255, 0.85);
    padding: 30px;
    margin-top: 30px;
    box-shadow: 0px 30px 40px rgba(0,0,0,.5);
}

.logo {
    color: #fff;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Marck Script', cursive;
    font-weight: bold;
    color: #3d5964;
}

h1 {
    margin-top: 10px;
}

h3 { 
    margin-top: 0px;
    padding-bottom: 15px;
}

p {
    font-family: 'Raleway', sans-serif;
    margin-bottom: 10px;
    font-size: 14px;
}

@media screen and (max-width: 750px) {
    .logo {
        font-size: 18px;
        margin: 0 auto;
    }
    li.has-sub {
    background-color: #3d5964;
}
    
    .slicknav_menu {
        top: 117px; 
    }
    #pages .top-wrap {
        min-height: 100px;
    }
}

img {
    max-width: 100%;
}

.oferta {
    text-align: center;
}

.oferta img {
    max-height: 350px;
    display: block;
    margin: 0 auto;
}
.oferta h3 {
    padding-top: 20px;
}



@media only screen and (min-width: 768px) {
    p, li {
        padding-right: 15px;
    }
   
}

#cssmenu ul {
    border-top: 1px solid #3d5964;
    border-bottom: 1px solid #3d5964;        
}

strong {
    color: #3d5964;
}

#cssmenu ul li:hover a {
   
    color: rgba(255,255,255, 0.65);
}

.numer {
    text-align: center;
    font-weight: bold;
    color: #3d5964;
}

.kontakt {
    background:rgba(255,255,255, 0.45);
    padding: 10px;
    margin-top: 20px;
    text-align: center; 
}


.kontakt p {
    margin-bottom: 5px;
    font-size: 16px;
}

.head {
     font-weight: bold;
     color: #3d5964;
     padding-bottom: 5px;
}

#home, #pages {
    position: relative;
    min-height: 100%; /* Element obejmuje całą zawartość strony */
    width: 100%;
    overflow: hidden; /* Zapobiega przewijaniu poza obraz */
}

#home::before, #pages::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; /* Rozciąga obraz na pełną wysokość elementu */
    background: url(/images/main-background.jpg) no-repeat center center;
    background-size: cover;
    z-index: -1; /* Wysyła obraz za treść */
}

.nadzieja img {
    display: block;
    margin: 0 auto;
    max-height: 410px;
}
.nadzieja p {
    padding-top: 10px;
}

.psychoterapia {
    padding: 10px;
    background:rgba(255,255,255, 0.45);
    margin-bottom: 10px;
}

#psychoterapia img {
    max-height: 260px;
    margin: 0 auto;
    display: block;
    padding-top: 5px;
    margin-bottom: 10px;
}

@media screen and (max-width:480px) {
    .social {
        display: none;
    }
}

.social a {
  color: #fff;
  text-decoration: none;
}

.social {
  position: fixed;
  top: 30px;
  z-index: 100;
}
.social ul {
  padding: 0px;

}
.social ul li {
  display: block;
  
  background: rgba(255,255,255, 0.85);
  max-width: 60px;
  margin-top: 5px;
  text-align: right;
  padding: 6px;
  -webkit-border-radius: 0 30px 30px 0;
  -moz-border-radius: 0 30px 30px 0;
  border-radius: 0 30px 30px 0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.social ul li:hover {

  background: rgba(255, 255, 255, 0.4);
}
.social ul li:hover a {
  color: #000;
}
.social ul li:hover i {
  color: black;

  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.social ul li i {
  margin-left: 0px;
  color: #000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-size: 20px;

}
