body {
	color: #666;
	background-color: white;
	font-family: 'Open Sans', sans-serif;
	margin: 0;
	padding: 0;
}

#header {
	box-sizing: border-box;
	padding: 0 2ex;
	color: #444;
	background-color: #eee;
	width: 100%;
	position: fixed;
	top: 0;
	box-shadow: 0px 10px 50px 0px rgba(200, 200, 200, 1);
	-webkit-box-shadow: 0px 10px 50px 0px rgba(200, 200, 200, 1);
	-moz-box-shadow: 0px 10px 50px 0px rgba(200, 200, 200, 1);
	z-index: 100;
}

#header #inner {
	max-width: 860px;
	height: 100px;
	margin: 30px auto;
	display: flex;
	align-items: center;
}

#header #inner #logo {
	width: 86px;
	height: 86px;
	margin: 0 .25rem .5rem 20px;
	flex: 0 0 auto;
}

#header #inner #title {
	width: auto;
	color: #444;
	padding: 0.5rem 0 0.5rem 1rem;
	flex: 1;
}

#header #inner #links {
	font-size: 10.5pt;
	text-align: right;
	margin: 0 25px;
}

h1 {
	font-family: Roboto;
	letter-spacing: -.1rem;
	font-size: 32pt;
	font-weight: normal;
	white-space: nowrap;
	margin: -0.5rem 0 0.5rem 0;
	padding: 0;
}

p.subtitle {
	font-family: Raleway;
	font-size: 11pt;
	margin: -6px 0 0 2px;
	padding: 0;
}

div.profile {
	float: right;
	margin: 2px 2px 1em 1.5em;
	position: relative;
	z-index: 10;
}

div.profile img {
	width: 150px;
	border-radius: 8px;
}

div.profile i {
	text-align: center;
	width: 16px;
}

div.profile p {
	white-space: nowrap;
}

#content {
	display: flex;
	flex-direction: column;
	background-color: white;
	max-width: 860px;
	padding: 35px 0;
	margin: 170px auto 0 auto;
	text-wrap: pretty;
}

#content > div {
	width: 100%;
}

#content .section {
	display: inline-block;
	width: 100%;
	padding: 25px;
	border-bottom: 2px solid #eee;
	box-sizing: border-box;
}

#content .section > .left {
	float: left;
	box-sizing: border-box;
	width: 140px;
	padding: 0 2rem 0 0;
}

#content .section > .right {
	margin-left: 140px;
}

p.spmtrp {
	display: none;
}

h2, h3, p {
	font-size: 11pt;
	margin: 0 0 1.25ex 0;
	padding: 0;
}

svg {
	display: inline-block;
	margin-right: 5px;
	fill: #888;
	transform: translate(0px, 3px);
	width: 16px;
}

h3 {
	margin: 2.5ex 0 1.25ex 0;
}

h3:first-child {
	margin: 0 0 1.25ex 0;
}

ul {
	font-size: 11pt;
	margin-left: -1em;
	list-style: none;
}

.intro {
	margin-top: 0;
}

ol {
	font-size: 11pt;
	margin-left: -1em;
}

table {
	font-size: 11pt;
	border-collapse: separate;
}

td {
	vertical-align: top;
}

li {
	margin-top: 2px;
	padding-top: 0;
	padding-left: 1em;
	position: relative;
}

ul li:before {
	content: "";
	border-color: transparent #888;
	border-style: solid;
	border-width: 0.35em 0 0.35em 0.45em;
	display: inline-block;
	height: 0;
	width: 0;
	top: 5px;
	left: -1em;
	position: absolute;
}

h2 {
	color: #444;
}

h3 {
	color: #444;
	font-weight: normal;
	border-bottom: 1px dotted #ddd;
}

a {
	color: #06c;
	text-decoration: none;
}

a.anchor {
	display: block;
	position: relative;
	top: -230px;
	visibility: hidden;
}

#footer p {
	font-size: 10pt;
	text-align: center;
	margin: -5px 0 25px 0;
	padding: 0 1rem;
}

.footer-item {
	display: inline-block;
	margin: 0 0.25rem;
}

code {
	display: inline-block;
	background-color: #f8eee3;
	border:1px solid #fdd;
	border-radius: 3px;
	font-family: 'Ubuntu Mono';
	letter-spacing: -1px;
	padding: 1px 5px;
}

a i {
	color: #888;
	font-size: 11pt;
}

a svg:hover {
	fill: #06c;
}

h3 a i {
	float: right;
}

.column:last-child, .column-3:last-child {
	padding-right: 0 !important;
}

.section:after {
	content: "";
	clear: both;
}

.nowrap {
	white-space: nowrap;
}

@media only screen and (max-width: 640px) {
	#header #inner {
		margin: 30px auto;
		justify-content: center;
	}

	#header #inner #logo {
		margin: 0 .25rem .5rem -20px;
	}

	#header #inner #title {
		flex: 0 0 auto;
	}

	#header #inner #links {
		display: none;
	}

	#content .section > .left {
		display: block;
		float: none;
		width: 100%;
		text-align: center;
		padding: 1ex 0;
	}

	#content .section > .right {
		display: block;
		margin: 0;
	}

	div.profile {
		margin-left: 1.25em;
	}
}

@media only screen and (max-width: 460px) {
	#header #inner {
		background-size: 60px;
		height: 60px;
	}

	#header #inner #logo {
		width: 60px;
		height: 60px;
		margin: 0 .25rem .5rem -10px;
	}

	h1 {
		font-size: 24pt;
	}

	p.subtitle {
		font-size: 8pt;
	}

	#content {
		margin: 120px auto 0 auto;
	}

	table {
		border-spacing: 5px;
	}

	div.profile {
		float: none !important;
		margin: 1rem auto;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	div.profile div {
		margin: 0 1rem;
	}
}

@media only screen and (max-width: 380px) {
	div.profile {
		display: block;
		float: none !important;
		margin: 1rem;
		text-align: center;
	}
}

@media only screen and (max-width: 320px) {
	#header #inner #logo {
		display: none;
	}

	#header #inner #title {
		width: 100%;
		text-align: center;
		padding: 0;
	}
}

@media only screen and (min-width: 850px) {
	.column, .column-3 {
		padding-right: 3em;
		box-sizing: border-box;
		float: left;
		width: 50%;
	}

	.column-3:nth-child(2), .column-3:nth-child(2) {
		padding-right: 0;
	}

	.column-3:nth-child(3) {
		width: 100%;
	}
}

@media only screen and (min-width: 1600px) {
	#header #inner {
		max-width: 1200px;
	}

	#content {
		max-width: 1200px;
	}

	.column-3 {
		width: 33.33% !important;
	}

	.column-3:nth-child(2) {
		padding-right: 2em;
	}
}

@media only screen and (max-width: 1599px) {
	.verbose {
		display: none;
	}
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -50%, 0);
		transform: translate3d(0, -50%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

@keyframes fadeInUpSmall {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	1% {
		opacity: 0;
		-webkit-transform: translate3d(0, 32px, 0);
		transform: translate3d(0, 32px, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.fadeInUpSmall {
	-webkit-animation-name: fadeInUpSmall;
	animation-name: fadeInUpSmall;
}

@keyframes fadeInUpTiny {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	1% {
		opacity: 0;
		-webkit-transform: translate3d(0, 6px, 0);
		transform: translate3d(0, 6px, 0);
		filter: grayscale(100%);
	}

	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
		filter: grayscale(0%);
	}
}

.fadeInUpTiny {
	-webkit-animation-name: fadeInUpTiny;
	animation-name: fadeInUpTiny;
	animation-duration: 5s;
}

@keyframes fadeInLeftTiny {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	1% {
		opacity: 0;
		-webkit-transform: translate3d(12px, 0, 0);
		transform: translate3d(12px, 0, 0);
		filter: grayscale(100%);
	}

	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
		filter: grayscale(0%);
	}
}

.fadeInLeftTiny {
	-webkit-animation-name: fadeInLeftTiny;
	animation-name: fadeInLeftTiny;
	animation-duration: 4s;
}

@keyframes fadeInLeftTinyZoom {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	1% {
		opacity: 0;
		-webkit-transform: translate3d(12px, 0, 0) scale(.9);
		transform: translate3d(12px, 0, 0) scale(.9);
		filter: grayscale(100%);
	}

	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
		filter: grayscale(0%);
	}
}

.fadeInLeftTinyZoom {
	-webkit-animation-name: fadeInLeftTinyZoom;
	animation-name: fadeInLeftTinyZoom;
	animation-duration: 4s;
}
