.container.bottom {
  max-width: 700px;
  text-align: center;
  padding: 10px;
}

#party_text {
  padding-bottom: 22px;
  text-align: center;
}

#top_folage {
  width: 100%;
  height: 92px;
  z-index: 10;
  background-color: #fff;
  position: relative;
}

@media (min-width: 300px) {
  .h1, h1 {
    font-size: 8vw;
    color: #fff;
  }
}

a:focus, a:hover {
  color: #96600e;
}

a:hover {
  color: #f4f0f2;
  text-decoration: blink;
}

a:focus, a:hover {
  color: #0085A1;
}

@media (min-width: 300px) {
  .h1, h1 {
    font-size: 7vw;
    color: #00c431;
  }
}

* {
  font-family: 'Raleway', sans-serif;
}

a:hover {
  color: #f51e7e;
  text-decoration: blink;
}

a:focus, a:hover {
  color: #e8b70a;
}

a:hover {
  color: #ffffff;
  text-decoration: blink;
}

a {
  color: #ffc700;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

