/*
Morsecraft
Created April 2018
*/

/* -- STYLE RESET -- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	display: block;
}

/* - - - HEADER - - - */
header {
	width: 90%;
	margin: 0 auto 0 auto;
	padding: 5%;
	text-align: center;
	background-color: #938472;
}

/* - - - IMAGES - - - */
img {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

/* - - - WORK CONTAINER - - - */
.work {
	width: 90%;
	margin: 10% auto 10% auto;
	overflow: hidden;
}

/* - - - TYPOGRAPHY - - - */
h1 {
	font-family: "work-sans", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 1.625em;
	color: #000000;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	padding: 1.5em 0 3em 0;
}
h2 {
	font-family: "work-sans", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 0.875em;
	text-transform: uppercase;
	letter-spacing: 0.175em;
	color: #FFFFFF;
}
p {
	font-family: "work-sans", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 0.75em;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	color: #B5B1AE;
	margin: 1em 0 1.5em 0;
}
a:link, a:visited, a:active, a:hover {
	color: #000000;
}

/* - - - ABOUT - - - */
#about {
	width: 100%;
	margin: 0 auto;
	padding: 4em 0 3em 0;
	background: #cccccc;
}
#about p {
	width: 80%;
	margin: 0 auto 1.75em auto;
	color: #333333;
	font-family: "work-sans", "neuzeit-grotesk", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 0.875em;
	letter-spacing: 0em;
	line-height: 1.75em;
}


/* - - - DESKTOP STYLES - - - */
@media screen and (min-width: 800px) {
	.work:first-child {
			width: 35%;
			max-width: 800px;
			margin: 5% auto 10% auto;
			text-align: center;
		}
	.work {
		width: 35%;
		max-width: 800px;
		text-align: center;
	}
	p {
		line-height: 2em;
		margin: 2em 0 2em 0;
	}
	#about p {
		width: 35%;
		line-height: 2em;
	}
}
