* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "garamond-premier-pro", serif;
  font-weight: 400;
  font-style: normal;
}
body,
html {
  font-family: 'Arial', sans-serif;
  background-color: #f5f5f5;
  color: #333;
  background: url('/assets/images/bg_image.jpg') no-repeat center center fixed;
  background-size: cover;
  justify-content: center;
  align-items: center;
}
h1 {
  font-size: 24px;
}
h3 {
  font-size: 18px;
  font-weight: 700;
}
.container {
  text-align: center;
  padding: 40px;
  max-width: 1100px;
  margin: 0 auto;
  background-color: white;
  border: solid 4px #d9d9d9;
}
.logo {
  width: 150px;
  margin-bottom: 10px;
}
.tagline {
  font-size: 24px;
  margin-bottom: 30px;
  color: #888888;
  margin: 0 auto;
}
hr.short {
  border: none;
  border-bottom: solid 1px #d9d9d9;
  width: 300px;
  margin: 10px auto;
}
.main-image {
  width: 100%;
  max-width: 400px;
  height: auto;
  margin-bottom: 30px;
}
footer {
  font-size: 16px;
  color: #666;
}
footer .contact a {
  color: #666;
  text-decoration: none;
}
footer .contact a:hover {
  text-decoration: underline;
}
.better-inline-booking-widget {
  margin: 20px;
  min-height: 800px;
}
.better-inline-booking-widget iframe {
  width: 100%;
  min-height: 800px;
}
