/*
Theme Name: Pracownia Fizjoterapii
Theme URI: https://pracownia-fizjoterapii.pl
Description: Bootscore Child Theme dla pracownia-fizjoterapii.pl
Author: armadadesign.pl
Author URI: https://armadadesign.pl
Template: bootscore
Version: 1.0.0
*/


body {
    font-family: "Arsenal", sans-serif;
    font-weight: 400;
    font-size: 19px;
    color: #0e3a56
}

a {
    color: #2d9d4d;
}


a.navbar-brand img {
    max-width: 200px;
}

.navbar li a {
    padding: 0px 25px !important;
    border-left: 1px solid #ddd;
    color: #0e3a56;
    transition: 0.3s all;
}

.navbar li a:hover {
    color: #2d9d4d;
    padding: 0px 25px !important;
}

.navbar li a.active {
    color: #2d9d4d !important;
}

.home h1 {
    position: absolute;
    z-index: 333;
    display: flex;
    font-size: 62px;
    text-shadow: #000 1px 1px 1px;
    align-items: center;
    justify-content: center;
    color: #fff;
    width: 100%;
    height: 100%;
    text-align: center;
}

h2 {
    font-size: 42px;
}

h3 {
    font-size: 32px;
}

.carousel-control-prev,
.carousel-control-next {
    z-index: 4444;
}

.footer {
    background: #0e3a56 !important;
    color: #4999b6;
}

.footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.alignleft {
    margin-right: 0px !important;
}

.footer h3 {
    color: #fff;
    font-size: 21px;
}

.breadcrumb {
    border-radius: 10px;
    font-size: 17px;
    margin-top: 10px;
}

.breadcrumb span  {
    padding: 0px 5px;
    text-decoration: none !important;
}

.breadcrumb span a {
    text-decoration: none !important;
}

.entry-header {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 20px;
    margin-bottom: 40px;
}


.nav-toggler {
    border-radius: 0px;
    padding: 10px 25px;
    border-color: #0e3a56;
    color: #2d9d4d;
}

iframe {
    border-radius: 15px;
    filter: grayscale(100)
}

@media (max-width: 991.98px) { 
    .home h1 {
        display: none;
    }

    .carousel {
        margin-top: 10px;
    }

    h2 {
        font-size: 32px !important;
    }

    h3 {
        font-size: 32px;
    }

    .navbar li a {
        padding: 10px 10px !important;
        border-bottom: 1px dotted #eee;
        text-align: center;
        font-size: 24px;
    }

    .breadcrumb {
        display: none;
    }
        
    .footer .col-12 {
        border-bottom: 1px dotted #4999b6;
        padding: 20px 15px 10px 15px;
        text-align: center;
    }
}