@font-face {
    font-family: Lato;
    src: url('Lato-Light.ttf');
}

body {
    font-family: 'Lato', sans-serif !important;
}

div.bg-light {
    background-color: #fafbfe !important;
}

.navbar a {
    color: #212529;
}

.navbar a:hover,
.navbar a:active {
    color: rgb(9, 132, 227);
    text-decoration: underline !important;
}

.navbar .fas {
    font-size: 0.9rem;
}

#banner {
    height: 500px;
    position: relative;
    background-image: url(dent.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    background-position-y: 75%;
}

#oferta {
    background-image: url(img/tooth.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    overflow: hidden;
    position: relative;
}

#oferta .container:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(237, 237, 238, 0.8);
    z-index: 1;
}

#oferta .section-content {
    z-index: 2;
    position: relative;
}

#kontakt .fa {
    font-size: 0.9rem;
}

.section-title {
    border-bottom: 1px solid;
    display: inline-block;
    position: relative;
    font-size: 1.5rem;
    padding-bottom: 0.6rem;
}

.section .card h5 {
    border-bottom: 1px solid;
}

.section .card h3 {
    border-bottom: 1px solid;
}

.section .card .card-body {
    text-align: justify;
}

.section .card .card-body h5 {
    text-align: center;
}

.section .card .card-body h3 {
    text-align: center;
}

.table > thead > tr:first-child > td,
.table > tbody > tr:first-child > td {
    border: none;
}

.section .card {
    border: none;
    border-radius: 0;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
}

.section {
    text-align: center;
}

.footer {
    font-size: 0.9rem;
}

.text-blue {
    color: #4c88bb !important;
}

.section p {
    font-size: 0.98rem;
}

#cennik table td:nth-child(2) {
    max-width: 150px;
}

#cennik table h3 {
    font-size: 1.25rem;
}

.owl-prev {
    position: absolute;
    top: 40%;
    margin-left: -25px;
    display: block !important;
    border: 0px solid black;
}

.owl-next {
    position: absolute;
    top: 40%;
    right: -25px;
    display: block !important;
    border: 0px solid black;
}

#kontakt a {
    color: inherit;
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}
