body {
  background-color: #fafafa;
}

.brand-container {
  background-color: white;
  border-bottom: 1px solid #eee;
}

.logo-wrap:hover,
.logo-wrap:focus {
  text-decoration: none;
}

.logo {
  color: #206889;
  font-weight: 400;
  background-image: linear-gradient(270deg, #129da7, #206889);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.65rem;
  font-family: inherit;
  margin: 0;
  line-height: 1;
  display: inline-block;
}

.logo span {
  font-weight: 800;
}

h1 {
  font-family: Domine, serif;
  font-size: 2.22rem;
  font-weight: 400;
  -webkit-hyphens: none;
  hyphens: none;
  color: #2d363c;
}

.location-intro img {
  width: 310px;
  float: left;
  margin: 0 30px 30px 0;
}

#filter {
  background-color: #1f6a8a;
  background-image: linear-gradient(270deg, #108087, #206889);
  color: white;
  border-radius: 3px;
}

#filter .locations-list {
  user-select: none;
  -webkit-user-select: none;
}

#filter .locations-list li {
  margin: 0 5px 8px 0;
  display: inline-block;
  border: 1px solid white;
  border-radius: 18px;
  font-size: 13px;
  background-color: transparent;
  cursor: pointer;
}

#filter .locations-list li span {
  display: block;
  color: white;
  padding: 3px 8px 2px;
}

#filter .locations-list li.active {
  background-color: white;
}

#filter .locations-list li.active span {
  color: #1f6a8a;
}

.card a {
  color: #1f6a8a;
  background-image: linear-gradient(270deg, #108087, #206889);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.card .meta-list li {
  margin-bottom: 5px;
}

.card .tags-list li {
  cursor: default;
  display: inline-block;
  margin: 0 10px 10px 0;
  background-color: #1f6a8a;
  background-image: linear-gradient(270deg, #108087, #206889);
  border-radius: 18px;
  font-size: 13px;
  color: white;
  padding: 5px 10px;
}

.card .locations-list li {
  margin: 0 5px 8px 0;
  display: inline-block;
  border: 1px solid #1f6a8a;
  border-radius: 18px;
  font-size: 13px;
  background-color: transparent;
}

.card .locations-list li a {
  display: block;
  padding: 3px 8px 2px;
}

.card .locations-list li span {
  display: block;
  padding: 2px 8px;
  cursor: default;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-image: linear-gradient(270deg, #108087, #206889);
}

.main-footer {
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  font-size: 0.7rem;
}

.main-footer a {
  font-weight: 400;
  margin: 0 0.5rem;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-image: linear-gradient(270deg, #108087, #206889);
  text-decoration: none;
  transition: all 275ms;
  word-break: break-word;
}

.round-border-link {
  display: inline-block;
  border: 1px solid #1f6a8a;
  color: #1f6a8a;
  border-radius: 99px;
  font-size: 13px;
  background-image: none;
  background-color: transparent;
  padding: 3px 12px 3px;
  transition: all 0.2s;
}

.round-border-link.link-invert {
  color: white;
  background-image: linear-gradient(270deg, #108087, #206889);
}

.round-border-link:hover,
.round-border-link:focus {
  text-decoration: none;
  background-image: linear-gradient(270deg, #108087, #206889);
  color: white;
}


.round-border-link.link-invert:hover,
.round-border-link.link-invert:focus {
  background-image: none;
  background-color: transparent;
  color: #1f6a8a;
}

.round-border-link.link-big {
  padding: 8px 20px 10px;
  line-height: 160%;
}