body {
  background: #fff;
  font-size: 0.875em;
  font-family: monospace;
  padding: 0;
  margin: 0;
  background: url("/assets/pinball_photocopy.jpg");
  background-size: cover;
  background-repeat: no-repeat;

  }
  
.wrapper {
  background: none;
  top: 0;
  margin: 0 auto;
  width: 870px;
  }
  
.sidebar-left, .sidebar-right {
  width: 175px;
  }
  
.main {
  width: 500px;
  margin-left: 185px;
  }
  
.sidebar-left {
  margin-left: 0px;
  }
  
.wrapper, .links a {
  color: #4f3d46;
  }
  
.box {
  border: 3px double #333;
  background: #fff;
  padding: 0;
  }
  
.header {
  text-align: center;
  margin-top: 15px;
  top: 0;
  height: auto;
  }
  
.links {
  margin-top: 1em;
  }
  
.title { /*suppress title, since we're putting the title as text in the header box*/
  display: none;
  }

.footer {
  height: 0;
  }
  
.box h1, .box h2, .box h3, .box h4 {
  background: #46FF85;
  margin: 0;
  padding: 0.35em 0.25em 0.3em 0.25em;
  text-align: center;
  border-bottom: 3px double #333;
  }
  
.inner {
  padding: 0.25em 1em 0.3em 1em;
  font-size: 1.075em;
  }
  
.myButton {
	box-shadow: 6px 4px 0px -1px #000000;
	background-color:#46ff84;
	border-radius:6px;
	border:1px solid #000000;
	width:75px;
	display:inline-block;
	cursor:pointer;
	color:#000000;
	font-family: "Lacquer";
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
}
.myButton:hover {
	background-color:#f6f6f6;
}
.myButton:active {
	position:relative;
	top:1px;
}


.blackButton {
	box-shadow: 6px 4px 0px -1px #000000;
	background-color:#000000;
	border-radius:6px;
	border:1px solid #46ff84;
	display:inline-block;
	cursor:pointer;
	width: 75px;
	color:#46ff84;
	font-family:"Lacquer";
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
}
.blackButton:hover {
	background-color:#ffffff;
}
.blackButton:active {
	position:relative;
	top:1px;
}

        
  
  
/* For narrow screens: slightly narrows sidebars, and makes the width
 * of the main/center div flexible (sized relative to viewport width.)
 */
@media(max-width:880px) {
  .wrapper {
    width: calc(340px + 50vw);
    }
  .sidebar-left, .sidebar-right {
    width: 160px;
    }
  .main {
    width: 50vw;
    margin-left: 170px;
    }
  }

/*Mobile compatibility. Just turns it all into a vertical layout.*/  
@media(orientation:portrait) {
  .wrapper {
    width: 96vw;
    margin: 0 auto;
    padding:0;
    position: relative;
    }
  .wrapper-2 {
    width: 94vw;
    margin: 0 auto;
    padding:0;
    position: relative;
    }
  .sidebar-left, .main, .sidebar-right {
    position: relative;
    width: 92vw;
    margin: 0.25rem 1vw;
    }
  }