/* Import fonts and icons */
@import url("font-awesome.min.css");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600");

/* 1. Reset */
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;
}

body {
	-webkit-text-size-adjust: none;
}

/* Box Model */
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

/* 2. Content elements */
html {
	font-size: 87.5%;
}

@media (min-width: 384px) {
	html {
		font-size: 100%;
	}
}

* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

body {
	font-family: "Source Sans Pro", Helvetica, sans-serif;
	font-weight: 300;
	color: #0B0B45;
	background: #f0f0f0;
	min-width: 18rem;
	line-height: 1.5;
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Source Sans Pro", Helvetica, sans-serif;
	text-transform: uppercase;
	line-height: 0.8;
	font-weight: 600;
}

h1 {
	font-family: 'Bitter', serif;
    font-size: 3rem;
	margin-top: 5rem;
	margin-bottom: 1.5rem;
}

@media screen and (min-width: 640px) {
	h1 {
		font-size: 4rem;
	}
 }

@media screen and (min-width: 1280px) {
	h1 {
		font-size: 7rem;
	}
} 

h2 {
	font-size: 1.1rem;
	margin-top: 1.5rem;
	margin-bottom: .9rem;
}

p {
	font-size: 1rem;
	margin: 1rem 0;
}

ul {
	font-size: 1rem;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

a {
	color: #0B0B45;
	text-decoration: none;
	font-weight: 400;
	transition: opacity .20s ease-in;
}

a:hover,
a:focus {
	opacity: 0.6;
	transition: opacity .20s ease-in;
}

a:active {
	opacity: 0.8;
	transition: opacity .20s ease-out;
}

.page {
	display: block;
	padding: 2.5rem 1rem;
	max-width: 27rem;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (min-width: 640px) {
	.page {
		padding: 4rem;
		max-width: 896px;
		margin-left: auto;
		margin-right: auto;
	}

	.page:after {
		content: "";
		display: table;
		clear: both;
	}
}

@media screen and (min-width: 1280px) {
	.page {
		padding: 5rem;
		max-width: 1280px;
	}
}

@media screen and (min-width: 640px) {
	.text:after {
		content: "";
		display: table;
		clear: both;
	}
}


.headline {
	max-width: 22rem;
}

@media screen and (min-width: 640px) {
	.headline {
		max-width: 38rem;
	}
}

@media screen and (min-width: 1280px) {
	.headline {
		max-width: 64rem;
	}
}

/* Photo elements */
.photo {
	margin: 1rem 0 1.5rem;
	max-width: 27rem;
}

@media screen and (min-width: 640px) {
	.photo {
		float: right;
		width: 50%;
		margin-bottom: 1rem;
	}
}

@media screen and (min-width: 1280px) {
	.photo {
		width: 25rem;
		float: left;
		padding-right: 4rem;
	}
}

.photo-aspect {
	height: 0;
	position: relative;
	padding-bottom: 80%;
}

@media screen and (min-width: 640px) {
	.photo-aspect {
		padding-bottom: 58%;
	}
}

@media screen and (min-width: 1280px) {
	.photo-aspect {
		padding-bottom: 100%;
	}
}

.photo-object {
	background-image: url("../images/profile.jpg");
	background-size: cover;
	background-position: center;
	mix-blend-mode: multiply;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
}

.photo-credit {
	font-size: .625rem;
	text-transform: uppercase;
	text-align: right;
	display: block;
	width: 100%;
	position: absolute;
	bottom: -1rem;
	opacity: 0.6;
}

@media screen and (min-width: 1280px) {
	.photo-credit {
		text-align: left;
	}
}

.photo-credit cite, .photo-credit a {
	font-style: normal;
	font-weight: 400;
}

@supports (mix-blend-mode: lighten) {
	.photo-object:after {
		display: block;
		content: '';
		mix-blend-mode: lighten;
		background-color: #433d65;
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		-webkit-filter: contrast(1.3);
				filter: contrast(1.3);
	}
}

.bio {
	max-width: 27rem;
}

@media screen and (min-width: 640px) {
	.bio {
		float: left;
		width: 45%;
	}  
}

@media screen and (min-width: 1280px) {
	.bio {
		padding-right: 4rem;
		max-width: none;
	}
}

@media screen and (min-width: 640px) {
	.links {
		float: right;
		width: 50%;
	}
}

@media screen and (min-width: 1280px) {
	.links {
		width: 12rem;
		float: left;
	}
}

.links-writing, 
.links-interviews {
	display: inline-block;
	padding-right: 5vw;
}

@media screen and (min-width: 640px) {
	.links-writing {
		padding-right: 1rem;
	}

	.links-interviews {
		padding-right: 0;
	}
}

@media screen and (min-width: 1280px) {
	.links-writing,
	.links-interviews {
		padding-right: 0;
	}
}

.links-contact a {
	font-weight: 300;
}

/* Icons */
.icon {
	text-decoration: none;
	border-bottom: none;
	position: relative;
}

.icon:before {
	font-family: "FontAwesome";
	font-style: normal;
	font-weight: normal;
	text-transform: none !important;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

.icon > .label {
	display: none;
}

ul.icons {
	cursor: default;
	list-style: none;
	padding-left: 0;
	padding-top: 1.5em;
}

ul.icons li {
	display: inline-block;
	padding: 0 1em 0 0;
}

ul.icons li:last-child {
	padding-right: 0;
}

.links-copyright a {
	font-size: 14px;
	font-weight: 300;
}

@media screen and (min-width: 640px) and (max-width: 688px) {
	.wrapfix {
		white-space: nowrap;
	}
}