#prices-schooldays {
  border-radius: 25px;
  padding: 20px;
  padding-bottom: 0px;
  margin-bottom: 20px;
  height: 250px;
  margin-right: auto;
  margin-left: auto;
  width: auto;
  padding-top: 0px;
}

#prices-weekends {
  border-radius: 25px;
  font-family: 'ABeeZee';
  font-size: 18px;
  height: 250px;
  padding-right: 20px;
  margin-right: auto;
  margin-left: auto;
  width: auto;
  padding-top: 16px;
  background-color: rgba(51,122,230,0.67);
  box-shadow: 3px 3px 2px 2px rgba(6,5,5,0.25);
  border: 2px solid rgb(82,171,251);
  color: rgb(253,254,255);
  font-family: Raleway, sans-serif;
  margin-bottom: 26px;
}

#admissions {
  background-image: url("bramleys_bg1.png");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  margin-top: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

@media (min-width: 768px) {
  #admissions {
    background-image: url("../../assets/img/space-wall-2.png");
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    margin-top: 0px;
    padding: 0px;
    padding-top: 40px;
    padding-bottom: 20px;
    text-align: center;
    height: auto;
  }
}

@media (min-width: 768px) {
  #admission-row {
    width: 700px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
}

#parties {
  color: rgba(255,255,255,0.9);
  display: block;
  padding: 16px 10px 16px 10px;
  margin: 0px;
  font-size: 16px;
  font-family: Orbitron, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 36px;
  letter-spacing: 2px;
}

#parties:hover {
  background-color: #112488;
  text-decoration: underline;
  border-radius: 20px;
}

#header_image {
  background-image: url("../../assets/img/laser-bg.png");
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
}

@media (min-width: 768px) {
  #header_image {
    background-image: url("../../assets/img/laser1.jpg");
    background-color: red;
    background-attachment: fixed;
  }
}

#top_logo {
  background-image: url("../../assets/img/laserzone-nav-logo.png");
  width: 190px;
  margin-top: 0px;
  margin-bottom: 0px;
  height: 60px;
  background-position: center;
  padding-bottom: 0px;
  background-size: contain;
}

@media (min-width: 300px) {
  #top_logo {
    width: 240px;
  }
}

footer-logo {
  width: 160px;
  text-align: center;
}

.footer {
  text-align: center;
}

#party-tab {
  font-family: 'Happy Monkey', cursive;
  font-size: 26px;
  margin-bottom: 20px;
  color: #fbfcfa;
  background-color: rgba(254,199,0,0.38);
  padding: 10px;
  padding-right: 10px;
  border-radius: 20px;
  box-shadow: 3px 3px 2px 2px rgba(6,5,5,0.25);
  border: 2px solid rgb(254,199,0);
}

menu-image {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 440px;
  padding-top: 10px;
}

#cmp_menu_splitter {
  width: 100%;
  height: 92px;
  z-index: 10;
  background-color: rgba(255,255,255,0);
  position: relative;
}

#food_footer {
  width: auto;
  height: 100px;
}

#slush {
  width: auto;
  height: auto;
  margin: auto;
  float: left;
}

#hygeine {
  width: auto;
  height: auto;
  margin: auto;
  float: left;
}

#food_footer {
  width: auto;
  height: auto;
}

#boxed {
  padding: 10px;
  border-radius: 20px;
  background-color: rgba(72,52,218,0.4);
}

