@charset "utf-8";
/* CSS Document */
/* CSS Zen Garden - 'Retro' by SamKGo */

/*Reset*/
@import 'normalize_p.css';
/* Change all elements to use border-box */
html {
	box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
}

/* basic elements */

body {
	font-family: "rucksack", sans-serif;
	background-image: url(../images/bg_retro.jpg);
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

h1 {
	font-size: 2.5em;
	font-family: "almaq-rough", sans-serif;
	font-weight: 400;
	padding: 25px 10px 5px 10px;
	margin: 0;
}

h2 {
	font-size: 3em;
	font-weight: 100;
	line-height: 1em;
	padding: 10px 10px 15px 10px;
	margin: 0;
}

h3 {
	font-size: 2.5em;
	font-family: "almaq-rough", sans-serif;
	font-weight: 400;
	line-height: 1em;
	color: rgba(0,0,0,0.7);
	padding: 80px 40px 10px 40px;
	margin: 5% auto 0% auto;
	width: 50%;
}

p {
	padding: 5px 60px 10px 40px;
	margin: 0% auto;
	width: 50%;
}

@media (max-width: 48em) {
	body {
		background-repeat: repeat;
    	background-size: auto;
	}
	h3 {
		margin: auto;
		padding: 80px 15px 10px 15px;
		width: 90%;
	}
	p {
		margin: auto;
		padding: 5px 15px 10px 15px;
		width: 90%;
	}
}

a:link {
	color: #000;
	font-size: 1.1em;
	font-weight: 100;
	text-decoration: none;
}
a:visited {
	color: #000;
	font-weight: 100;
	text-decoration: none;
}
a:hover, a:focus, a:active {
	text-decoration: underline;
}
abbr {
	border-bottom: none;
	text-decoration: none;
}

/* specific divs */

.intro {
	text-align: center;
}

header {
	background-image: url(../images/logo-sk_bg-white.png), url(../images/bg_header.jpg);
	background-attachment: scroll, scroll;
    background-position: 0 110px, center;
    background-repeat: no-repeat, no-repeat;
    background-size: 170px, cover;
	color: #fff;
	margin: 30px 0px;
	padding: 10px 0px 120px 0px;
	box-shadow: 0px 5px 25px 2px rgba(0,0,0,0.5);
	width: 100%;
}
header h1:after {
	content: "Retro Design by SamKGo";
	font-family: "almaq-rough", sans-serif;
	font-size: 0.5em;
	line-height: 1.2em;
	display: block;
}

.summary {
	width: 60%;
	color: #fff;
	margin: -150px auto 0px auto;
}
.summary p {
	margin: 0 auto;
	padding: 5px 10px 15px 10px;
}
.summary a {
	color: #fff;
}
@media (max-width: 1198px) {
	header {
		background-image: url(../images/bg_header.jpg);
		background-attachment: scroll;
    	background-position: center;
    	background-repeat: repeat;
    	background-size: auto;
		padding: 10px 0px 170px 0px;
		width: 100%;
	}
	.summary {
		width: 95%;
		margin: -200px auto 0px auto;
	}
}

.preamble {
	background-image: url(../images/bg_1-preamble.jpg);
	height: 100%;
	min-height: 50vh;
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	margin-top: 70px;
}
.preamble > * {
	background-color: rgba(234,146,66,0.9);
	margin: 0 auto;
}
.preamble h3 {
	background: rgba(234,146,66,0.9) url(../images/bg_1-preamble_h3.png) no-repeat bottom center;
	background-size: 23em;
}
.preamble p {
	padding: 5px 170px 10px 170px;
}
@media (max-width: 1198px) {
	.preamble p {
		padding: 5px 50px 10px 40px;
	}
}
@media (max-width: 48em) {
	.preamble {
		background-attachment: scroll;
    	background-size: auto;
	}
	.preamble p {
		padding: 5px 15px 10px 15px;
	}
}

.explanation {
	background-image: url(../images/bg_2-explanation.jpg);
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	height: 100%;
	min-height: 50vh;
	width: 100%;
	margin-top: 70px;
}
.explanation > * {
	background-color: rgba(199,185,117,0.9);
}
.explanation h3 {
	background: rgba(199,185,117,0.9) url(../images/bg_2-explanation_h3.png) no-repeat bottom center;
}
@media (max-width: 48em) {
	.explanation {
		background-attachment: scroll;
    	background-size: auto;
		min-height: auto;
		width: 100%;
	}
}

.participation {
	background-image: url(../images/bg_3-participation.jpg);
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	height: 100%;
	min-height: 50vh;
	width: 100%;
	margin-top: 70px;
}
.participation > * {
	background-color: rgba(248,233,153,0.9);
}
.participation h3 {
	background: rgba(248,233,153,0.9) url(../images/bg_3-participation_h3.png) no-repeat bottom center;
}
@media (max-width: 48em) {
	.participation {
		background-attachment: scroll;
    	background-size: auto;
		min-height: auto;
		width: 100%;
	}
}

.benefits {
	background-image: url(../images/bg_4-benefits.jpg);
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	height: 100%;
	min-height: 50vh;
	width: 100%;
	margin-top: 70px;
}
.benefits > * {
	background-color: rgba(192,138,102,0.9);
}
.benefits h3 {
	background: rgba(192,138,102,0.9) url(../images/bg_4-benefits_h3.png) no-repeat bottom center;
}
@media (max-width: 48em) {
	.benefits {
		background-attachment: scroll;
    	background-size: auto;
		min-height: auto;
		width: 100%;
	}
}

.requirements {
	background-image: url(../images/bg_5-requirements.jpg);
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	height: 100%;
	min-height: 70vh;
	width: 100%;
	margin-top: 70px;
}
.requirements > * {
	background-color: rgba(226,140,115,0.9);
}
.requirements h3 {
	background: rgba(226,140,115,0.9) url(../images/bg_5-requirements_h3.png) no-repeat bottom center;
}
@media (max-width: 48em) {
	.requirements {
		background-attachment: scroll;
    	background-size: auto;
		min-height: auto;
		width: 100%;
	}
}

.explanation h3, .benefits h3 {
	float: left;
	margin: 0% 15% 0% 15%;
}
.participation h3, .requirements h3 {
	float: right;
	margin: 0% 15% 0% 15%;
}
.explanation p, .benefits p {
	float: left;
	margin: 0% 15% 0% 15%;
}
.participation p, .requirements p {
	float: right;
	margin: 0% 15%;
}
.preamble :last-child, .explanation :last-child, .participation :last-child, .benefits :last-child, .requirements :last-child {
	margin-bottom: 5%;
	padding-bottom: 2%;
}
@media (max-width: 48em) {
	.explanation h3, .benefits h3, .explanation p, .benefits p {
		margin: 0% 5%;
	}
	.participation h3, .requirements h3, .participation p, .requirements p {
		margin: 0% 5%;
	}
	.preamble :last-child, .explanation :last-child, .participation :last-child, .benefits :last-child, .requirements :last-child {
		padding-bottom: 20px;
	}
}

footer {
	background-image: url(../images/bg_footer.jpg);
	background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	margin-top: 70px;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	width: 100%;
	margin-bottom: 30px;
	box-shadow: 0px 5px 25px 2px rgba(0,0,0,0.5);
}
footer >* {
	font-family: "almaq-rough", sans-serif;
	padding: 20px;
	margin: 10px 70px;
}
footer a:link {
	color: #fff;
	font-size: 2em;
	font-weight: 400;
	text-decoration: none;
}
footer a:visited {
	color: #fff;
	text-decoration: none;
}
footer a:hover, a:focus, a:active {
	color: #000;
	background-color: #fff;
}
footer p {
	font-size: 0.8em;
	text-align: center;
	padding: 10px;
	margin: 5px auto 20px auto;
}
@media (max-width: 1198px) {
	footer >* {
		padding: 10px;
		margin: 35px;
	}
}
@media (max-width: 48em) {
	footer >* {
		padding: 10px;
		margin: 10px;
	}
}

aside {
	position: absolute;
	top: 130px;
	right: 0px;
}
aside h3 {
	background-color: rgba(255,255,255,0.7);
	font-size: 1.9em;
	width: 100%;
	margin: 10px;
	padding: 10px;
	z-index: 10;
}
aside h3:hover {
	color: rgba(255,255,255,0.7);
	background-color: rgba(0,0,0,0.7);
	cursor: pointer;
}
aside ul {
	position: relative;
	background-color: rgba(255,255,255,1);
	margin: 9px 10px 10px 10px;
	padding: 10px;
	z-index: 20;
}
ul li {
	list-style-type: none;
	font-size: 0.9em;
	margin: 5px 5px 5px 0px;
}
ul li .design-name {
	font-family: "almaq-rough", sans-serif;
	font-size: 1.4em;
	font-weight: 400;
}
.design-selection, .design-archives, .zen-resources {
	max-height: 60px;
	overflow: hidden;
}
.design-selection:hover, .design-archives:hover, .zen-resources:hover, .design-selection:focus, .design-archives:focus, .zen-resources:focus, .design-selection:active, .design-archives:active, .zen-resources:active {
	height: 100%;
	overflow: visible;
}
@media (max-width: 1198px) {
	aside {
		position: static;
	}
	aside h3 {
		color: rgba(255,255,255,0.7);
		background-color: rgba(0,0,0,0.7);
		width: auto;
	}
	aside h3:hover {
		cursor: none;
	}
	.design-selection, .design-archives, .zen-resources {
		max-height: none;
		overflow: visible;
	}
}