@import url(http://fonts.googleapis.com/css?family=Crimson+Text:600);

body {
	margin-top: 0;
}

a {
	color: #2c2f3e;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

h2,
h3,
h4,
h5,
h6 {
	font-family: 'Crimson Text', serif;
	font-weight: 600;
}

h1 {
	color: #d7d7d7;
	font-size: 24px;
	line-height: 1.2;
	font-weight: 300;
	margin-top: 20px;
}

.contact .intro {
	margin-top: 40px;
	margin-bottom: 40px;
}

h2.page-header {
	margin-top: 20px;
}

.ambitions .topic {
	margin-top: 70px;
}

header {
	margin: 0 0 20px 0;
	background-color: #2c2f3e;
	padding: 40px 0;
	border-bottom: 1px solid #999;
}

.headshot {
	margin-top: 40px;
	margin-bottom: 20px;
}

header .nav {
	margin-top: 7px;
}

header a {
	color: #3da6e8;
	text-decoration: none;
}

.nav-pills>.active>a,
.nav-pills>.active>a:hover {
	color:#ffffff;
	background-color:#3da6e8;
}

.bio {
	text-align: center;
	margin-top:20px;
}

.margin50 {
	margin-bottom: 50px;
}

footer {
	margin: 30px 0 30px 0;
}

footer, footer p, footer a {
	color: #999;
}


/*
	Form Styling
*/

#errors {
	display:block;
	display:none;
}

#errors p:before {
	content: ' - ';	
}

#errors #info:before {
	content: '';	
}

#success {
	display:block;
	display:none;
}

#errors.visible, #success.visible {
	display:block;	
}

.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }




@media (max-width:979px) {
	body {
		padding:0;
	}
	.container {
		padding-left: 15px;
		padding-right: 15px;
	}
	.pull-right, .pull-left {
		float: none;
		text-align: center;
		clear: both;
		padding-bottom: 20px;
	}
	h1 {
		margin-top: 0;
		font-size: 16px;
	}
	h2.page-header small {
		line-height:1.1;
		font-size: 14px;
	}
	.bio {
		margin-bottom: 50px;
	}
	.headshot {
		margin-top: 20px;
		margin-bottom: 30px;
	}
	footer {
		margin: 0;
	}
}