/*
Theme Name: Bootstrap + Wordpress
Theme URI: https://wordpress.org/
Author: PD
Description: Bootstrap + Wordpress
Version: 5.2.3
*/

body{
    color: #434344;
}


.parallax {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#paralaksa{
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: url('https://bialogora.net.pl/wp-content/uploads/2024/08/paralaksa-scaled.jpg');
    color: #fff;
}

.container {
    max-width: 1140px;
}
 
#top{
    background-color: #E9E9E9;
}

#about-us, #our-places, #contact{
    background-color: #F6F6F6;
}


hr{
    border: 5px solid #018eb7;
    opacity: 1;
}

.nav-link:focus, .nav-link:hover{
    background-color: #018eb7;
    color: #fff;
}

#main-navbar{
    width: 100%;
    background-color: #fff;
    z-index: 99999;
}