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

#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;
}

@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;
}

