.page-content {
  background-color: #fcfcfc;
}

@media screen and (min-width: 1200px) {
  .page-content {
    box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.07);
  }  
}

.homepage-content h1 {
  font-size: 1rem;
  margin-top: 1rem;
}

.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.thumb{
  width: 300px;
  height: 300px;
}

:is(h1, h2, h3, h4, h5, h6) {
  color: #f25e52;
}

.accent {
  background-color: #f25e52;
  color: #ffffff;
}

.accent a {
  color: #ffffff;
  text-decoration: none;
}

.accent .active{
  color: #ffffff;
  font-weight: bold;
}

.accent a:hover {
  color: #efefef;
  text-shadow: 0 0 1px #f0f0f0;
}

img {
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
  display: block; /* remove extra space below image */
}

.brand-text {
  padding-top: 10px;
  font-weight: 700;
  font-size: 1.75rem;
}

.telephone a {
  text-decoration: none;
}

h2 {
  padding-top: 2rem;
  padding-bottom: 1rem;
}

.article p {
  padding-bottom: 1rem;
  line-height: 1.6;
}

.telephone a{
  text-decoration: none;
  color: #f25e52;
}

a {
  color: #f25e52;
  text-decoration: none;
}
a:hover{
  color: #ff8b66;
}

.flag img{
  width: 25px;
  height: 25px;
  margin-right: 10px;
}

#languages li{
  margin-bottom: .5em;
}

html,
body {
  background: #fff;
  font-size: 1rem;
  font-family: "Noto Sans", sans-serif;
}

#services li{
  list-style-image: url('/images/bullet-tooth.svg');
  list-style-position: outside;
  margin-top: 0.5em;
}

#rooms-carousel h4{
  color: #fff;
}