@import url("global.css");

h1 {
  animation: fadein 3s ease-in 1 normal backwards running;
  text-align: center;
  background-color: rgb(180, 180, 180);
  margin-top: 50px;
  margin-bottom: 0px;
  padding: 10px 0px;
  background-size: 100% 40px;
}

.title {
  animation: fadein 1s ease-in 0.2s 1 normal backwards running;
  margin: 40px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.words {
  animation: fadein 2s ease-in 0.5s 1 normal backwards running;
  width: 500px;
  margin: 8px;
  text-align: right;
}

.words > a {
  color: black;
  text-decoration: none;
  background-color: rgb(149, 149, 149);
  border: 2px solid rgb(113, 113, 113);
  border-radius: 20px;
  padding: 10px 24px;
  margin: 20px 10px 5px 10px;
}

.words > a:hover {
  background-color: rgb(160, 160, 160);
}

.info {
  animation: fadein 1s ease-in 0.7s 1 normal backwards running;
  padding: 3px 0px;
  background-color: rgb(180, 180, 180);
  text-align: center;
}

.commentsDivider {
  animation: fadein 1s ease-in 1 normal backwards running;
  justify-content: center;
  display: flex;
}

.commentBox {
  animation: fadein 2s ease-in 1 normal backwards running;
  margin: 50px 5% 0px 5%;
  padding: 10px;
  text-align: center;
  background-color: rgb(180, 180, 180);
  width: 20%;
}

.photoGallery {
  animation: fadein 3s ease-in 1 normal backwards running;
  height: 500px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.photoGallery::-webkit-scrollbar {
  display: none;
}

#titlePicture{
  animation: fadein 2s ease-in 0.5s 1 normal backwards running;
  max-width: 730px;
  min-width: 359px;
  height: 40%;
  width: auto;
  margin-left: 40px;
}

#navButtonHome {
  border-bottom-style: solid;
  border-color: black;
  border-width: 2px;
}

#foodPicture {
  margin: 5px 5px 5px 5px;
  width: auto;
  height: 300px;
  object-fit: contain;
}

#buttonMenu {
  /*Insert something to fix top spacing of special menu button here*/
}

#bigTitle {
  max-width: 100%;
  min-width: 359px;
  height: 40%;
  width: auto;
}
