.center-in-screen,
.center-text {
  text-align: center;
}
.background-blend-bg-initial,
.out-faded {
  pointer-events: none;
  opacity: 0;
}
.btn,
.navbar a,
a {
  text-decoration: none;
}
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: local('Material Icons'), local('MaterialIcons-Regular'),
    url(../fonts/Material_Icons/MaterialIcons-Regular.woff2) format('woff2'),
    url(../fonts/Material_Icons/MaterialIcons-Regular.woff) format('woff'),
    url(../fonts/Material_Icons/MaterialIcons-Regular.ttf) format('truetype');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
}
@font-face {
  font-family: RobotoBold;
  src: local('Roboto-Bold'), url(../fonts/Roboto/Roboto-Bold.woff2) format('woff2'),
    url(../fonts/Roboto/Roboto-Bold.woff) format('woff'), url(../fonts/Roboto/Roboto-Bold.ttf) format('truetype');
}
@font-face {
  font-family: RobotoRegular;
  src: local('Roboto-Regular'), url(../fonts/Roboto/Roboto-Regular.woff2) format('woff2'),
    url(../fonts/Roboto/Roboto-Regular.woff) format('woff'), url(../fonts/Roboto/Roboto-Regular.ttf) format('truetype');
}
@font-face {
  font-family: RobotoMedium;
  src: local('Roboto-Medium'), url(../fonts/Roboto/Roboto-Medium.woff2) format('woff2'),
    url(../fonts/Roboto/Roboto-Medium.woff) format('woff'), url(../fonts/Roboto/Roboto-Medium.ttf) format('truetype');
}
@font-face {
  font-family: RobotoLight;
  src: local('Roboto-Light'), url(../fonts/Roboto/Roboto-Light.woff2) format('woff2'),
    url(../fonts/Roboto/Roboto-Light.woff) format('woff'), url(../fonts/Roboto/Roboto-Light.ttf) format('truetype');
}
@font-face {
  font-family: RobotFlex;
  src: local('Roboto-Flex'), url(../fonts/Roboto_Flex/RobotoFlex.woff2) format('woff2'),
    url(../fonts/Roboto_Flex/RobotoFlex.woff) format('woff'),
    url(../fonts/Roboto_Flex/RobotoFlex.ttf) format('truetype');
}
@font-face {
  font-family: Audiowide;
  src: local('Audiowide-Regular'), url(../fonts/Audiowide/Audiowide-Regular.woff2) format('woff2'),
    url(../fonts/Audiowide/Audiowide-Regular.woff) format('woff'),
    url(../fonts/Audiowide/Audiowide-Regular.ttf) format('truetype');
}
@font-face {
  font-family: Inconsolata;
  src: local('Inconsolata'), url(../fonts/Inconsolata/Inconsolata.woff2) format('woff2'),
    url(../fonts/Inconsolata/Inconsolata.woff) format('woff'),
    url(../fonts/Inconsolata/Inconsolata.ttf) format('truetype');
}
@property --angle {
  syntax: '<angle>';
  initial-value: 90deg;
  inherits: true;
}
@media screen and (max-width: 400px) {
  .navbar a {
    float: none;
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .column,
  [class*='col-'] {
    width: 100%;
  }
  .row {
    flex-direction: column;
  }
  .column {
    display: block;
  }
  .hide-on-small {
    display: none;
  }
  .section-book-now {
    padding: 0.9rem 0 !important;
  }
  .book-now-label {
    font-size: 1.1rem !important;
    padding-right: 0.5rem !important;
  }
  .book-now-label span {
    font-size: 1.3rem !important;
  }
  .book-now-btn {
    padding: 1.8rem 1rem !important;
    margin-right: 0.5rem;
  }
}
.headline,
.pricing-table thead th {
  font-size: 1.5rem;
}
@media only screen and (min-width: 600px) {
  .col-s-1 {
    width: 8.33%;
  }
  .col-s-2 {
    width: 16.66%;
  }
  .col-s-3 {
    width: 25%;
  }
  .col-s-4 {
    width: 33.33%;
  }
  .col-s-5 {
    width: 41.66%;
  }
  .col-s-6 {
    width: 50%;
  }
  .col-s-7 {
    width: 58.33%;
  }
  .col-s-8 {
    width: 66.66%;
  }
  .col-s-9 {
    width: 75%;
  }
  .col-s-10 {
    width: 83.33%;
  }
  .col-s-11 {
    width: 91.66%;
  }
  .col-s-12 {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .hide-on-small-and-premedium {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .col-1 {
    width: 8.33%;
  }
  .col-2 {
    width: 16.66%;
  }
  .col-3 {
    width: 25%;
  }
  .col-4 {
    width: 33.33%;
  }
  .col-5 {
    width: 41.66%;
  }
  .col-6 {
    width: 50%;
  }
  .col-7 {
    width: 58.33%;
  }
  .col-8 {
    width: 66.66%;
  }
  .col-9 {
    width: 75%;
  }
  .col-10 {
    width: 83.33%;
  }
  .col-11 {
    width: 91.66%;
  }
  .col-12 {
    width: 100%;
  }
  .hide-on-medium-up {
    display: none !important;
  }
}
@media only screen and (max-width: 1199px) {
  .hide-on-medium-and-down {
    display: none;
  }
  .header {
    padding: 120px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .col-l-1 {
    width: 8.33%;
  }
  .col-l-2 {
    width: 16.66%;
  }
  .col-l-3 {
    width: 25%;
  }
  .col-l-4 {
    width: 33.33%;
  }
  .col-l-5 {
    width: 41.66%;
  }
  .col-l-6 {
    width: 50%;
  }
  .col-l-7 {
    width: 58.33%;
  }
  .col-l-8 {
    width: 66.66%;
  }
  .col-l-9 {
    width: 75%;
  }
  .col-l-10 {
    width: 83.33%;
  }
  .col-l-11 {
    width: 91.66%;
  }
  .col-l-12 {
    width: 100%;
  }
  .margin-left-right,
  .margin-left-right-large {
    margin-left: 12.33% !important;
    margin-right: 12.33% !important;
  }
  .header {
    padding: 150px !important;
  }
}
@media only screen and (min-width: 1500px) {
  .col-sl-1 {
    width: 8.33%;
  }
  .col-sl-2 {
    width: 16.66%;
  }
  .col-sl-3 {
    width: 25%;
  }
  .col-sl-4 {
    width: 33.33%;
  }
  .col-sl-5 {
    width: 41.66%;
  }
  .col-sl-6 {
    width: 50%;
  }
  .col-sl-7 {
    width: 58.33%;
  }
  .col-sl-8 {
    width: 66.66%;
  }
  .col-sl-9 {
    width: 75%;
  }
  .col-sl-10 {
    width: 83.33%;
  }
  .col-sl-11 {
    width: 91.66%;
  }
  .col-sl-12 {
    width: 100%;
  }
}
.z-depth-0 {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.z-depth-1 {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12),
    0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.z-depth-2 {
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12),
    0 2px 4px -1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}
.z-depth-3 {
  -webkit-box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12),
    0 5px 5px -3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}
.gallery-item .card:hover,
.z-depth-4 {
  -webkit-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12),
    0 8px 10px -7px rgba(0, 0, 0, 0.2);
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12),
    0 8px 10px -7px rgba(0, 0, 0, 0.2);
}
.z-depth-5 {
  -webkit-box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12),
    0 11px 15px -7px rgba(0, 0, 0, 0.2);
  box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12),
    0 11px 15px -7px rgba(0, 0, 0, 0.2);
}
:root {
  --primary-color: 66, 66, 66;
  --secondary-color: 254, 181, 25;
  --accent-color: 141, 110, 99;
  --primary-font-color: 66, 66, 66;
  --secondary-font-color: 255, 255, 255;
  --positive-font-color: 76, 175, 80;
  --color-petrol: 77, 182, 172;
  --color-blue: 120, 144, 156;
  --d: 1200ms;
  --angle: 90deg;
  --c1: rgba(254, 181, 25, 1);
  --c2: rgba(254, 181, 25, 0.01);
}
input:-webkit-autofill,
input:-webkit-autofill:focus {
  transition: background-color 600000s, color 600000s;
}
* {
  box-sizing: border-box;
}
:after,
:before {
  box-sizing: inherit;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.btn,
footer {
  display: flex;
}
html {
  height: 100%;
  scroll-behavior: smooth;
}
header {
  transition: opacity 2s 1s;
}
body {
  margin: 0;
  font-family: RobotFlex;
  font-weight: 450;
  color: rgb(var(--primary-font-color));
}
footer {
  padding-top: 10px;
  padding-bottom: 10px;
  pointer-events: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  width: -moz-available;
  width: -webkit-fill-available;
  width: stretch;
}
.btn,
a {
  color: rgba(var(--primary-font-color), 0.8);
}
a:hover {
  color: rgba(var(--primary-font-color), 1);
  cursor: pointer;
}
.btn {
  font-family: Golos;
  padding: 10px 15px;
  align-items: center;
  outline: 1px solid rgba(var(--primary-font-color), 0);
  transition: 0.3s;
}
.btn:hover {
  font-weight: 600;
  background-color: rgba(var(--accent-color), 0.5);
  color: rgb(var(--secondary-font-color));
  cursor: pointer;
}
.btn:focus {
  outline: 1px solid rgba(var(--primary-font-color), 1);
}
.btn.active {
  z-index: 1101;
}
.no-touch {
  pointer-events: none;
}
.no-select {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.center-in-screen {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.horizontal-align {
  display: flex;
  align-items: center;
}
.singleline-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hide {
  display: none;
}
.no-scroll {
  overflow-y: hidden;
}
.positive-green {
  color: rgb(var(--positive-font-color));
}
.flex-row {
  display: flex;
  flex-direction: row;
}
.flex-center {
  justify-content: center;
  align-items: center;
}
.background-blend-bg-initial {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #000;
  z-index: 0;
  overflow-y: hidden;
  transition: opacity 1s;
}
.background-blend-bg-active {
  pointer-events: visible;
  z-index: 1100;
  opacity: 0.8;
  cursor: pointer;
}
.footerPages-container-initial {
  position: fixed;
  bottom: 3rem;
  left: 0.5rem;
  z-index: -1;
  opacity: 0;
  color: rgba(var(--secondary-font-color), 0.9);
  background: rgba(var(--primary-color), 0.8);
  border-radius: 8px;
  padding: 0.5rem 1rem;
  transition: opacity;
}
.header,
.navbar a {
  color: #fff;
  text-align: center;
}
.footerPages-container-active {
  opacity: 1;
  z-index: 1101;
  transition: opacity 1.5s;
}
.header {
  padding: 80px;
  background-image: url('/images/banner.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.main,
.side {
  padding: 20px;
}
.book-now-label,
.pricing-table tbody th {
  text-align: right;
}
.header h1 {
  font-size: 40px;
}
.navbar {
  z-index: 1;
  overflow: hidden;
  background-color: #333;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
}
.navbar a {
  float: left;
  display: block;
  padding: 14px 20px;
}
.navbar a.right {
  float: right;
}
.navbar a:hover {
  background-color: #ddd;
  color: #000;
}
.navbar a.active {
  background-color: #666;
  color: #fff;
}
.side {
  -ms-flex: 30%;
  flex: 30%;
  background-color: rgba(var(--primary-color), 0.2);
}
.main {
  -ms-flex: 70%;
  flex: 70%;
  background-color: #fff;
}
.logo-small {
  object-fit: contain;
  width: 8rem;
}
.headline {
  font-weight: 700;
  padding: 0.3rem 0;
}
.subheadline {
  font-size: 1.2rem;
  font-weight: 590;
  margin-left: 2rem;
}
.section {
  margin: 0 0 2rem;
  padding-top: 3rem;
  transition: 0.4s;
}
.section-book-now {
  justify-content: space-around;
  padding: 0.5rem 0;
}
.book-now-label {
  align-content: center;
  font-size: 1.2rem;
  font-weight: 700;
}
.book-now-label span {
  font-size: 1.4rem;
}
.book-now-btn {
  padding: 2.8rem 2rem;
  cursor: pointer;
  border-radius: 50%;
  border: 5px solid rgba(var(--primary-color), 0.8);
  background-color: rgba(var(--secondary-color), 0.8);
  font-family: Audiowide;
  text-align: center;
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12),
    0 2px 4px -1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
  transition: 0.4s;
}
.book-now-btn:hover {
  border: 5px solid rgba(var(--primary-color), 1);
  background-color: rgba(var(--secondary-color), 1);
  font-weight: 800;
  -webkit-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12),
    0 8px 10px -7px rgba(0, 0, 0, 0.2);
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12),
    0 8px 10px -7px rgba(0, 0, 0, 0.2);
}
.section-contact td {
  vertical-align: middle;
  padding: 0 0.5rem;
}
.footer {
  padding: 20px;
  text-align: left;
  background: rgba(var(--secondary-color), 0.8);
}
.card {
  border-radius: 15px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.pricing-table {
  table-layout: fixed;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 0.6rem;
  font-size: 1.2rem;
}
.pricing-table tbody td {
  font-family: Inconsolata;
  text-align: center;
}
.pricing-table tr span {
  font-size: 0.8rem;
  color: rgba(var(--primary-font-color), 0.5);
}
.gallery-item {
  margin-bottom: 16px;
  padding: 0 8px;
  transition: 0.4s;
}
.gallery-item-overlay {
  position: absolute;
  bottom: 0.2rem;
  height: 3rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  color: rgba(var(--secondary-font-color), 0.9);
  font-weight: 700;
  background-color: rgba(var(--secondary-color), 0.7);
  transition: opacity 0.4s;
}
.gallery-item .card:hover .gallery-item-overlay {
  opacity: 1;
}
.column {
  float: left;
  width: 33.3%;
  margin-bottom: 16px;
  padding: 0 8px;
}
.container {
  padding: 0 16px;
}
.container::after,
.row::after {
  content: '';
  clear: both;
  display: table;
}
.title {
  color: grey;
}
#contact {
  border: 0.35rem solid #fff;
}
.border-transform {
  border: 0.35rem solid rgba(var(--secondary-color), 1) !important;
  border-image: conic-gradient(from var(--angle), var(--c2), var(--c1) 0.1turn, var(--c1) 0.15turn, var(--c2) 0.25turn)
    30 !important;
  animation: borderRotate var(--d) linear infinite forwards;
}
@keyframes borderRotate {
  100% {
    --angle: 420deg;
  }
}
@keyframes spin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(-360deg);
  }
}
@keyframes fade-in-out {
  0%,
  100% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
}
@keyframes fade-out-in {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 0.8;
  }
  80% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
  }
}
