body {
    background-color: #252323;
}

.navbar-nav li a {
    color: whitesmoke !important;
}

#hero .hero-container {

    color: whitesmoke;

}

/* images grayscale colored with hover*/
.grayimg {
    filter: grayscale(100%);
}

.grayimg:hover {
    filter: none;
}

#header h1 {
    font-size: 1.6em;
    color: whitesmoke;
}

#header h1 a {
    text-decoration: none;
    color: whitesmoke;
}

#header h1 a:hover {
    text-decoration: underline;

}

#contact a {
    color: whitesmoke;
}

#galerie {

    color: whitesmoke;

}

#galerie h2 {
    font-size: 1.6em;
    color: whitesmoke;

}

.about {
    background-color: whitesmoke;
}

.offer {
    background-color: rgba(170, 15, 15, 0.77);
    color: whitesmoke;
}
.offer-color {
    color: rgba(170, 15, 15, 0.77);

}
/*custom cervenz tlacitko podle loga*/

.btn-redlogo:hover{


}

.oteviracidoba {
    background-color: whitesmoke;

}

.cenik {
    background-color: whitesmoke;
    color: whitesmoke;
}

.contact {
    background-color: #252323;
    color: whitesmoke;
}

.contact-tittle {
    background-color: rgba(170, 15, 15, 0.77);
    color: whitesmoke;
}

.bg-dark {
    background-color: #774623;
}

#facebook {
    fill: whitesmoke;
}

#instagram {
    fill: whitesmoke;
}