#parties {
  color: rgba(255,255,255,0.9);
  display: block;
  padding: 16px 10px 16px 10px;
  margin: 0px;
  font-size: 16px;
  font-family: Orbitron, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 36px;
  letter-spacing: 2px;
}

#parties:hover {
  text-decoration: underline;
  border-radius: 20px;
  color: rgb(237,34,244);
}

#header_image {
  background-image: url("../../assets/img/back-80-1.png");
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
}

#header_image_2 {
  background-image: url("../../assets/img/black-wall.png");
}

@media (min-width: 768px) {
  #header_image {
    background-image: url("../../assets/img/bg-zone-2.png");
    background-color: red;
    background-attachment: fixed;
  }
}

#top_logo {
  width: 190px;
  margin-top: 0px;
  margin-bottom: 0px;
  height: 60px;
  background-position: center;
  padding-bottom: 0px;
  background-size: contain;
}

@media (min-width: 300px) {
  #top_logo {
    width: 240px;
  }
}

