*, :after, :before {
	box-sizing: border-box;
}

body, html {
	height: 100%;
	width: 100%;
}

body, p, h1, h2, h3 {
	margin: 0;
	padding: 0;
}

h1, h2 {
	line-height: 1.3;
	text-shadow: 0 5px 20px rgba(0, 0, 0, .2);
	width: 100%;
	font-family: 'Volkhov', baskerville, 'times new roman', serif;
}

p {
	line-height: 1.3;
	width: 100%;
}

body {
	font-family: 'Source Sans Pro', helvetica, arial;
	font-size: 18px;
	font-weight: 300;
}

p {
	font-size: 1em;
}
p.p--credits {
	font-size: .9em;
}

h1, h2 {
	font-size: 1.5em;
	font-weight: 700;
}

a {
	color: #000;
	font-weight: 700;
	text-decoration: none;
}

a.a--no-weight {
	font-weight: 300;
}

#topbar {
	position: fixed;
	top: 0;
	right: 0px;
	padding: 0;
	margin: 0;
	/*background-color: rgba(107,102,102,.80);*/
}
nav li {
	display: block;
	padding: 1em;
	width: 240px;
}
nav li {
	list-style: none;
}
nav {
	z-index: 10;
}
nav a {
	color: rgba(80,200,255,1.00);
	font-weight: 700;
	text-decoration: none;
	background-color: rgba(107,102,102,.80);
	padding: 1em;
	font-size: .8em;
}
nav a:hover {
	background-color: aliceblue;
}

.container {
	-webkit-align-items: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
	padding: 15px;
	position: relative;
	width: 100%;
}
.container--big {
	height: 175vh;
}
.container--full {
	height: 100vh;
}
.container--paper {
	height: 100vh;
	background-image: url("../img/bg1-quilt.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.container--small {
	height: 60vh;
}
.container--90 {
	height: 90vh;
}
.container .content {
	background: rgba(0, 0, 0, .6);
	border-radius: 3px;
	color: #fff;
	margin: 0 auto;
	padding: 15px 20px;
	text-align: center;
}

.container .content-blue {
	/*background: rgba(80,200,255,.96);*/
	background: #FFF9EF;
	border-radius: 3px;
	color: rgba(34,33,33,1.00);
	margin: 0 auto;
	padding: 15px 20px;
	text-align: center;
	width: 48%;
}
.container .content-large {
	/*background: rgba(80,200,255,.96);*/
	background: #FFF9EF;
	border-radius: 3px;
	color: rgba(34,33,33,1.00);
	margin: 0 auto;
	padding: 15px 20px;
	text-align: center;
	width: 88%;
}
.container .content-blue a {
	z-index: 5;
}

.parallax__container {
	clip: rect(0, auto, auto, 0);
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -100;
}
.parallax__container .parallax {
	/* can be put in a seperate class for better control */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	/* --------------------------- */
	position: fixed;
	top: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	width: 100%;
}

.bg1 {
	background-image: url("../img/bg1-quilt.jpg");
}
#bg2 {
	background-image: url("../img/bg2-quilt.jpg");
}
#bg3 {
	background-image: url("../img/bg3-quilt.jpg");
}
footer {
	background-color: rgba(80,200,255,.90);
	text-align: center;
	padding: 2em;
}
.show-on-mobile--inline {
	display: none;
}

@media screen and (max-width: 480px) {
	.hide-on-mobile {
		display: none;
	}

	.show-on-mobile--inline {
		display: inline;
	}

	.container .content-blue {
	/*background: rgba(80,200,255,.96);*/
	background: #FFF9EF;
	border-radius: 3px;
	color: rgba(34,33,33,1.00);
	margin: 0 auto;
	padding: 15px 20px;
	text-align: center;
	width: 90%;
}
}
