/* AMATEUR ESCAPIST - http://amateurescapist.com - Edited by Davin Risk */

@charset "UTF-8";

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Ideal Sans SSm A', 'Ideal Sans SSm B';
	font-weight: 200;
	font-style: normal;
	font-size: 18px;
	font-kerning: normal;
	line-height: 1.25;
	background-color: #dfdfdc;
}

img,
video,
object {
	max-width: 100%;
}

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

audio:not([controls]) {
	display: none;
	height: 0;
}

article, header, nav, section {
    display: block;
}

b,
strong {
	font-weight: 400;
}

em {
	font-style: normal;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
}

h1 {
	font-size: 1.75em;
	line-height: 1.25em;
	font-weight: 200;
	font-style: normal;
	color: #b05246;
	margin-bottom: 0.25em;
}

h2 {
	font-size: 1.5em;
	font-weight: 200;
	font-style: italic;
	margin-bottom: 1em;
}

h3, h4, h5, h6 {
	font-size: 1em;
	font-weight: 400;
	font-style: normal;
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
	padding: 0;
	margin-bottom: 1.25em;
}

a {
	color: #149ebb;
	text-decoration: none;
	background-color: transparent;
}

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

a:active,
a:hover {
	outline: 0;
	color: #29cff0;
}

ul, ol, dl {
	margin: 0;
	padding: 0;
}

ul li {
	line-height: 1.25em;
	margin-bottom: 0.25em;
}

ul.plain,
ul.fancy {
	list-style: none;
	margin: 0 0 1.25em 0;
	font-weight: 200;
}

ul.fancy {
	list-style-position: inside;
}

ul.fancy li:before {
	content: "◦";
	color: #292d39;
	margin-left: -1em;
	padding-right: 0.5em;
}

dt, dd {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}



/* LAYOUT */

.frontpage {
	width: 100%;
	height: 100%;
}

.page {
	width: 100%;
	height: 100%;
}

.wrap {
	margin: 0 2em 0 3em;
}

.content {
	width: 100%;
	max-width: 760px;
	color: #4a4a42;
	padding: 2.25em 0;
	vertical-align: top;
}

.info-panel,
.issue-panel {
	display: inline-block;
	vertical-align: middle;
    width: 320px;
    height: 320px;
    color: #dfdfdc;
    background-color: rgba(26, 28, 32, 0.94);
}

.info-panel dl,
.issue-panel dl {
	margin: 0;
	padding: 2em;
}

.info-panel dt {
	font-size: 1.5em;
	margin-bottom: 0.25em;
	color: #d93e82;
	font-style: normal;
}

.issue-panel dt {
	font-size: 3em;
	margin-bottom: 0.25em;
	font-style: normal;
	line-height: 1em;
}

.info-panel dd,
.issue-panel dd {
	margin-bottom: 0.5em;
}

.info-panel dd.subtitle {
	font-size: 1em;
	margin-bottom: 1.5em;
	color: #d5dfe2;
}

.info-panel dd.push-down {
	margin-bottom: 1.5em;
}

.info-panel dd.statement {
	margin-top: 2em;
}

.info-panel dd.theme {
	margin-top: 2em;
	font-size: 0.65em;
	text-transform: uppercase;
}

.issue-panel {
	margin-left: 2em;
}

.issue-panel a {
	display: inline-block;
	width: 100%;
	height: 100%;
	color: #d5dfe2;
	transition: all 0.2s ease-out;
}

.issue-panel a:hover,
.issue-panel a:active {
	background-color: rgba(0,0,0,0.25);
}

.issue-panel dd.issue-number {
	text-transform: uppercase;
	font-size: 0.85em;
	margin-bottom: 1em;
}

.issue-panel dt.issue-title {
	font-size: 4em;
}

.issue-content {
	width: 100%;
	max-width: 760px;
	color: #4a4a42;
	padding: 2.25em 0;
}

.issue-toc a {
	padding: 0.5em 1em;
	margin-bottom: 0.25em;
	display: block;
	transition: all 0.2s ease-out;
}

.issue-toc a:hover,
.issue-toc a:active {
	margin-left: -1em;
}

.issue-toc h2 {
	font-size: 1.25em;
	margin-bottom: 0;
	font-style: normal;
	letter-spacing: 0.5;
}

.issue-toc p {
	margin-bottom: 0;
	font-size: 0.85em;
}

.artist-content {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	color: #4a4a42;
	padding: 2em 0;
}

.artist-content img,
.artist-content svg {
	width: 100%;
	margin-bottom: 16px;
}

.icon-info,
.icon-back,
.icon-close,
.icon-back-top {
	position: fixed;
	width: 2em;
	height: 2em;
	left: 0.5em;
	z-index: 500;
}

.icon-info,
.icon-close,
.icon-back-top {
	top: 2em;
}

.icon-back {
	top: 4em;
}

.icon-info a,
.icon-back a,
.icon-close a,
.icon-back-top a {
	height: 2em;
	width: 2em;
	display: inline-block;
	transition: all 0.2s ease-out;
}

.icon-info a,
.icon-back a {
	fill: #4a4a42;
}

.icon-close a {
	fill: #fbfce4;
}

.icon-back-top a {
	fill: #149ebb;
}

.icon-back a:hover,
.icon-back a:active,
.icon-info a:hover,
.icon-info a:active,
.icon-close a:hover,
.icon-close a:active,
.icon-back-top a:hover,
.icon-back-top a:active {
	opacity: 0.5;
}
        
.panel {
    display: none;
    width: 260px;
    padding: 2em;
    background-color: #4a4a42;
}

#artist-info {
	display: none;
	color: #dfdfdc;
}

#artist-info dl {
	margin-top: 3.5em;
	margin-bottom: 1em;
}

#artist-info dt {
	font-size: 1.25em;
	margin-bottom: 0.25em;
}

#artist-info dd {
	font-size: 0.75em;
}

#artist-info dd.title {
	font-size: 1em;
	margin-top: 2em;
	margin-bottom: 0.25em;
}

#artist-info dd.theme {
	margin-top: 2em;
	font-size: 0.65em;
	text-transform: uppercase;
}

#artist-info dd a {
	color: #dfdfdc;
	border-bottom: 1px solid #6a6d5d;
}



/* ISSUE SPECIFIC */

body.issue-00 {
	background-image: url(images/first_words_intro_base_a.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	height: 1600px;
}

.issue-00-spot {
	background-image: url(images/first_words_intro_cover_a.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
}

/* AE01 - FIRST WORDS */

body.issue-01-main {
	background-image: url(/images/first_words_darkdots_cover.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	height: 1600px;
}

.issue-panel.issue-01 {
    background-color: #bd9e98;
    background-image: url(/images/first_words_tri_panel.jpg);
    background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
}

.issue-panel.issue-01 a:hover,
.issue-panel.issue-01 a:active {
	color: #facb6d;
}

body.issue-01 {
	background-image: url(/images/first_words_tri_cover.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	height: 1600px;
}

.issue-01 .issue-content {
	color: #d3c8c6;
}

.issue-01 .icon-back-top a {
	fill: #f8f8f8;
}

.issue-01 h1.issue-title {
	font-size: 4em;
	color: #facb6d;
	letter-spacing: 0.00025em;
	word-spacing: 0.0025em;
}

.issue-01 p.issue-number {
	text-transform: uppercase;
	font-size: 0.85em;
	padding-top: 0.25em;
}

.issue-01 p.issue-number,
.issue-01 p.issue-number a {
	color: #f8f8f8;
}

.issue-01 .issue-toc a {
	background-color: rgba(211, 200, 198, 0.9);
}

.issue-01 .issue-toc a:hover,
.issue-01 .issue-toc a:active {
	background-color: rgba(211, 200, 198, 1.0);
}

.issue-01 .issue-toc h2 {
	color: #e20062;
}

.issue-01 .issue-toc p {
	color: #595959;
	text-align: right;
}





/* SCREENS */

@media only screen and (max-width: 640px) {
	
	body {
		font-size: 18px;
	}
	
	.wrap {
		margin: 0 1.5em 0 2.75em;
	}
	
	.info-panel,
	.issue-panel {
		width: 260px;
		height: 260px;
	    font-size: 0.85em;
	    display: block;
	}
	
	.info-panel dl,
	.issue-panel dl {
	    padding: 1.25em;
	}
	
	.issue-panel {
		margin-left: 0;
		margin-top: 0.5em;
	}
	
	.icon-back,
	.icon-back a,
	.icon-info,
	.icon-info a,
	.icon-close,
	.icon-close a {
		width: 2em;
		height: 2em;
	}
	
	.icon-back {
		top: 2em;
	}
	
	.icon-info,
	.icon-info a,
	.icon-close,
	.icon-close a {
		display: none;
	}
	
	.panel {
	    display: block !important;
	    width: 100%;
	    padding: 0;
	    background-color: transparent;
	    position: inherit !important;
		top: 0px;
		height: auto;
		z-index: 0;
		left: 0;
		right: auto;
	}
	
	#artist-info { 
		display: block;
		color: #4a4a42;
	}
	
	#artist-info dl {
		margin-top: 0;
	}
	
	#artist-info dd a {
		color: #4a4a42;
		border-bottom: 1px solid #c4c4c1;
	}

}
