* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  height: 100%;
  background-color: darkseagreen;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-bottom: 16px;
}

.wrapper {
  width: 100%;
  min-height: 650px;
  background-color: #ffe4c4;
}

.subtitle {
  font-family: film;
  font-size: 2.5rem;
  color: #ffd;
}

@font-face {
  font-family: film;
  src: url(../assets/Filmcryptic.ttf);
}
nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 75px;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
nav a {
  width: 20%;
  height: 74px;
  background-color: #3d405b;
  color: #edd15d;
  text-align: center;
  text-decoration: none;
  font-size: 1.2rem;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  padding-top: 14px;
  border: #fff 4px outset;
  border-radius: 20px;
  word-wrap: break-word;
}
nav .inverted {
  width: 20%;
  height: 74px;
  background-color: #edd15d;
  color: #3d405b;
  text-align: center;
  text-decoration: none;
  font-size: 1.2rem;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  padding-top: 14px;
  border: #fff 4px outset;
  border-radius: 20px;
  word-wrap: break-word;
}

@media screen and (max-width: 716px) {
  nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    height: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  nav a {
    height: 41px;
    font-size: 1.1rem;
    width: 49%;
    margin-top: 10px;
    text-align: center;
    border: #fff 3px outset;
  }
}
.mobilenav {
  display: none;
  overflow: hidden;
  background-color: #3d405b;
  color: #edd15d;
  position: relative;
}

.mobilenav #myLinks {
  display: none;
}

.mobilenav a {
  color: #edd15d;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}

.mobilenav a.icon {
  background: black;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.mobilenav a:hover {
  border: #edd15d solid 2px;
  color: white;
}

.active {
  background-color: #3d405b;
  color: black;
}

nav a .inverted {
  color: darkblue;
  background-color: #edd15d;
}

@media screen and (max-width: 800px) {
  nav {
    display: none;
  }
  .mobilenav {
    display: block;
    margin: 20px auto;
  }
}
.hero {
  height: 30vh;
  width: 100%;
  background-image: url(../images/lit-up-header.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto;
}

#hero-home {
  padding: 60px 40px;
}

@media screen and (max-width: 1280px) {
  .hero {
    width: 100%;
    background-image: url(../images/bingoLights-header.jpeg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 919px) {
  #hero-home {
    width: 95vw;
    height: 200px;
    background-image: url(../images/bingo-hero-long.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
}
.subtitle {
  height: 100px;
  width: 100%;
}

.gyb {
  background-color: bisque;
  padding: 3rem 1rem 2rem;
  border: #50C878 5px solid;
  max-width: 880px;
  font-size: 1.4;
}

.banner-home--time {
  width: 90%;
  height: auto;
  background-color: salmon;
  padding: 11px;
  margin: 0 auto;
  color: #222222;
  font-family: "quara-web", sans-serif;
  font-weight: 600;
  font-size: 22px;
  margin-top: 9px;
  margin-bottom: 9px;
  text-align: center;
  border: outset 6px palegoldenrod;
}

#home-wrap {
  width: 98vw;
  margin: 0 auto;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 60px;
  border: solid 16px #141B56;
}
#home-wrap .pricing {
  max-width: 320px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: antiquewhite;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 30px;
  text-align: center;
  border: solid 4px #888;
}
#home-wrap .pricing table {
  width: 100%;
  height: auto;
  border: 1px solid black;
  text-align: center;
  font-size: 20px;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}
#home-wrap .pricing table th {
  border: 1px solid black;
  padding: 5px;
  background-color: #000000;
  color: #ffffff;
}
#home-wrap .pricing table td {
  border: 1px solid black;
  padding: 5px;
}
#home-wrap #news {
  height: 400px;
  width: 300px;
  background-color: #50C878;
  padding: 5px;
  border: #141B56 6px double;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#home-wrap #news h2 {
  padding: 12px;
  font-size: 30px;
  text-align: center;
  color: #222222;
  font-style: italic;
  text-decoration: underline;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
#home-wrap #news h3 {
  margin-bottom: 8px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
#home-wrap #news p {
  font-size: 20px;
  text-align: center;
  font-style: bold;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
#home-wrap #genericLogo {
  width: 700px;
  height: 400px;
  margin-right: 20px;
  background-image: url(../images/genericLogo.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#home-wrap .large-text {
  font-size: 1.25rem;
  max-width: 55ch;
}

@media only screen and (max-width: 600px) {
  #home-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    height: 1570px;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    padding: 30px;
    border: #141B56 4px inset;
  }
  #home-wrap .pricing {
    margin-top: 5px;
  }
  #home-wrap #news {
    margin-bottom: 30px;
  }
  #genericLogo {
    max-width: 350px;
    height: 350px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: 20px;
  }
}
.game-wrapper {
  padding: 2rem 1rem;
  border: solid 14px #4BF770;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.game-wrapper img {
  margin: 0 auto;
}
.game-wrapper main ul li {
  width: 54ch;
}

@media only screen and (max-width: 800px) {
  .game-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: unset;
  }
  .game-wrapper img {
    width: 80%;
  }
  .game-wrapper main {
    margin: 0 auto;
  }
  .game-wrapper main ul {
    margin-bottom: 20px;
  }
  .game-wrapper main ul li {
    width: 28ch;
  }
}
.food-wrapper {
  width: 100%;
  height: auto;
  border: solid 14px #f7714c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#dinner-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 1.5rem;
}
#dinner-menu .bingo-food-menu table th {
  background-color: #fff;
}
#dinner-menu .bingo-food-menu table tr:nth-child(odd) {
  background-color: #f7714c;
}
#dinner-menu .bingo-food-menu table {
  margin-bottom: 25px;
}
#dinner-menu .bingo-food-entrees table th {
  background-color: #fff;
}
#dinner-menu .bingo-food-entrees table tr:nth-child(even) {
  background-color: #f7714c;
}

.drinks {
  font-size: 1.5rem;
  text-align: center;
  padding: 10px;
  background-color: #4cd2f7;
}

@media screen and (max-width: 800px) {
  .food-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    height: auto;
    border: solid 10px #f7714c;
    padding: 10px;
    margin: 10px;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 10px #000;
            box-shadow: 0 0 10px #000;
  }
  .food-wrapper .bingo-food-menu table th {
    background-color: #fff;
  }
  .food-wrapper .bingo-food-menu table tr:nth-child(odd) {
    background-color: #f7714c;
  }
  .food-wrapper .bingo-food-entrees table th {
    background-color: #fff;
  }
  .food-wrapper .bingo-food-entrees table tr:nth-child(even) {
    background-color: #f7714c;
  }
  #dinner-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    font-size: 1.5rem;
  }
  #dinner-menu .bingo-food-menu table th {
    background-color: #fff;
  }
  #dinner-menu .bingo-food-menu table tr:nth-child(odd) {
    background-color: #f7714c;
  }
  #dinner-menu .bingo-food-entrees table th {
    background-color: #fff;
  }
  #dinner-menu .bingo-food-entrees table tr:nth-child(even) {
    background-color: #f7714c;
  }
  .drinks {
    font-size: 1.5rem;
    text-align: center;
    padding: 10px;
    background-color: #4cd2f7;
  }
}
.wrapper-venue {
  width: 100%;
  height: auto;
  background-color: #ffe4c4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border: solid 14px #141B56;
}
.wrapper-venue p {
  margin: 40px;
  width: 85ch;
  font-family: "quara-web", sans-serif;
  font-size: 26px;
}

.billboard img {
  -o-object-fit: "contain";
     object-fit: "contain";
  max-width: 100%;
}

@media screen and (max-width: 800px) {
  .wrapper-venue {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .wrapper-venue iframe {
    width: 100%;
    height: 300px;
  }
  .wrapper-venue p {
    width: 80%;
    font-size: 20px;
  }
}
html {
  font-size: 16px;
}

@media screen and (min-width: 320px) {
  html {
    font-size: calc(16px + 6 * (100vw - 320px) / 680);
  }
}
@media screen and (min-width: 1000px) {
  html {
    font-size: 22px;
  }
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 4px;
}

html,
body {
  height: 100%;
  background-color: #ffe4c4;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-bottom: 16px;
}

.subtitle {
  font-family: film;
  font-size: 2.5rem;
  color: #ffd;
}

.purchase-wrapper {
  width: 100%;
  min-height: 750px;
  background-color: #ffe4c4;
  margin: 0 auto;
  border: solid 16px #141B56;
}

.cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.cards .card {
  padding: 20px 40px;
}
.cards .card li {
  width: 34ch;
}

.purchaselinks a {
  text-align: center;
}

main {
  max-width: 55ch;
}
main .main-heading {
  font-size: 1.5em;
  font-weight: bold;
}

@media screen and (max-width: 800px) {
  .purchase-wrapper {
    min-height: 1400px;
    margin-bottom: 30px;
  }
  .cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer {
  width: 100%;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 8px;
}
.footer .footer-left {
  width: 360px;
  height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.footer-middle {
  width: 50%;
  height: auto;
  background-color: #ffffff;
  padding-top: 25px;
  text-align: center;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  font-size: 23px;
  color: rebeccapurple;
}
.footer-middle span {
  color: rgba(18, 60, 196, 0.9);
  font-size: 14px;
}

.footer-right #mail {
  padding: 40px 4px;
  border: #123cc4 solid 5px;
  background-color: #edd15d;
  color: #3d405b;
  margin-right: 10px;
}

@media screen and (max-width: 800px) {
  .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px;
    min-height: 380px;
  }
  .footer .footer-left {
    width: 100%;
    height: auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0 auto 8px;
  }
  .footer .footer-left img {
    margin: 0 auto;
  }
  .footer .footer-middle {
    width: 100%;
    height: auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .footer .footer-right #mail {
    width: 500px;
    height: 160px;
    padding: 20px 3rem;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}