@font-face {
  font-family: 'Graphik Web';
  src: url('../fonts/Graphik-Regular-Web.eot');
  src: url('../fonts/Graphik-Regular-Web.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Graphik-Regular-Web.woff2') format('woff2'),
       url('../fonts/Graphik-Regular-Web.woff') format('woff');
  font-weight:  400;
  font-style:   normal;
  font-stretch: normal;
}
html {
	/* base font size */
	font-size: 30px;
	/* screen font optimisation */
	text-rendering: optimizeSpeed;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;


}
body {
	/* global color and font */
	font-family: 'Graphik Web', Arial, Helvetica, sans-serif;
	background: #ffecf4;
	color: #242424;
	line-height: 1.5;
}
h1 {
	color: #9287FF;
	font-size: 0.6rem;
    line-height: 24px;
	margin-bottom: 3rem;
    font-weight: normal;
}
p {
	margin: 1.0rem 0;
}
em {
	color: #9287FF;
	font-style: normal;
}
a, a:visited {
	color: #ee7162;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.wrapper {
	margin: 20px auto;
	max-width: 1300px;
}
.content {
	width: 90%;
	margin: 0 auto;
}
@media (min-width: 990px) {
	.content {
		width: 80%;
		margin: 0;
}
.projects {
	position: relative;
	font-size: 0.75rem;
	list-style: none;
	margin: 2rem 0 3rem 0;
	padding: 0;
}
.linklist {
	position: relative;
	font-size: 0.75rem;
	list-style: none;
	margin: 2rem 0 3rem 0;
	padding: 0;
}
.linklist:before {
	/* small border element */
	position: absolute;
	display: block;
	width: 20px;
	height: 2px;
	background: #242424;
	content: '';
	top: -10px;
}
.linklist a {
	color: #242424;
}
.linklist a:hover {
	color: #ee7162;	
}
.credits {
	width: 80%;
	font-size: 0.6rem;
	color: #b2b2b2;
}

@media (min-width: 990px) {
	.credits {
		width: 71%;
	}	
}

.credits p {
	margin: 1rem 0;
}
