body {
	margin: 0;
	padding: 0;
	font: 2em / 1.4 "Fauna One", serif;
	font-weight: normal;
}

.wide {
	background-color: #01579b;
	color: #fff;
	padding: 1em 0;
}

.wide-top {
	padding-top: 4em;
	padding-bottom: 2em;
}

.copy {
	font-size: 40px;
	vertical-align: text-bottom;
}

.container {
	width: 780px;
	margin: 0 auto;
	z-index: 4;
}

.overflow-fix {
	overflow: hidden;
}

.avatar {
	z-index: 1;
	display: block;
	margin: 0 auto;
	margin-top: -45px;
	margin-bottom: 1em;
	text-align: center;
	background-color: #ffd180;
	border-radius: 50%;
	/*border: 2px solid #000;*/
	box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.4);
}

h1 {
	margin: 0;
	font-size: 90px;
	font-weight: normal;
}

.signature {
	margin-left: 50%;
}

.signature:before {
	content: "\2014";
}

.todo {
	font-size: 18px;
	color: #616161;
}

.todo:before {
	content: "// TODO: ";
}

.drop-cap:first-line {
	font-variant: small-caps;
}

.drop-cap:first-child:first-letter {
	font-size: 168px;
	padding: 0 16px 0 0;
	line-height: 1em;
	float: left;
}

a.bottom-link {
	text-decoration: none;
}

.bottom-link, .bottom-link:hover {
	color: #fff;
}

.footer {
	font-size: 18px;
}

h1, li, p { cursor: default; }

p {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

p { margin-bottom: 1em; }
a {
	color: #0277bd;
	transition: 0.5s;
}

a:hover {
	color: #0091ea;
}

.row {
	margin-left: -15px;
	margin-right: -15px;
	box-sizing: border-box;
}

.col {
	float: left;
	padding: 10px 15px;
}

.col-two-thirds {
	width: 520px;
}

.col-one-third {
	width: 260px;
}
