* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}


body {
    position: relative;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1.6rem;
    background-color: #54dbc2;
}

.navbar-brand {
    font-size: 1.8rem;
}

.hero-shadow {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,.3);
z-index: -1;
}

.przychodnia {
    position: relative;
    height: 100rem;
}

.lekarze, .pielegniarki, .rejestracja, .uslugi, .kontakt {
    display: flex;
    justify-content: center;
    align-items: center;

    position: relative;
    height: 100rem;
}

h1 {
    color: #333;
}

.w-lbk-buttons, .w-lbk-footer, .w-lbk-h4, .w-lbk-section {
    display: none;
}

.w-lbk-table-container, .w-lbk-content {
    height: 70px;
}

.przychodnia {
    background: url(../img/carousel-2.jpg) center center no-repeat;
    background-color: rgba(0,0,0,0.3);
    background-size: cover;
    z-index: 0;
}

.przychodnia .text-light {
    
    z-index: 1;
}

.rejestracja {
    padding-top: 8rem;
    height: 100%;
}

.lekarze {
    padding-top: 8rem;
    height: 100%;
    margin-bottom: 26rem;
}

.lekarze .card {
    height: auto;
}

.pielegniarki {
    padding-top: 8rem;
    height: 100%;
}

.pielegniarki .card {
    margin-top: 1rem;
    height: auto;
}


.footer {
    background-color: rgba(344,344,344,1);
    height: 100%;
}

.uslugi {
    padding-top: 8rem;
    height: 100%;
}



.uslugi img {
    background-color: rgba(0,0,0,.3);
    opacity: .2;
}

.uslugi h5 {
    font-size: 2rem;
    
}

.c-img-raz {
    background-image: url(../img/nzoz2.jpg);
}

.c-img-dwa {
    background-image: url(../img/nzoz8.jpg);
}

.c-img-trzy {
    background-image: url(../img/nzoz14.jpg);
}



.carousel-item {
    position: relative;
    height: 65rem;
    background-position: center;
    background-size: cover;
    z-index: 0;
}

.kontakt {
    padding-top: 8rem;
}



 

.map-responsive {
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}

.map-responsive iframe {
    left:0;
    top:0;
    height:99%;
    width:99%;
    position:absolute;
}
 
.lokalizacja {
    margin-bottom: 5rem;
    height: 100%;
}

.card {
    height: 400px;
}

.img-nurse {

    height: 80px;

}
