a {
  text-decoration: none;
  color: #13133b;
}

.bannercontainer {
  position: relative;
}

.banner {
  display: block;
  width: 100%;
  height: auto;
  /* max-width: 980px; */
  /* max-height: 200px; */
  margin-left: auto;
  margin-right: auto;
  border-radius: 4px;
}

.bannertext {
  color: #FFFFFF;
  position: absolute;
  text-align: center;
  left: 5px;
  bottom: 5px;
  font-size: 24pt;
  text-shadow: 2px 2px 2px black, 0px 0px 10px white;
}

.menubutton {
  width: 180px;
  max-width: 180px;
  height: 30px;
  max-height: 30px;
  background-color: #CCCCCC;
  text-align: center;
  vertical-align: middle;
  border-bottom: 2px solid black;
  padding-top: 3px;
}

.menu {
  width: 180px;
  max-width: 180px;
  min-width: 180px;
  display: inline-block;
}