body {
  font-family: "Nort W02", Arial;
  font-weight: bold;
  background-color: #1e2346;
  color: #fff;
  overflow: hidden;
}
a:not(.c-red) {
  color: #fff !important;
}
/* FONT */
.f-300, .f-300 * {
  font-weight: 300 !important;
}
.f-400, .f-400 *:not(b):not(.f-700):not(.f-900) {
  font-weight: 400 !important;
}
.f-500, .f-500 * {
  font-weight: 500 !important;
}
.f-700, .f-700 *:not(.f-400) {
  font-weight: 700 !important;
}
.f-900, .f-900 *:not(.f-400) {
  font-weight: 900 !important;
}
/* BG & COLOR */
.bg-dark {
  background-color: #182A31;
}
.bg-red {
  background-color: #ff0000;
}
.bg-yellow {
  background-color: #fff09e;
}
.bg-salmon {
  background-color: #ffbaa1;
}
.c-red {
  color: #ff5231 !important;
}
.c-navy {
  color: #042f62;
}
.c-green {
	color: #94d2be;
}
.arrow-yellow {
  clip-path: polygon(100% 0, 100% 75%, 50% 100%, 0 75%, 0 0);
  padding-bottom: 2rem !important;
  position: relative;
}
.arrow-yellow b {
  position: relative;
  top: -.65rem;
  display: block;
}
.arrow-yellow span {
  position: absolute;
  bottom: .85rem;
  left: 50%;
  transform: translateX(-50%);
}
.circle-salmon {
  position: relative;
}
.circle-salmon:before {
  position: absolute;
  content: "";
  background-color: #ffbaa1;
  width: 170vw;
  height: 105vw;
  bottom: 100%;
  right: 100%;
  border-radius: 50%;
  transform: translate(60%, 6%);
}
/* UI Elements*/
.btn {
  border-radius: 0;
}
/* PAGE ELEMENTS */
.rooms-list .display-3 small {
  position: relative;
  top: -1px;
  margin-left: 4px !important;
}
.services-list, .rooms-list > .row:nth-child(even) > div {
  background-color: rgba(255, 255, 255, 0.12);
}
.swiper-slide {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}
.services-list {
  position: absolute;
  top: 0;
  right: 0;
  height: 100vh;
  width: 23vw;
}
.services-list .row + .row {
  margin-top: 1.25rem;
}
.services-list .h5 {
  font-size: 1.2rem;
  line-height: 1.4;
  margin: 0;
}
.services-list .h5 a {
  font-size: 1.4rem;
  line-height: 1.1;
}
.services-list div.bg-green {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  background-color: #79d2b8;
}
.services-list div.bg-green img {
  max-width: 100%;
  height: auto;
}
.services-list .icon-alt div.bg-green {
	display:flex;
	align-items: center;
	justify-content: center;
	overflow:hidden;
	background-color:#8bcab5
}
.services-list .icon-alt div.bg-green img {
	max-width: 70%;
	filter: drop-shadow(90px 0px 0 #052f63);
	transform: translateX(-90px);
}
.services-list .f-400 b {
  font-weight: 900;
}
.swiper-pagination-fraction {
  bottom: 1rem;
  font-size: 1.25rem;
  font-weight: bold;
  font-family: arial;
}
#covid-info {
  font-size: 1.5rem;
  font-size: 1.6rem;
  line-height: 1.35;
  min-height: 100vh;
  font-weight: 400;
}
#covid-info a {
  font-weight: 700;
}
#covid-info span {
  display: inline-block;
  min-width: 128px;
}

/* RWD */
@media only screen and (min-width: 576px) {

}
@media only screen and (min-width: 768px) {

}
@media only screen and (min-width: 992px) {

}
@media only screen and (min-width: 1200px) {

}

@media only screen and (max-width: 1199px) {

}
@media only screen and (max-width: 991px) {

}
@media only screen and (max-width: 991px) and (min-width: 768px) {

}
@media only screen and (max-width: 767px) {

}
@media only screen and (max-width: 575px) {

}
@media only screen and (max-width: 479px) {

}
@media only screen and (max-width: 359px) {

}
