body, html {
	height: 100%;
	padding: 0;
	margin: 0;
	font-family: 'Helvetica', sans-serif;
	/*background-color: #E1D7D7;*/
	background-color: #F5F5F5;
}

.wrapper {
	position: relative;
	max-width: 1200px;
	margin: auto;
	height: 100%;
}

header {
	height: 100%;
}

.banner {
	height: 100%;
	position: relative;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	overflow-y: hidden;
}

.banner img {
	max-width: 100%;
	position: absolute;
	bottom: -100px;
}

header nav {
	/*background-color: rgba(10,10,10,0.4);*/
	position: absolute;
	right: 50px;
	top: 100px;
	color: white;
	text-align: left;
	font-size: 22pt;
	/*font-family: 'Jim Nightshade', cursive;*/
}

header nav.slide-out {
	position: fixed;
	top: 50px;
	right: 0px;
	background-color: rgba(10,10,10,0.9);
	z-index: 40;
	width: 250px;
	right: -250px;
	-webkit-transition: 0.5s right;
	transition: 0.5s right;
}

header nav.slide-out.visible-state {
	right: 0;
}

.slide-out .inner {
	position: relative;
}

header .menu-button {
	display: none;
}

header .menu-button div {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	font-size: 18pt;
}

header .slide-out .menu-button {
	display: block;
	position: absolute;
	left: -40px;
	font-size: 26pt;
	height: 115px;
	width: 40px;
	text-align: center;
	background-color: rgba(10,10,10,0.9);
	cursor: pointer;
}

header nav h1 {
	position: absolute;
	left: 10px;
	margin: 0;
	margin-top: 3px;
	padding: 0;
	text-transform: uppercase;
	font-size: 16pt;

}

header h1 {
	position: absolute;
	bottom: 100px;
	left: 90px;
	color: white;
	text-transform: uppercase;
	font-size: 38pt;
	
}

header h1 span {
	font-size: 22pt;
	text-transform: none;
	/*font-family: 'Jim Nightshade', cursive;*/
}

header nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline-block;
}

/*header nav li {
	display: inline-block;
}*/

header nav li a:hover {
	color: red;
	text-decoration: none;
}

header nav li a {
	display: block;
	padding: 3px;
	padding-left: 15px;
	padding-right: 15px;
	color: inherit;
	text-decoration: none;
}

header .signature {
	bottom: 10px;
	left: 50px;
	width: calc(100% - 100px);
	position: absolute;
	z-index: 20;
}

aside {
	/*background-image: url("images/canvas.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;*/
	background-color: #404040;

	margin-top: 20px;
	margin-bottom: 20px;
	color: white;
	box-shadow: 0 0 20px black;
	padding: 10px;
	font-size: 12pt;
}

aside a {
	color: #A7CFF2
}

.main {
	padding: 10px;
	padding-top: 20px;
	font-size: 14pt;
	color: #404040;
	font-weight: 300;
}

.row {
	margin-left: 0;
	margin-right: 0;
}

h2 {
	/*font-family: 'Jim Nightshade', cursive;*/
	font-size: 28pt;
}

h3 {
	font-size: 16pt;
}

img {
	max-width: 100%;
}

.social-icons {
	text-align: center;
}

.social-icons img {
	width: 48px;
	margin: 5px;
}

.image-frame {
	width: 100%;
	height: 250px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

figure.piece {
	display: inline-block;
	margin: 10px;
	margin-bottom: 15px;
	width: 250px;
	vertical-align: top;
}

figure.piece div {
	width: 100%;
	height: 200px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

footer {
	background-color: #404040;
	color: white;
	padding: 10px;
}

footer nav ul {
	list-style: none;
	padding: 0;
	text-align: center;
}

footer nav li {
	display: inline-block;
}

footer a {
	color: #A7CFF2;
	text-decoration: none;
	padding: 10px;
}

footer a:hover {
	text-decoration: underline;
}

footer .credit {
	margin-top: 15px;
}

footer .credit img {
	display: block;
	width: 80px;
	margin: auto;
}