﻿.bg-res 
{
    background-image: url('http://localhost:1429/images/pattern.png');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.res-content {
    border: 2px solid #cb8670;
    background-color: #ffffff;
    padding: 150px;
    width: 100%;
}

.booking-box-res 
{
    background-color :white;
    color:#7C2011;/*white;*/
     border: 2px solid #cb8670;
    border-radius: .5rem;
    -webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.06);
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.06);
    padding-left: 10px;
    padding-right: 10px;
}

.booking-title h2.heading-section-res
{
    font-family:emilea;
    font-size:22px;
    text-align:center;
    margin-top:5px;
    font-weight:900;
    color:#7C2011;
}