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

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

.booking .container {
  background: #e5cec6;
}
