#navbar {
  z-index: 100;
  position: relative;
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);
  outline: 3px solid rgb(255,61,0);
}

#foot-contact {
  padding: 0px;
}

#new-nav-but {
  color: rgba(255,255,255,0.9);
  display: block;
  padding: 16px 10px 16px 10px;
  margin: 0px;
  font-size: 14px;
  font-family: 'varela round', cursive;
  font-weight: normal;
  font-style: normal;
  line-height: 36px;
  letter-spacing: 2px;
  border-color: inherit;
}

#new-nav-but:hover {
  background-color: rgb(85,18,126);
  text-decoration: underline;
}

#event-header {
  font-size: 31px;
  color: rgb(254,254,255);
  margin-top: 10px;
  font-family: varela round, serif;
  padding: 10px;
  background-color: #55127e;
  border-radius: 20px;
}

@media (min-width: 300px) {
  #food-rating {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 300px;
  }
}

#footer-icon {
  width: 80px;
  height: 80px;
  margin-left: 20px;
  margin-top: 10px;
}

#header {
  height: auto;
}

#book-top {
  font-family: 'Varela Round', sans-serif;
  margin-bottom: 4px;
}

#video-box {
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
  max-height: 230px;
  text-align: center;
  background-color: #f3005a;
  border-radius: 10px;
  box-shadow: 3px 3px 2px 2px rgba(34,29,29,0.12);
  margin-bottom: 10px;
  padding: 10px;
}

#video {
  max-width: 100%;
  border: 2px solid white;
}

