#logo {
  background-image: url("/images/logo_Cedars.jpg");
  background-size: contain;
  background-color: #000000;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 200px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

.booking #logo {
  background-image: url("/images/logo_Cedars_light.jpg");
  background-size: contain;
  background-color: white;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 200px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}

.booking .container {
  background: #f5f1e6;
}
