/*
	Name: Burly Men at Sea
    Date: May 2017
    Version: 2.5
    Author: Brooke Condolora
    Author URL: http://brookecondolora.com
    
    This website and its components are protected by copyright from both commercial and personal use.
    
    ©2017 Brain&Brain LLC
    
*/

/*

COLORS:

Water Blue: #ABEBEB / rgba(180, 27, 92, 1)
Rorbu Red: #FF8040 / rgba(255, 128, 64, 1)
Rorbu Yellow: #FFCC66 / rgba(255, 204, 102, 1)
Logo Gray: #806E59 / rgba(128, 110, 89, 1)

*/

@import url("reset.css");




/*

	HTML5
	
*/

header, section, footer,
aside, nav {
	display: block;
}

/*

	BROWSER OVERRIDES
	
*/

* {
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
	box-sizing:border-box;
	-moz-osx-font-smoothing: grayscale; /* Fixes font weight in Firefox. */
	-webkit-font-smoothing: antialiased;  /* Fixes font weight in Safari. */
/*	-webkit-transform: translate3d(0, 0, 0); Previous Safari font-weight fix. */
}

input[type="text"], input[type="email"], input[type="search"], input[type="password"] {
	-webkit-appearance: caret;
	-moz-appearance: caret;
}

a {
	outline: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

a img {
	outline : none;
}

img {
	outline: none;
}





/*

	GLOBAL

*/

html, body {
	height: 100%;
}

body {
	background-color: white;
	color: #806E59;
	font-family: "calluna-sans",sans-serif;
	font-size: 100%;
	line-height: 1.4;
	margin: 0 auto;
}

a {
	color: #806E59;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	text-decoration: none;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

img {
	height: auto;
	margin: 0 auto;
	max-width: 100%;
	width: auto;
}

ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}

h1 {
	font-family: "adelle", sans-serif;
	font-size: 180%;
	font-weight: normal;
	line-height: 1.5;
	margin-bottom: 1em;
}

h2 {
	font-size: 110%;
	text-transform: uppercase;
}

em {
	font-style: italic;
}



/*

	LIBRARY

*/

#push {
	height: 34em;  /* Same height as footer. */
}

.clear {
	clear: both;
}




/*

	BUTTONS
	
*/

a.button {
	border: 4px solid #806E59;
	font-family: "museo-sans",sans-serif;
	font-size: 150%;
	padding: .2em .5em;
	text-align: center;
	text-transform: uppercase;
}

a.button:hover {
	background-color: #806E59;
	color: white;
}




/*

	LAYOUT

*/

#wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -34em; /* Negative value of footer height. */
	width: 100%;
}

header {
	margin: 0 auto;
	max-width: 960px;
	overflow-x: hidden;
	padding-bottom: 5em;
	width: 80%;
}

section {
	padding: 5em 0;
	width: 100%;	
}

.container {
	display: block;
	margin: 0 auto;
	max-width: 800px;
	width: 80%;
}

footer {
	height: 34em;
	margin: 0 auto;
	overflow: hidden;
	padding: 5em 0;
	text-align: center;
	width: 100%;
}


/*

	HEADER

*/

img#logo {
	display: block;
	height: auto;
	margin: 0 auto;
	margin-top: 5em;
	max-width: 800px;
	width: 100%;
}

#trailer {
	margin-top: 5em;
}

h1#release {
	text-align: center;
	margin: 2.5em 0 1.5em 0;
}

a#preorder {
	display: block;
	margin: 0 auto;
	width: 200px;
}

a#preorder span.humble {
	display: block;
	font-size: 50%;
	line-height: 2;
	margin: 0 auto;
}

ul#storefronts1 {
	display: block;
	float: left;
	left: 50%;	
	margin: 0 auto;
	margin-top: 2em;
	position: relative;
}

ul#storefronts1 li {
	float: left;
	right: 50%;
	padding: 0 1.5em;
	position: relative;
}

ul#storefronts2 {
	display: block;
	float: left;
	left: 50%;	
	margin: 0 auto;
	margin-top: 3em;
	position: relative;
}

ul#storefronts2 li {
	float: left;
	right: 50%;
	padding: 0 1.5em;
	position: relative;
}

a#steam {
	background: url('/images/steam.png') no-repeat 0 0;
	background-size: 98px 30px;
	display: block;
	height: 30px;
	margin: 0 auto;
	opacity: .5;
	width: 98px;
}

a#steam:hover {
	opacity: 1;
}

a#itch {
	background: url('/images/itch.png') no-repeat 0 0;
	background-size: 105px 30px;
	display: block;
	height: 30px;
	opacity: .5;
	width: 105px;
}

a#itch:hover {
	opacity: 1;
}

a#humble {
	background: url('/images/humble.png') no-repeat 0 0;
	background-size: 159px 30px;
	display: block;
	height: 30px;
	margin: 0 auto;
	opacity: .5;
	width: 159px;
}

a#humble:hover {
	opacity: 1;
}

a#appstore {
	background: url('/images/appstore.png') no-repeat 0 0;
	background-size: 135px 40px;
	display: block;
	height: 40px;
	margin: 0 auto;
	opacity: .5;
	width: 135px;
}

a#appstore:hover {
	opacity: 1;
}

a#googleplay {
	background: url('/images/googleplay.png') no-repeat 0 0;
	background-size: 135px 40px;
	display: block;
	height: 40px;
	margin: 0 auto;
	opacity: .5;
	width: 135px;
}

a#googleplay:hover {
	opacity: 1;
}




/*

	DESCRIPTION
	
*/

.waves {
	height: 280px;
	margin-bottom: -1em;
	width: 100%;
}

@keyframes waves-even {
    from {top: 0;}
    to {top: -8px;}
}

@keyframes waves-odd {
    from {top: 0;}
    to {top: 8px;}
}

.waves-even {
		-webkit-animation: waves-even .5s linear infinite alternate;
		-moz-animation: waves-even .5s linear infinite alternate;
		-o-animation: waves-even .5s linear infinite alternate;
	animation: waves-even .5s linear infinite alternate;
	background: url('/images/waves-even.png') 0 0 repeat-x;
	background-size: 200px 155px;
	display: block;
	height: 155px;
	margin-bottom: -97px;
	position: relative;
	top: 0;
	width: 100%;
}

.waves-odd {
		-webkit-animation: waves-odd .5s linear infinite alternate;
		-moz-animation: waves-odd .5s linear infinite alternate;
		-o-animation: waves-odd .5s linear infinite alternate;
	animation: waves-odd .5s linear infinite alternate;
	background: url('/images/waves-odd.png') 0 0 repeat-x;
	background-size: 200px 155px;
	display: block;
	height: 155px;
	margin-bottom: -97px;
	position: relative;
	top: 0;
	width: 100%;
}

section#description {
	background-color: #ABEBEB;
	color: white;
	padding: 4em 0 6em 0;
}

section#description h1 {
	font-weight: 600;
}

section#description p {
	font-family: "calluna-sans",sans-serif;
	font-size: 130%;
	line-height: 1.8;
	margin-top: 1.5em;
}

section#description p a {
	color: white;
	border-bottom: 2px solid rgba(255, 255, 255, .25);
}

section#description p a:hover {
	background-color: rgba(255, 255, 255, .5);
	border-bottom: 2px solid rgba(255, 255, 255, 0);
	color: white;
}




/*

	QUOTES
	
*/

section#quotes {
	background-color: #FF8040;
	color: white;
}

p.quote {
	font-family: "adelle", sans-serif;
	font-size: 180%;
	font-weight: normal;
	line-height: 1.5;
}

p.quote a.attribution {
	color: white;
	display: block;
	font-family: "calluna-sans",sans-serif;
	font-size: 65%;
	margin: .5em 0 2.5em 0;
	opacity: .75;
}

p.quote a.attribution:hover {
	opacity: 1;
}




/*

	FESTIVALS & AWARDS
	
*/

section#festivals {
	background-color: rgba(255, 204, 102, 1);
	color: white;
	padding: 5em 0 4em 0;
}

section#festivals a {
	color: white;
}

section#festivals ul {
	margin: 0 auto;
	max-width: 960px;
	width: 80%;
}

ul#badges {
	display: block;
	margin: 0 auto;
	text-align: center;
}

ul#badges.four li {
	display: inline-block;
	margin: 0 1em;
	padding-bottom: 2em;
	position: relative;
		-webkit-transition: all 200ms ease-in;
		-moz-transition: all 200ms ease-in;
		-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}


ul#badges.three li {
	display: inline-block;
	margin: 0 2em;
	padding-bottom: 2em;
	position: relative;
		-webkit-transition: all 200ms ease-in;
		-moz-transition: all 200ms ease-in;
		-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}

ul#badges li.only {
	margin: 0;
}

ul#badges li.first {
	margin-left: 0;
}

ul#badges li.last {
	margin-right: 0;
}

a.badge {
	border: 4px solid rgba(255, 255, 255, .5);
		-moz-border-radius: 100%; 
		-o-border-radius: 100%; 
		-webkit-border-radius: 100%; 
	border-radius: 100%; 
		-webkit-box-sizing: border-box; 
		-moz-box-sizing: border-box; 
	box-sizing: border-box;
	color: white;
	display: block;
	height: 200px;
	padding: 1.1em 0;
	text-align: center;
		-webkit-transition: all 200ms ease-in;
		-moz-transition: all 200ms ease-in;
		-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
	width: 200px;
}

a.title {
	background-color: rgba(255, 204, 102, 1);
	border: 2px solid rgba(255, 204, 102, 1);
	box-sizing: content-box;
	color: white;
	cursor: pointer;
	display: block;
	font-size: 200%;
	font-weight: 600;
	left: 0;
		-webkit-transition: all 200ms ease-in;
		-moz-transition: all 200ms ease-in;
		-o-transition: all 200ms ease-in;
	padding: .5em 0;
	position: absolute;
	right: 0;
	text-transform: uppercase;
	top: .75em;
	transition: all 200ms ease-in;
	width: 100%;
	z-index: 5;
}


a.title small { 
    font-size: 50%;
    font-weight: 600;
}

a.badge:hover,
a.title:hover + a.badge {
	border: 4px solid rgba(255, 255, 255, 1);
	cursor: pointer;
}

span.info,
span.year {
	font-size: 100%;
	font-weight: 600;
	display: block;
	line-height: 1.4;
	text-transform: uppercase;
}

span.info {
	margin-top: 4.8em;
	position: relative;
	z-index: 6;
}

span.info small {
	font-size: 75%;
}

#festivals-additional {
	margin: 0 auto;
	margin-top: 1em;
	text-align: center;
	width: 80%;
}

#festivals-additional a#more {
	border: none;
	font-size: 100%;
	font-weight: 600;
	margin: 0 auto;
	opacity: .75;
	text-align: center;
}

#festivals-additional a#more:hover {
	background-color: transparent;
	opacity: 1;
}

/*

	MERCH
	
*/

section#merch {
	background-color: #FAF8F5;
}

section#merch #soundtrack-image {
	float: left;
	width: 35%;
}

section#merch #soundtrack-info {
	float: right;
	padding-left: 5%;
	width: 60%;
}

section#merch p {
	font-size: 130%;
	line-height: 1.6;
	margin-bottom: 2em;
}

section#merch p a {
	border-bottom: 2px solid rgba(255, 255, 255, .25);
}

section#merch p a:hover {
	background-color: transparent;
	border-bottom: 2px solid;
}

section#merch ul li {
	float: left;
}

section#merch ul li.last {
	padding-left: 2em;
}

a#bandcamp {
	background: url('/images/bandcamp.png') no-repeat 0 0;
	background-size: 153px 30px;
	display: block;
	height: 30px;
	opacity: .5;
	width: 153px;
}

a#bandcamp:hover {
	background-color: transparent !important;
	opacity: 1;
}

#stuff {
	padding-top: 5em;
}

#stuff h1 {
	text-align: center;
}

ul#icons-stuff {
	display: block;
	float: left;
	left: 50%;
	margin: 0 auto;
	margin-bottom: 1em;
	position: relative;
}

ul#icons-stuff li {
	float: left;
	right: 50%;
	padding: 0 2em;
	position: relative;
	text-align: center;
		-webkit-transition: all 200ms ease-in;
		-moz-transition: all 200ms ease-in;
		-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}

ul#icons-stuff li a {
	background-size: 100px 100px;
	color: rgba(128, 110, 89, .5);
	font-size: 100%;
	font-weight: 700;
	display: block;
	height: 103px;
	margin: 0 auto;
	opacity: 50%;
	padding-top: 7em;
		-webkit-transition: all 200ms ease-in;
		-moz-transition: all 200ms ease-in;
		-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
	text-align: center;
	text-transform: uppercase;
	width: 120px;
}

a#shirts {
	background: url('/images/shirts.png') center 3px no-repeat;
}

a#prints {
	background: url('/images/prints.png') center 3px no-repeat;
}

a#mystery {
	background: url('/images/mystery.png') center 3px no-repeat;
}

ul#icons-stuff li a:hover,
ul#icons-stuff li a.hover {
	background-position: center 0;
	color: rgba(128, 110, 89, 1);
}




/*

	MYSTERY
	
*/

section#mystery {
	background-color: #FF8040;
	color: white;
	padding: 5em 0;
}

section#mystery a {
	color: white;
	border-bottom: 2px solid rgba(255, 255, 255, .25);
}

section#mystery a:hover {
	background-color: rgba(255, 255, 255, .5);
	border-bottom: 2px solid rgba(255, 255, 255, 0);
	color: white;
}

section#mystery em.subtext {
	display: block;
	font-size: 100%;
}

section#mystery em a {
	border-bottom: 2px solid rgba(255, 255, 255, .25);
}

section#mystery a.gumroad-button {	
	border-bottom: none;
	display: block;
	margin: 2em 0;
}

section#mystery p {
	font-family: "calluna-sans",sans-serif;
	font-size: 130%;
	line-height: 1.8;
	margin-top: 1.5em;
}

section#mystery form {
	margin: 0 auto;
	margin: 3em 0;
}

section#mystery input#code {
	background-color: rgba(255, 255, 255, .25);
	border: none;
	color: rgba(128, 110, 89, 1);
	float: left;
	font-family: "museo-sans",sans-serif;
	font-size: 100%;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	height: 60px;
	margin-right: 2%;
	min-width: 130px;
	outline: none;
	padding: 0;
	padding: 1em 3%;
		-webkit-transition: all 200ms ease-in;
		-moz-transition: all 200ms ease-in;
		-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
	width: 80%;
}

section#mystery input#code:hover {
	background-color: rgba(255, 255, 255, 1);
	color: rgba(128, 110, 89, 1);
}

section#mystery input#code:focus {
	background-color: rgba(255, 255, 255, 1);
	color: rgba(128, 110, 89, 1);
	outline: none;
}

input#code::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 1);
		-webkit-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}

input#code:-moz-placeholder { /* Firefox 18- */
	color: rgba(255, 255, 255, 1);
		-moz-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}

input#code::-moz-placeholder {  /* Firefox 19+ */
	color: rgba(255, 255, 255, 1);
		-moz-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}

input#code:-ms-input-placeholder {  
	color: rgba(255, 255, 255, 1);
}

input#code:hover::-webkit-input-placeholder {
	color: rgba(128, 110, 89, .5);
}

input#code:hover:-moz-placeholder { /* Firefox 18- */
	color: rgba(128, 110, 89, .5);
}

input#code:hover::-moz-placeholder {  /* Firefox 19+ */
	color: rgba(128, 110, 89, .5);
}

input#code:hover:-ms-input-placeholder {  
	color: rgba(128, 110, 89, .5);
}

input#code:focus::-webkit-input-placeholder {
	color: transparent;
}

input#code:focus:-moz-placeholder { /* Firefox 18- */
	color: transparent;
}

input#code:focus::-moz-placeholder {  /* Firefox 19+ */
	color: transparent;
}

input#code:focus:-ms-input-placeholder {  
	color: transparent;
}

section#mystery input.button {
	-webkit-filter: blur(0px);
	background: url('/images/submit.png') 0 0 no-repeat;
	background-size: 60px 60px;
	border: 0 none;
	color: transparent;
	cursor: pointer;
	display: block;
	float: left;
	height: 60px;
	margin: 0 auto;
	opacity: .5;
	outline: none;
	padding: 0;
		-webkit-transition: all 200ms ease-in;
		-moz-transition: all 200ms ease-in;
		-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
	width: 60px;
}

section#mystery input.button:hover {
	opacity: 1;
}

@keyframes bookfade {
    from {opacity: 0;}
    to {opacity: 1;}
}

section#mystery img#book {
	animation-name: bookfade;
	animation-duration: 1s;
	display: block;
	margin: 0 auto;
	margin-bottom: 4em;
}




/*

	CONTACT INFO
	
*/

section#contact {
	background-color: #806E59;
	color: white;
	padding: 5em 0 4em 0;
}

section#contact h1 {
	text-align: center;
}

#newsletter {
	margin: 0 auto;
	max-width: 800px;
	overflow: hidden;
	width: 80%;
}

#newsletter h2 {
	text-align: center;
	padding-bottom: 2em;
}

#newsletter form {
	display: block;
	height: 3.5em;
	margin: 0 auto;
	text-align: left;
	width: 100%;
}

#newsletter input {
	-webkit-appearance:none;
	border-radius: 0;
}

#newsletter input.email {
	background-color: rgba(255, 255, 255, .25);
	border: none;
	color: rgba(128, 110, 89, 1);
	float: left;
	font-family: "museo-sans",sans-serif;
	font-size: 100%;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	height: 60px;
	margin-right: 2%;
	min-width: 130px;
	outline: none;
	padding: 0;
	padding: 1em 3%;
		-webkit-transition: all 200ms ease-in;
		-moz-transition: all 200ms ease-in;
		-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
	width: 90%;
}

#newsletter input.email:hover {
	background-color: rgba(255, 255, 255, 1);
	color: rgba(128, 110, 89, 1);
}

#newsletter input.email:focus {
	background-color: rgba(255, 255, 255, 1);
	color: rgba(128, 110, 89, 1);
	outline: none;
}

input.email::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 1);
		-webkit-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}

input.email:-moz-placeholder { /* Firefox 18- */
	color: rgba(255, 255, 255, 1);
		-moz-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}

input.email::-moz-placeholder {  /* Firefox 19+ */
	color: rgba(255, 255, 255, 1);
		-moz-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}

input.email:-ms-input-placeholder {  
	color: rgba(255, 255, 255, 1);
}

input.email:hover::-webkit-input-placeholder {
	color: rgba(128, 110, 89, .5);
}

input.email:hover:-moz-placeholder { /* Firefox 18- */
	color: rgba(128, 110, 89, .5);
}

input.email:hover::-moz-placeholder {  /* Firefox 19+ */
	color: rgba(128, 110, 89, .5);
}

input.email:hover:-ms-input-placeholder {  
	color: rgba(128, 110, 89, .5);
}

input.email:focus::-webkit-input-placeholder {
	color: transparent;
}

input.email:focus:-moz-placeholder { /* Firefox 18- */
	color: transparent;
}

input.email:focus::-moz-placeholder {  /* Firefox 19+ */
	color: transparent;
}

input.email:focus:-ms-input-placeholder {  
	color: transparent;
}

#newsletter input.button {
	-webkit-filter: blur(0px);
	background: url('/images/submit.png') 0 0 no-repeat;
	background-size: 60px 60px;
	border: 0 none;
	color: transparent;
	cursor: pointer;
	display: block;
	float: left;
	height: 60px;
	margin: 0 auto;
	opacity: .5;
	outline: none;
	padding: 0;
		-webkit-transition: all 200ms ease-in;
		-moz-transition: all 200ms ease-in;
		-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
	width: 60px;
}

#newsletter input.button:hover {
	opacity: 1;
}

ul#icons {
	display: block;
	float: left;
	left: 50%;
	margin: 0 auto;
	margin-top: 5em;
	padding-bottom: 1em;
	position: relative;
}

ul#icons li {
	float: left;
	right: 50%;
	padding: 0 1em;
	position: relative;
	text-align: center;
		-webkit-transition: all 200ms ease-in;
		-moz-transition: all 200ms ease-in;
		-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}

ul#icons li a {
	background-size: 60px 60px;
	color: transparent;
	font-size: 100%;
	font-weight: 700;
	display: block;
	height: 63px;
	margin: 0 auto;
	padding-top: 5em;
		-webkit-transition: all 200ms ease-in;
		-moz-transition: all 200ms ease-in;
		-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
	text-align: center;
	text-transform: uppercase;
	width: 80px;
}

ul#icons li a#presskit {
	background-size: 150px 60px;
	clear: both;
	color: rgba(255, 255, 255, 1);
	font-size: 100%;
	font-weight: 700;
	padding: 22px 18px;
	text-align: left;
	width: 150px;
}

a#blog {
	background: url('/images/blog.png') center 3px no-repeat;
}

a#merch {
	background: url('/images/merch.png') center 3px no-repeat;
}

a#twitter {
	background: url('/images/twitter.png') center 3px no-repeat;
}

a#email {
	background: url('/images/email.png') center 3px no-repeat;
}

a#presskit {
	background: url('/images/presskit.png') center 3px no-repeat;
}

ul#icons li a:hover,
ul#icons li a.hover {
	background-position: center 0;
	color: white;
}

ul#icons li a#presskit:hover,
ul#icons li a#presskit.hover {
	padding: 19px 18px;
}




/*

	FOOTER
	
*/

footer span#tagline {
	font-family: "museo-sans",sans-serif;
	font-size: 90%;
	font-weight: 600;
	text-transform: uppercase;
}

a#logo-brainandbrain {
	background: url('/images/logo_brainandbrain.png') 0 0 no-repeat;
	background-size: 200px 151px;
	background-position: center 3px;
	display: block;
	height: 156px;
	margin: 0 auto;
	margin-top: 1em;
	width: 200px;
}

a#logo-brainandbrain:hover,
a#logo-brainandbrain.hover {
	background-position: center 0;
	color: white;
}

footer .waves {
	bottom: -58px;
	position: relative;
}

a#presskit-mobile {
	border: 4px solid #806E59;
	display: none;
	font-family: "museo-sans",sans-serif;
	font-size: 150%;
	margin-top: 4em;
	padding: .5em 1em;
	text-align: center;
	text-transform: uppercase;
}




/*
	
	404
	
*/

section#description #newsletter {
	margin-top: 2em;
}




/*

	MEDIA QUERIES
	
*/

/* Landscape iPad */
@media only screen 
and (min-width : 768px) 
and (max-width : 1024px) 
and (orientation : landscape) {	

	ul#badges li {
		margin: 0 3em 2em 3em;
	}
		
	#newsletter input.email {
		width: 88%;
	}
	
	#newsletter input.button {
		float: right;
	}
	
}

/* Portrait iPad */

@media only screen 
and (min-width : 768px) 
and (max-width : 1024px) 
and (orientation : portrait) {

	ul#badges li {
		margin: 0 2em 2em 2em;
	}
	
	#newsletter input.email {
		width: 88%;
	}
	
	#newsletter input.button {
		float: right;
	}
	
	section#soundtrack ul li.last {
		display: none;
	}
	
	ul#icons li#merch {
		display: none;
	}

}

/* Small Desktop Browser */

@media only screen 
and (min-width : 481px) 
and (max-width : 767px) {

	h1 {
		font-size: 130%;
	}
	
	ul#storefronts1 li,
	ul#storefronts2 li {
		padding: 0 .5em;
	}
	
	ul#storefronts1 li.hidesmall {
		display: none !important;
	}
	
	section#mystery h1 {
		font-size: 180%;
	}

	#newsletter input.email {
		width: 80%;
	}
	
	ul#icons li {
		padding: 0 .5em;
	}
	
	.waves {
		height: 140px;
		margin-bottom: -.5em;
	}
	
	@keyframes waves-even {
	    from {top: 0;}
	    to {top: -4px;}
	}
	
	@keyframes waves-odd {
	    from {top: 0;}
	    to {top: 4px;}
	}
	
	.waves-even {
		background-size: 100px 78px;
		height: 78px;
		margin-bottom: -48px;
	}
	
	.waves-odd {
		background-size: 100px 78px;
		height: 78px;
		margin-bottom: -48px;
	}
	
	section#soundtrack #soundtrack-info p {
		font-size: 110%;
	}
	
	section#soundtrack ul li.last {
		display: none;
	}
	
	footer .waves {
		display: none;
	}
	
	ul#icons li#press,
	ul#icons li#merch {
		display: none;
	}
	
	a#presskit-mobile {
		display: inline-block;
	}

}

/* Landscape iPhone SE and Down */

@media only screen 
and (max-device-width : 568px) {

	.hideiphone {
		display: none !important;
	}
	
	ul#storefronts2 {
		margin-top: 0;
	}
	
	a#appstore {
		opacity: 1;
	}

	h1 {
		font-size: 150%;
	}
	
	ul#storefronts1 li,
	ul#storefronts2 li {
		padding: 0 1em;
	}
	
	header {
		padding-bottom: 4em;
	}
	
	img#logo {
		margin-top: 4em;
	}
	
	#trailer {
		margin-top: 4em;
	}
	
	h1#release {
		font-size: 120%;
		margin: 2em 0;
	}
	
	ul#storefronts {
		display: none;
	}
	
	.waves,
	footer .waves {
		display: none;
	}
	
	section#description {
		padding: 4em 0;
	}
	
	section#description h1 {
		margin-bottom: 0;
	}
	
	section#description p {
		display: none;
	}
	
	section#soundtrack {
		display: none;
	}
	
	#stuff {
		overflow-y: visible;
		overflow-x: hidden;
		padding-top: 0;
	}
			
	ul#icons-stuff li {
		padding: 0 .8em;
	}
	
	section#contact {
		padding: 4em 0;
	}
	
	section#contact h1 {
		font-size: 120%;
		text-align: left;
	}
	
	#newsletter input.email {
		margin-right: 4%;
		width: 80%;
	}
	
	ul#icons {
		margin-top: 4em;
	}
	
	ul#icons li#press,
	ul#icons li#merch {
		display: none;
	}
	
	a#presskit-mobile {
		display: inline-block;
	}

}

/* Portrait iPhone 2G-4S */

@media only screen 
and (min-width : 320px) 
and (max-width : 480px)
and (orientation : portrait) {

	ul#storefronts2 {
		margin-top: 0;
	}
	
	a#appstore {
		opacity: 1;
	}
	
	#stuff {
		margin-top: -2em;
		margin-bottom: -1em;
	}
	
	ul#icons-stuff {
		padding-top: 0;
		width: 100%;
	}
	
	ul#icons-stuff li {
		display: block;
		margin: 2em 0;
		width: 100%;
	}
	
	section#contact h1 {
		text-align: left;
	}

	#newsletter input.email,
	section#mystery input#code {
		height: 50px;
		margin-right: 4%;
		text-align: center;
		width: 75%;
	}
	
	#newsletter input.button,
	section#mystery input.button {
		background-size: 50px 50px;
		height: 50px;
		width: 50px;
	}
	
	ul#icons li {
		padding: 0 .15em;
	}

}