body {
    background-color: #f2f2f2;
}
hr {
    background-color: #888 !important;
}
.card {
    border: 1px solid #edf2f9;
    background: #fff;
    box-shadow: 0 .75rem 1.5rem rgba(18,38,63,.03);
    border-collapse: separate;
    border-radius: 10px;
    color: #4f4f4f;
}
.reservation--header2 {
    height: 200px;
    /*padding-top: 150px;*/
    background-image: url('../img/rezervace-header.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center top;
}
.btn-primary {
    background-color: #5b84c1;
    border-color: #507fc4;
}