.section-booking {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .res {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: rgba(115, 115, 115, 0.5);
  }
  
  .res .res-inner {
    position: relative;
    padding: 3rem;
    margin: 0.5rem;
    background-color: rgba(255, 255, 255, 0.85);
  }
  
  .res .res-inner:before {
    border-radius: 0.5rem;
    content: '';
    position: absolute;
    top: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
    right: -0.5rem;
    border: 0.25rem solid rgba(54, 54, 54, 0.6);
  }
  .res-text {
    color:black;
    font-family: 'Roboto';
  }

.booking-heading {
    font-family: 'Indie Flower';
    color: #383536;
  }
  
  .booking-heading .booking-heading-upper {
    display: block;
    font-size: 2rem;
    font-weight: 800;
   
  }
  
  .booking-heading .booking-heading-lower {
    display: block;
    font-size: 3rem;
    font-weight: 100;
  }