/* line 5, ../../src/scss/app.scss */
body {
  font-family: Arial;
  font-weight: bold;
  background-color: #042f62;
  color: #fff;
  overflow: hidden;
}

/* line 13, ../../src/scss/app.scss */
a:not(.c-red) {
  color: #fff !important;
}

/* FONT */
/* line 18, ../../src/scss/app.scss */
.f-300, .f-300 * {
  font-weight: 300 !important;
}

/* line 21, ../../src/scss/app.scss */
.f-400, .f-400 * {
  font-weight: 400 !important;
}

/* line 24, ../../src/scss/app.scss */
.f-500, .f-500 * {
  font-weight: 500 !important;
}

/* line 27, ../../src/scss/app.scss */
.f-700, .f-700 *:not(.f-400) {
  font-weight: 700 !important;
}

/* BG & COLOR */
/* line 32, ../../src/scss/app.scss */
.bg-dark {
  background-color: #182A31;
}

/* line 35, ../../src/scss/app.scss */
.bg-red {
  background-color: #ff5231;
}

/* line 38, ../../src/scss/app.scss */
.bg-yellow {
  background-color: #ffe9af;
}

/* line 41, ../../src/scss/app.scss */
.bg-salmon {
  background-color: #ffbaa1;
}

/* line 44, ../../src/scss/app.scss */
.c-red {
  color: #ff5231 !important;
}

/* line 47, ../../src/scss/app.scss */
.c-navy {
  color: #042f62;
}

/* line 50, ../../src/scss/app.scss */
.arrow-yellow {
  clip-path: polygon(100% 0, 100% 75%, 50% 100%, 0 75%, 0 0);
  padding-bottom: 2rem !important;
  position: relative;
}
/* line 55, ../../src/scss/app.scss */
.arrow-yellow b {
  position: relative;
  top: -.65rem;
  display: block;
}
/* line 60, ../../src/scss/app.scss */
.arrow-yellow span {
  position: absolute;
  bottom: .85rem;
  left: 50%;
  transform: translateX(-50%);
}

/* line 66, ../../src/scss/app.scss */
.circle-salmon {
  position: relative;
}
/* line 69, ../../src/scss/app.scss */
.circle-salmon:before {
  position: absolute;
  content: "";
  background-color: #ffbaa1;
  width: 125vw;
  height: 105vw;
  bottom: 100%;
  right: 100%;
  border-radius: 50%;
  transform: translate(60%, 6%);
}

/* UI Elements*/
/* line 81, ../../src/scss/app.scss */
.btn {
  border-radius: 0;
}

/* PAGE ELEMENTS */
/* line 86, ../../src/scss/app.scss */
.rooms-list .display-3 small {
  position: relative;
  top: -1px;
  margin-left: 4px !important;
}

/* line 91, ../../src/scss/app.scss */
.services-list, .rooms-list > .row:nth-child(even) > div {
  background-color: rgba(255, 255, 255, 0.12);
}

/* line 94, ../../src/scss/app.scss */
.swiper-slide {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

/* line 99, ../../src/scss/app.scss */
.services-list {
  position: absolute;
  top: 0;
  right: 0;
  height: 100vh;
  width: 23vw;
}
/* line 104, ../../src/scss/app.scss */
.services-list .row + .row {
  margin-top: 1.25rem;
}
/* line 107, ../../src/scss/app.scss */
.services-list .h5 {
  font-size: 1.2rem;
  line-height: 1.4;
  margin: 0;
}
/* line 112, ../../src/scss/app.scss */
.services-list .h5 a {
  font-size: 1.4rem;
  line-height: 1.1;
}
/* line 117, ../../src/scss/app.scss */
.services-list div.bg-green {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  padding: 20px;
  background-color: #79d2b8;
}
/* line 123, ../../src/scss/app.scss */
.services-list div.bg-green img {
  max-width: 100%;
  height: auto;
}

/* line 129, ../../src/scss/app.scss */
.swiper-pagination-fraction {
  bottom: 1rem;
  font-size: 1.25rem;
  font-weight: bold;
  font-family: arial;
}

/* line 136, ../../src/scss/app.scss */
#covid-info {
  font-size: 1.5rem;
  font-size: 1.6rem;
  line-height: 1.35;
  min-height: 100vh;
  font-weight: 400;
}
/* line 142, ../../src/scss/app.scss */
#covid-info a {
  font-weight: 700;
}
/* line 147, ../../src/scss/app.scss */
#covid-info span {
  display: inline-block;
  min-width: 128px;
}

/* RWD */

/*# sourceMappingURL=style.css.map */
