/*
	Shingworks.com
	--------------
	v3.0    8/03/2016
	v3.1    3/10/2018
	v3.1.1  3/15/2018
*/

/* RESET
   ----- */

/* Eric Meyer 2.0
   http://cssreset.com/scripts/eric-meyer-reset-css/ */
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;
}
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;
}

/* Grid system
   https://css-tricks.com/dont-overthink-it-grids/ */
*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* PAGE STYLES
   ----------- */
html {
	min-height: 100%;
	overflow-y: scroll;
	background: #ffffff;
	-webkit-text-size-adjust: 100%;
	background: -moz-linear-gradient(top, #d8d9d2 0%, #ffffff 1080px);
	background: -webkit-linear-gradient(top, #d8d9d2 0%, #ffffff 1080px);
	background: linear-gradient(to bottom, #d8d9d2 0%, #ffffff 1080px);
}

body {
	font-family: 'Varela', sans-serif;
	font-size: 14px;
	width: 768px;
	margin: 0 auto;
}

header {
	width: 448px;
	height: 369px;
	margin: 18px auto 0;
}

	header p {
		text-align: center;
		line-height: 20px;
		letter-spacing: 1px;
	}

footer {
	clear: both;
	padding-top: 11px;
	margin-bottom: 11px;
	text-align: center;
	font-size: 12px;
	color: #c8cabb;
}

strong {
	font-weight: 700;
}

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

	a:hover {
		color: #c8cabb;
	}

/* GRID COLUMN STYLES
   ------------------
   https://css-tricks.com/dont-overthink-it-grids/ */
.col-158, .col-305, .col-147, .col-83 {
	float: left;
}

.col-158 {
	margin-right: 11px;
}

.col-305 {
	margin-bottom: 11px;
}

.col-147 {
	margin-bottom: 11px;
	margin-right: 11px;
}

.col-83 {
	margin-right: 11px;
}

.end-of-row {
	margin-right: 0;
}

.first-in-centered-row {
	margin-left: 17px;
}

.grid a {
	display: block;
	width: 100%;
	height: 100%;
}

/* FRONT PAGE
   ---------- */
#front {
	width: 643px;
	height: 559px;
	margin: 0 auto;
}

.banner {
	height: 70px;
	margin-bottom: 9px;
}

	.banner:hover {
		opacity: 0.9;
	}

.meek-link {
	width: 158px;
	height: 519px;
	background: url("/images/meek.png") top left;
}

	.meek-link:hover {
		background-position: -158px;
	}

.mare-link {
	width: 158px;
	height: 519px;
	background: url("/images/mare.png") top left;
}

	.mare-link:hover {
		background-position: -158px;
	}

.about-link {
	width: 305px;
	height: 154px;
	background: url("/images/about.png") top left;
}

	.about-link:hover {
		background-position: -305px;
	}
	
.portfolio-link {
	width: 305px;
	height: 186px;
	background: url("/images/portfolio.png") top left;
}

	.portfolio-link:hover {
		background-position: -305px;
	}

.patreon-link {
	width: 147px;
	height: 96px;
	background: url("/images/patreon.png") top left;
}

	.patreon-link:hover {
		background-position: -147px;
	}

.store-link {
	width: 147px;
	height: 96px;
	background: url("/images/store.png") top left;
}

	.store-link:hover {
		background-position: -147px;
	}

.twitter-link {
	width: 83px;
	height: 50px;
	background: url("/images/twitter.png") top left;
}

	.twitter-link:hover {
		background-position: -83px;
	}

.mail-link {
	width: 83px;
	height: 50px;
	background: url("/images/mail.png") top left;
}

	.mail-link:hover {
		background-position: -83px;
	}
	
.linkedin-link {
	width: 83px;
	height: 50px;
	background: url("/images/linkedin.png") top left;
}

	.linkedin-link:hover {
		background-position: -83px;
	}

/* ABOUT PAGE
   ---------- */
#about {
	padding-top: 120px;
	padding-bottom: 120px;
	
	margin: 0 auto;
	width: 668px;
}

#about p {
	text-align: center;
	margin-bottom: 14px;
	line-height: 19px;
}