* {
  box-sizing: border-box;
}

#home {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0px 4em 0px 4em;
}
.borderDiv {
  max-width: 80vw;
  max-height: 80vh;
  overflow: hidden;
  border: 3px ridge rgba(63, 243, 63, 0.466);
  border-radius: 30% 5% 5% 5%;
  z-index: 2;
}
header {
  height: 20%;
  margin-bottom: 2em;
}

.logoDiv {
  width: 50%;
}
.imgLogo {
  height: 4em;
}
.img-fluid {
  max-width: 90vw;
  max-height: 90vh;
  object-fit: cover;
}
.menuImg {
  max-width: 100vw;
  max-height: 100vh;
  object-fit: cover;
}
a {
  cursor: pointer;
}

.oppeningHours {
  display: flex;
  margin-top: 3em;
  align-items: center;
  justify-content: center;
  align-content: center;
}
.menuHeader {
  text-align: center;
  font-size: 36px;
  line-height: 40px;
  margin: 1em 0 0.6em 0;
  font-weight: normal;
  color: white;
  font-family: 'Hammersmith One', sans-serif;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
  position: relative;
  color: #2ce40b;
}

.menuItem {
  border-top: 1px ridge rgba(63, 243, 63, 0.466);
  border-bottom: 1px ridge rgba(63, 243, 63, 0.466);
  border-collapse: collapse;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
}
a.anchor {
  display: block;
  position: relative;
  width: 10px;
  height: 10px;
  visibility: hidden;
}
#oppeningSectionAnchor {
  top: -400px;
}
#menySectionAnchor {
  top: -150px;
}
#contactSectionAnchor {
}
.contact {
  display: flex;
  flex-direction: column;
}
.heading {
  text-align: center;
  font-size: 36px;
  line-height: 40px;
  margin: 1em 0 0.6em 0;
  font-weight: normal;
  color: white;
  font-family: 'Hammersmith One', sans-serif;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
  position: relative;
  color: #2ce40b;
}
.branchesHolder {
  display: flex;
  justify-content: space-around;
}
.contactInfo {
  margin-top: 1em;
  text-align: center;
}
.infoItem {
  color: #807c77;
  margin-bottom: 0;
}

@media (min-width: 801px) {
  .menuItem {
    border: 0px ridge rgba(63, 243, 63, 0.466);
  }
  #menySectionAnchor {
    top: -50px;
  }
  .menus {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
  }
  .menuHeader {
    padding-bottom: 1em;
    padding-top: 1em;
    flex: 0 1 100%;
  }
  .menuItem {
    flex: 2 0 40%;
  }
  .heading {
    padding-bottom: 1em;
    padding-top: 1em;
    flex: 0 1 100%;
  }

  .menuImg {
    border: 2px solid;
    border-collapse: collapse;
    border-image: linear-gradient(to bottom, #18bb0d, rgba(0, 0, 0, 0)) 1 100%;
  }
}
