/* Fonts */
/* Variables */
/* Colours */
/* Mixins */
.cities,
.city-guide {
  color: white;
}
.cities .site,
.city-guide .site {
  margin-bottom: 0;
}
.cities article h1,
.city-guide article h1 {
  font-size: 20px;
  font-family: "ff-nexus-typewriter";
  text-transform: uppercase;
  padding-bottom: 30px !important;
}
.cities .skip-link,
.city-guide .skip-link {
  display: none;
}
.cities .city-guide-group,
.city-guide .city-guide-group {
  width: 100%;
  height: 100%;
}
.cities img.city-image,
.city-guide img.city-image {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.cities .footer-tear,
.city-guide .footer-tear {
  display: none;
}
.cities .site-main,
.city-guide .site-main {
  background: transparent;
  margin-bottom: 500px;
}
.cities footer,
.city-guide footer {
  position: static;
  padding: 0 0 20px 0;
}

.city-image {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.city-image.show-img {
  opacity: 1 !important;
}

.city-guide-group:first-of-type .city-image {
  opacity: 1;
}

a.city-guide-link,
.more-cities a {
  display: inline-block;
  color: white;
  z-index: 2;
  position: relative;
}
a.city-guide-link:hover,
.more-cities a:hover {
  color: white;
  text-decoration: none;
}
