.img2-row{

    background-image: url('../img/oda_1.png');
    overflow: hidden;

}
.baslik{
    color: white;
}

.breadcrumb {
    font-size: 12px;
    background: 0 0;
    color: #959595;
    margin: 0;
    padding: 8px 0;
}
.breadcrumb li{
    padding: 5px 3px;
    color: #fff;

}

.breadcrumb a{
    color: #fff;
    text-decoration: none !important;

}
.section-title{
    margin-top: 30px;
}
.section-title h4{
    color: #636363;
    font-size: 40px;

}
.section-title p {
    color: #c9c9c9;
    text-transform: uppercase;
    display: inline-block;
}




h2, h3 {
    text-transform: uppercase;
}

.reservation-info p {
    font-size: 14px;
    line-height: 1.6;
    color: #333;
}

.reservation-info a {
    color: #007bff;
    text-decoration: none;
}

.reservation-info a:hover {
    text-decoration: underline;
}

.table th, .table td {
    text-align: left;
    padding: 10px;
}

.bg-warning {
    background-color: #e0b97d !important;
}

.bg-secondary {
    background-color: #8b6f4d !important;
}


