* {
  font-family: "Open Sans", sans-serif;
}

main,
main > * {
  padding: 0 !important;
}

div.brand-container {
  position: absolute;
  padding: 1.25rem !important;
  background: #f7f7f7;
  opacity: 0.75;
  z-index: 1;
}

div.brand-container img {
  width: 180px;
}

a.button.wailon {
  height: 44px;
  padding: 0;
  text-align: left;
}

a.button.wailon img {
  height: inherit;
  margin: 0;
}

/* Class overrides */
a.button.large {
  height: 44px;
}

.orbit .orbit-container {
  max-height: calc(100vh - 60px) !important;
}

.orbit .orbit-slide,
.orbit .orbit-image {
  height: calc(100vh - 60px) !important;
}

.orbit-slide figcaption.orbit-caption {
  font-size: 2.5rem;
  background-color: rgba(10, 10, 10, 0.75);
}

.top-bar {
  background-color: #2c3840 !important;
  color: #fff;
}
/* */
