/* reset */

body {
    margin: 0;
    font-family: 'Raleway';
    font-size: 20px;
    color: #291f1a;
}

* {
    box-sizing: border-box;
}

span {
    font-weight: bold;
    color: darkgreen;
}


/* helpers */

section {
    background-color:white;
    padding: 20px 20px;
}

h2 {
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.clear {
    clear: both;
}


/* nav */

#main-nav {
    position: fixed;
    font-weight: bold;
    width: 100%;
    top: 0;
    background-color:white;
    z-index: 999999;
}

#main-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align:center;
}

#main-nav ul .list-item {
    display: inline-block;
    line-height: 50px;
    margin: 0 40px;
}

#main-nav ul .list-item a {
    text-decoration: none;
    color: #291f1a;
}

#main-nav ul .list-item a:hover {
    color:darkgrey;
    font-weight: 400;
}

/* header */


#main-header .header-inner {
    background-color: white;
    background-size: cover;
    background-repeat: no-repeat;
    color:#291f1a;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}


/* atrakcje okolicy */


#img1 {
    background-image: url('../img/Atrakcje/szlaki-piesze.jpg');
}

#img2 {
    background-image: url('../img/Atrakcje/rower.jpg');
}

#img3 {
    background-image: url('../img/Atrakcje/narty.jpg');
}

#img4 {
    background-image: url('../img/Atrakcje/splywtratwa.jpg');
}

#img5 {
    background-image: url('../img/Atrakcje/park-linowy.jpg');
}

#img6 {
    background-image: url('../img/Atrakcje/wieza%20widokowa.jpg');
}

#img7 {
    background-image: url('../img/Atrakcje/wawoz-homole.jpg');
}

#img8 {
    background-image: url('../img/Atrakcje/zamek-w-rytrze.jpg');
}

#img9 {
    background-image: url('../img/Atrakcje/ognisko.jpg');
}

#img10 {
    background-image: url('../img/Atrakcje/grzyby.jpg');
}

#img11 {
    background-image: url('../img/Atrakcje/kulig.jpg');
}

#img12 {
    background-image: url('../img/Atrakcje/sanki.jpg');
}

#img13 {
    background-image: url('../img/Atrakcje/sadecki-park.jpg');
}

#img14 {
    background-image: url('../img/Atrakcje/poziomki.jpg');
}

#img15 {
    background-image: url('../img/Atrakcje/obserwacja-przyrody.jpg');
}

#atrakcje .background {
    height: 350px;
    display: inline-block;
    float: left;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#atrakcje .background .mask {
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: all 0.4s;
    padding: 10px;
}

#atrakcje .background:hover .mask {
    opacity: 1;
}

#atrakcje .background .mask .border {
    height: 100%;
    border: 1px solid #fff;
    position: relative;
}

#atrakcje .background .mask .border .content {
    color: #fff;
    text-align: center;
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 10px;
}

#atrakcje .background .mask .border .content a {
    color: #fff;
    text-decoration: none;
    transition: all 0.4s;
}

#atrakcje .background .mask .border .content a:hover {
    color: #1ac056;
}

/*cennik*/

#cennik {
 background-color:darkolivegreen;
    color: #fff;
    height: 350px;
    width: 100%;
    display: inline-block;
    float: left;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;   
}


/* contact */
#kontakt {
    background-color:darkolivegreen;
    color: #fff;
    height: 350px;
    width: 100%;
    display: inline-block;
    float: left;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


#main-section .row {
min-height: 100px;
}


#carouselExampleIndicators {
    height:100%;
    width: 100%;  
}
#carouselExampleIndicators .carousel-inner,
#carouselExampleIndicators .carousel-inner img {
    height: 650px;
    
}
#carouselExampleIndicators .carousel-inner img {
    object-fit: cover;
}

#carouselExampleIndicators1 {
    height:100%;
    width: 100%;  
}
#carouselExampleIndicators1 .carousel-inner,
#carouselExampleIndicators1 .carousel-inner img {
    height: 650px;
    
}
#carouselExampleIndicators1 .carousel-inner img {
    object-fit: cover;
}

#carouselExampleIndicators2 {
    height:100%;
    width: 100%;  
}
#carouselExampleIndicators2 .carousel-inner,
#carouselExampleIndicators2 .carousel-inner img {
    height: 650px;
    
}
#carouselExampleIndicators2 .carousel-inner img {
    object-fit: cover;
}






