body {
  background-image: none;
  background-color: #F3F3F3;
}
a {
  color: #0088cc;
}
a:hover {
  text-decoration: none;
}
#arcade-site-content-wrapper { max-width: 1200px; margin: 2rem auto; }
#site-footer { max-width: 1200px; margin: auto; }
/* .bwg_slideshow_title_spun_0 { min-width: 400px !important; } */
.bwg_slideshow_title_text_0 { padding: .5rem !important; line-height: 2rem; font-size: 26px !important; }
#arcade-page-header {
  height: 150px;
  background: url('../img/arcade-header-2000.png') center no-repeat;
  background-size: cover;
  margin-bottom: 3rem;
  display: flex;
  /* border: solid #CAC3BF; */
  border: solid #BAB3AF;
  border-width: 8px 0px;
}
@media (max-width: 767px) {
  #arcade-page-header {
    margin-left: -20px;
    margin-right: -20px;
  }
}
#arcade-header-text {
  margin: auto;
  padding: 2.5rem 5rem;
  border-radius: .5rem;
  background-color: white;
  font-size: 3rem;
  background: radial-gradient(closest-side, rgba(255, 255, 255, 150) 0%, rgba(255, 255, 255, 100) 50%, rgba(255, 255, 255, 0) 100%);
  /* border: 1px solid #333; */
  /* box-shadow: 0px 1px 10px #333; */
}
#arcade-header-text a {
  color: inherit;
}
.bwg_slideshow {
  border: solid #000;
  border-width: 24px 0px;
  border-radius: 8px;
  padding: 0 !important;
}
.bwg_slideshow_dots_container_0 {
  position: relative;
  top: -22px !important;
}
