body, html {
  height: 100%;
  margin-top: 0;
  margin-left: 1%;
  margin-right: 1%;
  font: 400 18px/2 "Lato", sans-serif;
  color: #000;
  text-align: center;
  line-height: 1.5;
}

a:link {
    color: black;
    text-decoration: none;
}

a:visited {
    color: black;
    text-decoration: none;
}

.bgimg-1, .bgimg-2, .bgimg-3 {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}

.flyer {
  position: absolute;
  left: 0;
  top: 2em;
  width: 100%;
  text-align: center;
  color: #000;
}

.menu {
  position: relative;
  left: 0;
  width: 100%;
  font: 400 15px/1.8 "Lato", sans-serif;
  text-align: center;
  color: #000;
}

.menu2 {
  position: relative;
  left: 0;
  width: 100%;
  text-align: center;
  color: #000;
  font: 400 20px/2.3 "Lato", sans-serif;
}

.imgbox {
  display: grid;
  height: 100%;
}
.center-fit {
  position: relative;
  max-width: 100%;
  max-height: 90vh;
  margin: auto;
}
.container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 400px; 
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}