li {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* Booking logo */
.booking-badge {
  position: fixed;
  bottom: 0.1rem;
  right: 0.1rem;
  z-index: 99999999;
}

.badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: BlinkMacSystemFont, -apple-system, Segoe UI, Roboto,
  Helvetica, Arial, sans-serif;
  background-color: #003580;
  color: #ffffff;
  border-top-left-radius: 20%;
  border-top-right-radius: 20%;
  user-select: none;
  width: 5rem;
  height: 5rem;
  border-bottom-right-radius: 20%;
  margin: 1rem;
  font-size: 2.3rem;
}

.logo-wrapper {
  width: 80%;
}

/* Availability calendar */
#calendar {
  line-height: 1;
  --fc-event-bg-color: rgb(92, 132, 184);
  --fc-event-border-color: rgb(92, 132, 184);
  max-width: 1000px;
  text-align: center;
  margin: auto;
}

.fc-toolbar-title {
  text-transform: capitalize;
}

.fc-event-start {
  margin-left: 10vw !important;
}
.fc-event-end {
  margin-right: 10vw !important;
}

@media only screen and (min-width: 1100px) {
  .fc-event-start {
    margin-left: 88px !important;
  }
  .fc-event-end {
    margin-right: 88px !important;
  }
}

.fc-event-start:before {
  content: " ";
  position: absolute;
  display: block;
  width: 25px;
  height: 19px;
  top: -1px;
  left: -20px;
  z-index: -1;
  
  border:1px solid var(--fc-event-border-color);
  border-right: 0px;
  background-color: var(--fc-event-bg-color);
  
  transform-origin: bottom left;
  -ms-transform: skew(-30deg, 0deg);
  -webkit-transform: skew(-30deg, 0deg);
  transform: skew(-30deg, 0deg);
}

.fc-event-end:after {
  content: " ";
  position: absolute;
  display: block;
  width: 25px;
  height: 18px;
  top: -1px;
  right: 0px;
  z-index: -1;
  
  border:1px solid var(--fc-event-border-color);
  border-right: 0px;
  background-color: var(--fc-event-bg-color);
  
  transform-origin: bottom left;
  -ms-transform: skew(-30deg, 0deg);
  -webkit-transform: skew(-30deg, 0deg);
  transform: skew(-30deg, 0deg);
}

@media only screen and (max-width: 1024px) {
  .fc-event-start:before {
    height: 17px;
  }
  .fc-event-end:after {
    height: 17px;
  }
}

@media only screen and (max-width: 778px) {
  .fc-event-start:before {
    height: 16px;
  }
  .fc-event-end:after {
    height: 16px;
  }
}

.logo {
  max-height: 4rem;
  margin-top: -2rem;
  margin-bottom: -2rem;
  margin-right: 1rem;
}

@media only screen and (max-width: 756px) {
  .logo {
    display: none;
  }
}

section {
  margin: auto;
  padding-top: 10px;
}


@media screen and (max-width: 430px) {
  div#sectionleft {
    margin: auto;
  }

  div#sectionleft img.full {
    width: 100%;
  }
}
@media screen and (min-width: 431px) {
  div#sectionleft {
    float: left;
    margin-right: 20px;
  }
}


div#sectionright {
  margin: auto;
  margin-top: 1.5em;
}
