*{
	margin: 0;	
}

body{
	width: 100%;
	background-color: #f8f8f8;
	font-size: 12px;
	text-align: center;
}

a {
	color:red;
	text-decoration: none;
	border:none;
}

img {
	width: 100%;
	border: none;
}

hr {
	border: 0;
	height: 1px;
	background: #444;
	margin-top: 1.5em;
	margin-bottom: 2em;
}

/* Links */

a {
	color: #0084c1;
}

a:visited {
	color:#0084c1;
}

a:hover {
	color: #0084c1;
}

#wrapper {
	width: 50%;
	margin: 0 auto;
	padding-top: 10em;
}

#box {
	display: block;
	width: 300px;
	margin: 0 auto;
	position: relative;
	top: 2em;
	opacity: .95;
	background-color: #FFF;
	border-radius: 1px;
	box-shadow: 0px 1px 2px rgba(0,0,0,.2), inset 0px 1px 0px rgba(255,255,255,.05);
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,.2), inset 0px 1px 0px rgba(255,255,255,.05);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,.2), inset 0px 1px 0px rgba(255,255,255,.05);
	}
	
.external {
	padding: 0;
	margin: .5em;
	opacity: .6;
	border: none;
	display: inline-block;
	text-indent: -9999em;
	width: 4em;
	height: 4em;
	background-size: 4em 4em;
}

.external:hover {
	opacity: .8;
}

.external:active {
	position:relative;
	top: .1em;
}

.content {
	padding: 2em;
	font-family: 'Montserrat', sans-serif;
}

.bio {
	font-family: 'Montserrat', sans-serif;
	color: #555;
	line-height: 1.5em;
	font-weight: 300;
	text-align: center;
}

.res {
	font-family: 'Libre Baskerville', serif;
	color: #555;
	line-height: 1.5em;
	font-weight: 300;
	text-align: left;
}

.photo {
	padding: 1em;
}

ul {
	padding-bottom: 1em;
	margin: 0;
	padding: 0 0 2em 0;
	list-style: none;
}

/* Typography */

h1 {
	font-family: 'Libre Baskerville', serif;
	font-weight: 500;
	font-size: 3em;
	padding-bottom: .1em;
	line-height: 1.2em;
}

h2 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 1.5em;
	color: #aaa;
	line-height: 1.2em;
	padding-bottom: 0.5em;
	padding-top: .5em;
	line-height: 1.2em;
}

h3 {
	font-family: 'Libre Baskerville', serif;
	color: #aaa;
	padding-bottom: 0.8em;
	font-weight:500;
	font-size: 1.5em;
	line-height: 1.5em;
}

h4 {
	padding-bottom: 0.8em;
	font-weight:500;
	font-size: 2em;
	line-height: 1.2em;
}

.description {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.2em;
	line-height: 1.2em;
}

.dates {
	color: #0084c1;
	font-size: 1.5em;
	font-weight: 500;
	margin-top: 2em;
}

.bio p{
	font-size: 1.5em;
	line-height: 1.5em;
	padding: 0 0 1em 0;
}

.bio li{
	font-size: 2em;
	line-height: 1.2em;
	font-weight:500;
	font-size: 1.5em;
	line-height: 1.2em;
	padding: 0 0 .2em 0;
}

@media screen and (max-width: 1024px) {
	body {
		font-size: 15px;
	}
	#wrapper {
		width: 50%;
		margin: 0 auto;
		padding-top: 5em;
	}
}

@media screen and (max-width: 960px) {
	body {
		font-size: 15px;
	}
	#wrapper {
		width: 90%;
		margin: 0 auto;
		padding-top: 5em;
	}
}

@media screen and (max-width: 768px) {
	body {
		font-size: 15px;
	}
	#wrapper {
		width: 90%;
		margin: 0 auto;
		padding-top: 3em;
	}
}

@media screen and (max-width: 550px) {
	body {
		font-size: 12px;
	}
	#wrapper {
		width: 90%;
		margin: 0 auto;
		padding-top: 2em;
	}
}

@media screen and (max-width:320px) {
	body {
		font-size: 10px;
	}
	#wrapper {
		width: 90%;
		margin: 0 auto;
		padding-top: 2em;
	}
}