:root {
  --orange: #f93;
  --brown: #6d4b12;
  --header: #fffff7;
  --white: white;
  --blue: #316597;
  --black: #333;
  --trans: #fff0;
  --yellow: #fffbef;
  --gray: #fff;
}


.wrapper-header-new {
  z-index: 1000;
  background-color: var(--header);
  border: 0 #000;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.wrapper-header-text-new {
  flex: 1;
}

.logo-bayside-new {
  max-width: 400px;
  margin-top: 15px;
  margin-left: 10px;
}

.wrapper-book_online-new {
  color: var(--white);
  text-align: right;
  margin-top: 15px;
  margin-bottom: 21px;
  margin-right: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 800;
}

.book_online-new {
  background-color: var(--blue);
  color: var(--orange);
  border: 3px #000;
  border-radius: 20px;
  padding: 5px 10px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
}

.link-email-new {
  border-bottom: 1px dashed var(--orange);
  color: var(--orange);
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
}

.link-phone-new {
  border-bottom: 1px dashed var(--orange);
  color: var(--orange);
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.link-book-new {
  background-color: var(--blue);
  color: var(--orange) !important;
  border-radius: 20px;
  padding: 8px 8px 8px 10px;
  font-size: 16px;
  text-decoration: none;
  display: inline-flex;
}

.wrapper-contact-new {
  text-align: right;
  margin-top: 10px;
  margin-right: 10px;
}

@media screen and (max-width: 991px) {
  .logo-bayside-new {
    max-width: 350px;
    margin-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .wrapper-header-new {
    flex-flow: column;
  }

  .logo-bayside-new {
    margin-left: auto;
    margin-right: auto;
  }

  .wrapper-book_online-new {
    text-align: center;
  }

  .book_online-new {
    font-size: 16px;
  }

  .wrapper-logo-new {
    margin-left: auto;
    margin-right: auto;
  }

  .link-email-new, .wrapper-contact-new {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .logo-bayside-new {
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .wrapper-book_online-new {
    color: var(--orange);
  }

  .book_online-new {
    background-color: var(--blue);
    color: var(--orange);
  }

  .link-book-new {
    color: var(--orange) !important;
  }
}


