html, body {
  margin:0;
  padding:0;
}

body {
  min-height:100%;
  box-sizing: border-box;
  font-family:Arial;
  font-size:1.3em;
  color:#000;
  text-align:center;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Gochi Hand', cursive;
}

p, li {
  font-family: 'Indie Flower', cursive;
  font-weight: 300;
}

img {
  max-width: 90%;
}

/* links */
a {
  color: inherit;
  text-decoration: none;
}

/* header */

.page-wrapper {
  height: 100%;
  position: relative;
  background: white;
}

.page-header {
  padding: 1em;
  background: #ffa84c;
  background: linear-gradient(to bottom, #ffef8e 0%,#ff7b0d 100%);
}

.page-header h1 {
  display: none;
}

.page-header img {
  max-height: 140px;
  margin:0 0 1em;
}

/* content */

.page-content {
  min-height: 500px;
  clear: both;
}

.section-title {
  box-shadow: inset 0px 0px 30px rgba(0,0,0,.15);
  padding: 1em 0;
  background: #ddd;
  color:#333;
}

.section-title h2 {
  font-size: 3em;
  text-transform: uppercase;
  margin: 0;
}

.section-content {
  padding: 1em 1em;
}

.section-content.legal {
  max-width: 1000px;
  margin: 0 auto;
  text-align: left;
}

.section-content.legal p,
.section-content.legal li {
  font-size: 12pt;
}

.section-content.legal p,
.section-content.legal li,
.section-content.legal h2,
.section-content.legal h3,
.section-content.legal h4,
.section-content.legal h5 {
  font-family: Arial;
}

/* game */

.game-item {
  max-width: 1000px;
  margin: 1em auto;
}

.game-article-content {
  display: flex;
  flex-direction: row;
}

.game-side {
  text-align: center;
  flex-basis: 800px;
}

.game-side p {
  margin: 0;
}

.game-banner {
  border-radius: 6px;
  box-shadow: 0 4px 10px rgba(0,0,0,.5);
  margin-bottom: 1em;
  background-size: cover;
  background-position: center center;
  height: 300px;
}

.game-detail {
  text-align: left;
  padding-left: 1em;
}

.game-images { 
  margin-bottom: 1em;
}

.game-images img {
  height: 180px;
  border-radius: 6px;
  box-shadow: 0 4px 10px rgba(0,0,0,.5);
}

.game-title {
  display: none;
  font-size: 3em;
  text-transform: uppercase;
  margin: 0;
  color: #ff7b0d;
  text-shadow: 1px 1px 3px rgba(0,0,0,.4);
}

.game-link a {
  display: inline-block;
  background-size: cover;
  background-position: center center;
  vertical-align: middle;
}

.game-link a img {
  max-height: 100%;
}

/* game */

.press-item {
  max-width: 900px;
  margin: 3em auto;
  text-align: left;
}

.press-item blockquote {
  font-family: 'Indie Flower';
  font-size: 1.5em;
  font-weight: bold;
  color: #999;
  line-height: 1em;
  margin: 0;
  text-shadow: 2px 2px 4px rgba(0,0,0,.2);
}

.press-item blockquote::before {
  content: '"'
}

.press-item blockquote::after {
  content: '"'
}

.press-item p a {
  font-weight: bold;
  color: #ffa84c;
  text-shadow: 2px 2px 4px rgba(0,0,0,.1);
}

.press-item p.press-links {
  text-align: right;
  font-size: 1.2em;
}

.press-item p.press-links a.press-readmore {
  display: inline-block;
  color: #333;
  font-weight: bold;
  background: #ffa84c;
  padding: .1em .6em;
  border-radius: 12px;
  box-shadow: 2px 2px 11px rgba(0,0,0,.2);
}

.press-item p.press-links a {
  display: inline-block;
  color: #333;
  font-weight: bold;
  padding: .1em .6em;
  border-radius: 12px;
  box-shadow: 2px 2px 11px rgba(0,0,0,.2);
}

/* footer */

.page-footer {
  background: #555;
  color:#fff;
  width:100%;
  bottom:0;
  font-size: .8em;
  padding: 1em;
  box-sizing: border-box;
  box-shadow: inset 0px 5px 10px rgba(0,0,0,.3);
}

.page-footer p {
  font-family: arial;
  font-size:.8em;
  margin: 0;
}

/* social links */

nav.page-links {
  max-width: 1000px;
  margin: 0 auto -1em;
  text-align:right;
}

nav.page-links a {
  margin-left: .3em;
  color: #000;
}
