html, body
{
	width: 100%;
	height: 100%;
	background-color: #fcffef;
	line-height: 1.6em;
	color: white;
	font-family: 'Helvetica', "Lucida Sans Unicode", "Lucida Grande", 'Open Sans', sans-serif;
	word-spacing: 0.08em;
	padding: 0;
	margin: 0;
	scroll-behavior: smooth;
}

.wrapper
{
	position: relative;
	width: 800px;
	margin: 0px auto;
}

/*
.bg
{
	position: fixed;
	width: 100%;
	height: 100%;
	float: left;
	background: url("images/pink_line.jpg") top center no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
*/

a { 
	color: #fce404;
	text-decoration: none;
}
a:hover { color: #f9ea60; }

h1 {
	font-size: 1.4em; 
	text-transform: uppercase; 
	letter-spacing: 0.10em; 
	color: white; 
	font-weight: bold; 
}

h2 {
	font-size: 1.2em; 
	text-transform: uppercase; 
	letter-spacing: 0.10em; 
	color: white; 
	font-weight: bold; 
}


/* -------------------------- */
/* ----- header stuff ------ */
/* -------------------------- */

.logo
{
	position: relative;
	width: 700px;
	height: 138px;
	margin: 30px 0 0 50px;
	float: left;
	background: url("images/logo.png") no-repeat center center;
	background-size: contain;
}

.topmenu
{
	width: 100%;
	padding: 10px 0 30px 0;
	text-align: center;
	float: left;
	font-size: 1.6em;
	font-weight: bold;
	color: #666; /* bullets */
}
.topmenu a, .topmenu a:hover {
	color: #463439; /* about etc. link at top */
}

/* -------------------------- */
/* ----- #CONTENT stuff ------ */
/* -------------------------- */

.site
{
	width: 100%;
	margin-top: 20px;
	margin-bottom: 50px;
	float: left;
	box-shadow: 0 0 32px rgba(0, 0, 0, 0.15);
	border: 1px solid #fff;
}

.trailer
{
	width: 800px;
	height: 450px;
}

.content
{
	width: 100%;
	padding: 20px 30px 20px 30px;
	box-sizing: border-box;
	background: #362c2b;
	float: left;
}

    .consoles { 
    	width: 100%;
    	float: unset; 
    	font-family: 'Montserrat', Arial, sans-serif;
    	line-height: 1.15;
   	}
    .consoles a
    {
        width: 100%;
        float: left;
        padding: 14px;
        box-sizing: border-box;
        border: 2px solid transparent;
        background: #fff;
        color: #fff;
        border-radius: 4px;
        font-weight: bold;
        text-decoration: none;
        margin-right: 2%;
        transition: background 0.1s, border 0.2s;
        margin-top: 5px;
    }
    .consoles a:nth-child(3n+0) { margin-right: 0; }
    .consoles a img { width: 32px; float: left; }
    .consoles a span { float: left; margin: 8px 0 0 16px; }
    .consoles a.store-switch { background: #e60012; }
    .consoles a.store-ps4 { background: #0072ce; }
    .consoles a.store-xb1 { background: #107c10; }
    .consoles a.store-other { background: #d92d39; }
    .consoles a:hover {background: #222; border: 2px solid #fff; }

    @media(max-width: 900px)
    {
        .consoles a { text-align: center; }
        .consoles a img { width: 32px; float: none; }
        .consoles a span { display: none; }
    }

    .other-consoles {
    	margin: auto;
    	margin-top: 80px;
    }

    .other-consoles a {
    	width:100%;
    }

.altsplit
{
	width: 100%;
	padding: 24px 124px 24px 124px;
	box-sizing: border-box;
	background: #171212;
	float: left;
	border-top: 1em solid #fce404;
}

.membercluster {
	width:700px;
	text-align: center;
	display: inline-block;
}
.membercluster img
{
	margin: 0 auto;
	padding: 5px;
}

ul {
  list-style: none;
  padding: 0;
  margin: 2em;
}

li {
  padding-left: 1em; 
  text-indent: -.7em;
}

li::before {
  content: "• ";
  color: #f3ff9b;
}

/* -------------------------- */
/* ----- #FOOTER stuff ------ */
/* -------------------------- */

.footer
{
	width: 100%;
	padding: 30px 0 40px 0;
	text-align: center;
	float: left;
	font-size: 1.6em;
	font-weight: bold;
	color: #444;
}

.footer img
{
	margin: 20px;
	margin-top: 40px;
}


.mfp-figure figure { -webkit-margin-before: 0; -webkit-margin-after: 0; -webkit-margin-start: 0; -webkit-margin-end: 0; }