/* @import "seriff/seriff.css"; */

* {
	font-size: inherit;
	font-weight: inherit;
	margin: 0;
}

html { -webkit-text-size-adjust: 100%; }

body {
	margin: .5em;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;

	/*
	font-family: "Seriff", serif;
	font-size: 1.2rem;
	line-height: 1.25em;
	color: #e04000;
	background-color: #fff13e;
	*/

	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-size: 0.9rem;
	letter-spacing: 3px;
	line-height: 1.25em;
	color: silver;
	background-image: linear-gradient(#ff4700, #8ba3dd, #4CAF50);
}

header {
	margin-bottom: 2em;
}

a {
	color: inherit;
	text-decoration: underline;
}

header a {
	color: inherit;
	text-decoration: inherit;
	text-decoration: underline;
}

.aboutLink {
	position: absolute;
	top: .5rem;
	right: .5rem;
}

.aboutLink a { text-decoration: none; }

.project:not(:last-of-type) {
	margin-bottom: 2em;
}

.description {
	max-width: 35em;
	margin-top: .5em;
	white-space: pre-wrap;
}

.about {
	/* max-width: 35em; */
	white-space: pre-wrap;
}

img {
	display: block;
	max-width: 100%;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;

	border-radius: 2rem;

	/*
	width: 70em;
	max-height: none !important;
	*/
}