body {
  padding: 0;
  margin: 0;
}

#header {
  font-family: Consolas;
  text-align: center;
  background-image: linear-gradient(#0000ff, #0000aa);
  color: #ffffff;
  padding: 5px;
}

#header-title {
  font-size: 65px;
}

#header-subtitle {
  font-size: 25px;
}

#menu {
  background-color: #0000aa;
}

.city-button {
  background-color: #0000aa;
  color: #ffffff;
  width: 33%;
  height: 45px;

  &:hover {
    background-color: #0000bb;
  }

  &:disabled {
    background-color: #000088;
  }
}

#city-image {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

figure {
  background-color: #ffffff;
  border: thin #c0c0c0 solid;
  display: flex;
  flex-flow: column;
  padding: 5px;
  margin: auto;

  width: 400px;
}

figcaption {
  background-color: #ffffff;
  padding: 3px;
  text-align: center;
}

#city-container {
  padding-left: 25px;
  padding-right: 25px;
}

#city-title {
  display: inline-block;
}

#city-location {
  display: inline-block;
  opacity: 0.8;
}

#city-section-description {
  width: 50%;
}

#play {
  padding: 10px;
  color: white;
}

#play-icon {
  visibility: hidden;
}

.fixed {
  position: fixed;
  z-index: 1000;
  width: 100%;
  top: 0;
}

#relevant {
  display: flex;
  justify-content: center;
}

#iframe-1 {
  width: 32%;
  height: 300px;
  float: left;
}

#middle-gap {
  width: 5%;
}

#iframe-2 {
  width: 32%;
  height: 300px;
  overflow: hidden;
}

#footer {
  font-family: Consolas;
  text-align: center;
  background-image: linear-gradient(#0000aa, #0000ff);
  color: #ffffff;
  padding: 5px;
}

#footer-title {
  font-size: 30px;
}

.footer-link {
  &:any-link {
    color: #ffffff;
  }
}
