html, body {
  font-family: 'Open Sans';
  background-color: #fffbee;
}

a {
  color: #005478;
}
a:hover {
  color: #0077a0;
}

h1, h2, h3 {
  font-family: 'Oswald';
}

body {
  padding-bottom: 10rem;
}

.form-inline .form-control {
  width: 100% !important;
}
.form-inline .form-group {
  width: 50% !important;
  margin-bottom: 1rem !important;
}
.form-inline .form-group:first-child {
  padding-right: 2px;
}

label {
  cursor: pointer;
}

.btn,
.btn:hover,
.btn:active {
  border-color: transparent;
}
.btn-primary {
  background-color: #00537c;
}
.btn-primary:hover {
  background-color: #0077a0;
}
.btn-primary.btn-primary.btn-primary:active {
  background-color: #003c51;
}

.messages-container {
  margin: 0;
  padding: 0.5rem 2rem;
  text-align: center;
  list-style: none;
  color: #333;
  background-color: #ffdbcd;
  z-index: 1;
}
.messages-container {
}

/* Reservation map */

@media (min-width: 576px) {
  .map-container {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .map-container {
    max-width: 90%;
  }
}
@media (min-width: 1200px) {
  .map-container {
    max-width: 80%;
  }
}
.map-container {
  position: relative;
  margin: 2rem auto 10rem auto;
}
.logo {
  position: absolute;
  width: 15%;
  border: 0;
}
.faq-link-container {
  margin-bottom: 1.7rem;
}
.map-notice-container {
  margin: -1rem 0 1.3rem 0;
}
.map-notice {
  font-size: 2rem;
  font-weight: bold;
  font-family: 'Oswald';
}
@media (max-width: 1199px) {
  .map-notice-container {
    margin-top: 0;
  }
  .map-notice {
    font-size: 1.5rem;
    font-weight: bold;
    font-family: 'Oswald';
  }
}
@media (max-width: 575px) {
  .map-notice-container {
    margin-top: 1.5rem;
  }
  .map-notice {
    font-size: 1.15rem;
    font-weight: bold;
    font-family: 'Oswald';
  }
}
.faq-link {
  font-size: 1.15rem;
  font-weight: bold;
  padding-bottom: 1px;
  border-bottom: 1px solid #005478;
  text-decoration: none;
}
.faq-link:hover {
  border-bottom-color: #0077a0;
  text-decoration: none;
}
.author-link {
  color: #89af65;
  text-decoration: none;
}
.author-link:hover {
  color: #93bf69;
  text-decoration: none;
}
.author-link svg {
  display: inline-block;
  vertical-align: middle;
  height: 1.4rem;
  margin: -0.4rem 0 0 0.5rem;
}
.palju {
  cursor: pointer;
}
.palju:hover {
  /*transform: translateY(10px)*/
}
.palju-outer {
  fill: #A05A3A;
}
.palju-inner {
  fill: #C98155;
}
.palju-water {
  fill: #83D0F0;
}
.palju-elec-1 {
  fill:#e8edee;
}
.palju-elec-2 {
  fill:#fffbee;
}
.palju-num {
  fill: rgba(255, 255, 255, .7);
  fill: #fffbee;
  font-size: 12px;
  font-weight: bold;
}
.palju-elec {
  transform: translate(20px, 9px) scale(0.5);
}
.palju.reserved {
  cursor: default;
  pointer-events: none;
}
.palju.reserved > .palju-outer {
  fill: #868687;
}
.palju.reserved > .palju-inner {
  fill: #9b9b9b;
}
.palju.reserved > .palju-water {
  fill: #c6c6c6;
}
.palju.selected > .palju-outer {
  fill: #e57373;
}
.palju.selected > .palju-inner {
  fill: #ff8080;
}
.palju-highlight {
  opacity: 0;
  fill: transparent;
  stroke: #fff;
  stroke-width: 4px;
}
.palju:hover .palju-highlight {
  opacity: 1;
}

.info-radio {
  position: fixed;
  top: 50%;
  left: 50%;
  opacity: 0;
  pointer-events: none;
  z-index: -1;
}
.info {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 450px;
  max-width: 100%;
  height: auto;
  padding: 5rem 3rem 3rem 3rem;
  overflow: auto;
  color: #fff;
  background-color: #dd6868;
  transition: transform 0.4s ease;
  transform: translateX(450px);
}
.info-radio:checked + .info {
  transform: translateX(0);
}
.info ul {
  list-style: none;
  padding: 0;
  font-size: 18px;
}
.info li:before {
  content: "\2013 ";
  display: inline-block;
  margin-right: 0.5rem;
}
.btn-reserve {
  width: 100%;
  color: #fff;
  cursor: pointer;
}
.btn-close {
  position: absolute;
  top: 0;
  right: 0.5rem;
  border: 0;
  color: #fff;
  background-color: transparent;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
}

.palju-list {
  padding: 1rem 1.5rem 1rem 1.5rem;
  margin: 0 1rem 1rem 1rem;
  background-color: #fdf4d9;
}
.palju-list h2 {
  font-size: 1.5rem;
  font-weight: bold;
  /*text-transform: uppercase;*/
  padding: 2rem 1.5rem 2rem 1.5rem;
  margin: -1rem -1.5rem 2rem -1.5rem;
  text-align: center;
}
.list-type-vip h2 {
  color: #d65350;
  background-color: #ffdbcd;
  /*border: 3px dashed #ee7775;*/
}
.list-type-deluxe h2 {
  color: #005478;
  background-color: #a6e9dc;
  /*border: 3px dashed #005478;*/
}
.list-type-classic h2 {
  color: #707b60;
  background-color: #c2f6bb;
  /*border: 3px dashed #707964;*/
}
.palju-item {
  margin: 0.5rem 0;
}
.palju-item-number {
  color: #806000;
  display: inline-block;
  vertical-align: middle;
  font-size: 1.5rem;
  width: 3rem;
}
.palju-item .btn {
  margin: 0 0.5rem;
}
.palju-item .btn.disabled {
  background-color: #bbb;
}
.palju-item .palju-btn-reserved,
.palju-item.reserved .palju-btn-vacant {
  display: none;
}
.palju-item.reserved .palju-btn-reserved {
  display: inline-block;
}

/* Reservation form */

.reservation-form-container {
  min-height: 40rem;
  padding: 5rem 3rem 0 3rem;
  background: #dd6868;
  color: #fff;
  box-shadow: 0 39rem 0 #dd6868;
}
.reservation-form-container a,
.reservation-form-container a:hover {
  color: #fff;
  text-decoration: underline;
}
.reservation-form-container .btn,
.reservation-form-container .btn:hover {
  text-decoration: none;
}
.reservation-form-container h1 {
  padding-bottom: 2rem;
}
.reservation-form-container h3 {
  font-size: 1.5rem;
}
.reservation-form-container ul {
  list-style: none;
  padding: 0 0 2rem 1rem;
  font-size: 1.2rem;
}
.reservation-form-container p {
  font-size: 1.2rem;
}
.reservation-form-container li:before {
  content: "\2013 ";
  display: inline-block;
  margin-right: 0.5rem;
}
.reservation-form-container label {
  font-size: 1.2rem;
}
.reservation-form-container .form-check-input {
  margin-top: .5rem;
}
.cancellation-info-box {
  margin: 2rem 0 4rem 0;
  font-size: 1.2rem;
}
