

.wf-loading body {
	visibility: hidden;
}

body {
	margin: 100px 0;
	font-family: "freight-text-pro",georgia,"times new roman",times,serif;
	font-weight: 400;
	color: #777;
}

h1, 
h2, 
h3,
h4,
h5,
h6 {
	font-family: "omnes-pro","helvetica neue",helvetica,arial,sans-serif;
	font-weight: 200;
	margin-bottom: .75em;
}

p {
	font-size: 17px;
	line-height: 1.4em;
	margin-bottom: 1em;
}

	p.lede {
		font-family: "omnes-pro","helvetica neue",helvetica,arial,sans-serif;
		font-weight: 100;
		font-size: 28px;
		line-height: 1.3em;
		margin-right: 15% !important;
	}

	p.bigLede {
		font-family: "omnes-pro","helvetica neue",helvetica,arial,sans-serif;
		font-weight: 100;
		font-size: 42px;
		line-height: 1.3em;
		margin-right: 15% !important;
	}

a {
	color: #AB3916;
}

	a:hover,
	a:active {
		color: #ab3916;
		background-color: none;
	}


hr {
	border-top: 1px solid #c3c3c3;
}
	
	hr.thick {
		border-top: 20px solid #eaeaea;
		margin-top: 60px;
	}

.alignRight {
	text-align: right;
}

.caption {
		font-family: "omnes-pro","helvetica neue",helvetica,arial,sans-serif;
		font-weight: 400;
		font-size: 12px;
		margin-top: -1em;
		margin-bottom: 2em;
}




/* Home */

.home .navbar {
	display: none;
}

.home p.lede {
	font-size: 32px;
	line-height: 1.4em;
}

.home p.bigLede {
	margin-top: .25em;
}

.home .homeContent {
	border-right: 1px solid #c3c3c3;
	margin-bottom: 10%;
	min-height: 400px;
}



/* Side Nav */

#sideNav {
	font-family: "omnes-pro","helvetica neue",helvetica,arial,sans-serif;
	text-transform: uppercase;
	margin-top: -.75em;
}

		#sideNav h1,
		#sideNav h1 a {
			font-size: 15px;
			font-weight: 700;
			color: #0c0c0c;
		}

	#sideNav .logo {
		margin: 0 0 .5em 20%;
		position: relative;
		display: block;
		width: 40px;
		height: 40px;
		top: 10px;
		border: 1px solid #ab3916;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		line-height: 0;
	}
	
		#sideNav .logo span {
			position: absolute;
			display: block;
			top: 18px;
			left: 10px;
			font-size: 32px;
			font-weight: 700;
			color: #ab3916;
		}
	
	
	.nav {
		
	}
		
		.nav>li {
			margin-bottom: 1em;
		}
		
		.nav>li>a {
			color: #777;
		}
			
			.nav>li>a:hover, .nav>li>a:focus {
				background: none;
				color: #ab3916;
			}






/* Top Nav */

.navbar {
	font-family: "omnes-pro","helvetica neue",helvetica,arial,sans-serif;
	font-weight: 400;
	text-transform: uppercase;
}

	.navbar .logo {
		position: relative;
		display: inline-block;
		float: left;
		width: 35px;
		height: 35px;
		top: 2px;
		margin-right: 10px;
		border: 1px solid #ab3916;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		line-height: 0;
	}
	
		.navbar .logo span {
			position: absolute;
			top: 15px;
			left: 9px;
			font-size: 28px;
			font-weight: 700;
			color: #ab3916;
		}
	
	.navbar h1 {
		float: left;
		padding-right: 15px;
		font-size: 15px;
		font-weight: 700;
		color: #0c0c0c;
	}
	
		.navbar h1 a {
			color: #0c0c0c;
		}
	
	.nav {
		min-height: 50px;
		padding-top: 10px;
	}
	
	.navbar-inner{
		background-color: white;
		background-image: none;
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffffffff', GradientType=0);
		border: none;
		-webkit-border-radius:4px;
		-moz-border-radius:4px;
		border-radius:4px;
		-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.065);
		-moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.065);
		box-shadow:0 1px 2px rgba(0, 0, 0, 0.065);
		*zoom:1;
	}
		
		.navbar-inner:before,.navbar-inner:after{
			display:table;
			content:"";
			line-height:0;
		}
		
		.navbar .nav>li>a.active {
			color: #ab3916;
		}
		
		.navbar .pull-right a span {
			font-size: 18px;
		}
		
			.navbar .pull-right a span.prev {
				padding-right: 5px;
			}
			
			.navbar .pull-right a span.next {
				padding-left: 5px;
			}
		

	.navbar .btn-navbar {
		background: none;
		text-shadow: none;
		box-shadow: none;
		color: #777;
		margin-top: 10px;
		border: none;
	}
	
	.navbar .btn-navbar .caret {
		border-top: 6px solid #777;
		border-right: 6px solid transparent;
		border-left: 6px solid transparent;
	}

	.navbar .btn-navbar:hover,
	.navbar .btn-navbar:focus,
	.navbar .btn-navbar:active,
	.navbar .btn-navbar.active,
	.navbar .btn-navbar.disabled,
	.navbar .btn-navbar[disabled] {
	  background-color: #f2f2f2;
	}








/* Work / Projects */

.featuredImage {
	margin-bottom: 2em;
}

.projectSummary {
	border-top: 1px solid #ccc;
	margin-top: .75em;
	padding-top: 1em;
}
	
	.projectSummary p {
		font-family: "omnes-pro","helvetica neue",helvetica,arial,sans-serif;
		font-size: 14px;
		line-height: 1.4em;
		font-weight: 300;
	}

.projectContent {
	
}
	
	.projectContent p {
		
	}

	.projectContent img {
		margin: 1em 0 2em 0;
	}










/* Experience */

.experience h2 {
	font-weight: 200;
	text-transform: uppercase;
	line-height: 1.1em;
}

.experience h4 {
	margin-bottom: 0;
	font-weight: 500;
	color: black;
}

.experience h5 {
	font-weight: 400;
	margin-top: 0;
	font-size: 16px;
}



/* Speaking */

#Speaking {
	font-family: "omnes-pro","helvetica neue",helvetica,arial,sans-serif;
}

.Scheduled {
	padding-bottom: 25px;
}

.Done {
	padding-bottom: 25px;
}

.speakDate {
	color: #999;
}

.OrgName {
	font-weight: 100;
	font-size: 24px;
	line-height: 1.3em;
	margin-right: 15% !important;
	color: #555;
}

.TalkInfo {
}

.Location {
	color: #888;
}

/* Footer */

footer p {
	font-family: "omnes-pro","helvetica neue",helvetica,arial,sans-serif;
	font-size: 14px;
	color: #999;
}




/* Nav */

	.dropdown-menu>li>a {
		color: #777;
	}

	body.work #work,
	body.work #work b.caret { 
		color: #ab3916;
		border-top-color: #ab3916;
		border-bottom-color: #ab3916;
	}
	
	.navbar .nav li.dropdown.open>.dropdown-toggle, 
	.navbar .nav li.dropdown.active>.dropdown-toggle, 
	.navbar .nav li.dropdown.open.active>.dropdown-toggle {
		background: none;
	}

	.dropdown-menu>li>a:hover, 
	.dropdown-menu>li>a:focus, 
	.dropdown-submenu:hover>a, 
	.dropdown-submenu:focus>a {
		background-color: #f5f5f5;
		background-image: none;
		color: #777;
	}





/* Carousel */

	#myCarousel {
	
	}
		
		.carousel {
			margin-bottom: 0;
		}
	
		.carousel-inner {	
			
		}
			
		
			.carousel-caption {
				background: none;
				position: relative;
				text-align: center;
			}
				.carousel-caption h4, .carousel-caption p {
					color: #ccc;
				}
	
			.carousel-control {
				font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
			}
			
			.carousel .item {-webkit-transition: opacity 1s; -moz-transition: opacity 1s; -ms-transition: opacity 1s; -o-transition: opacity 1s; transition: opacity 1s;}
			.carousel .active.left {left:0;opacity:0;z-index:2;}
			.carousel .next {left:0;opacity:1;z-index:1;}
	
			.carousel .carousel-control { visibility: hidden; }
			.carousel:hover .carousel-control { visibility: visible; }





/* Work Parent */

	#projectImages {
		
	}
		#projectImages a {
			color: black;
		}
		
		#projectImages h4 {
			font-weight: 400;
			margin-bottom: 0;
		}
		
		#projectImages p {			
			font-family: "omnes-pro","helvetica neue",helvetica,arial,sans-serif;
			color: #c3c3c3;
			font-size: 14px;
			margin-bottom: 35px;
		}






@media (max-width:767px){

	.home .navbar {
		display: block;
	}

	.home #sideNav {
		display: none;
	}
	
	
	.home .homeContent {
		border: none;
	}
	
	h1 {
		font-size: 28px;
	}
	
	.work p.lede {
		font-size: 22px;
	}
	
	.experience h2 {
		margin-top: 1em;
	}
	
	.carousel-caption {
		padding: 5px;
	}
	

}



@media (max-width:979px){

	body {
		margin-top: 0;
	}
	
	.navbar .logo {
		top: 0;
	}
	
	.nav-collapse .nav>li>a {
		font-weight: 400;
	}
	
	.nav-collapse .dropdown-menu a {
		font-weight: 300;
	}
	
	.dropdown-menu>li>a:hover, 
	.dropdown-menu>li>a:focus, 
	.dropdown-submenu:hover>a, 
	.dropdown-submenu:focus>a {
		background-color: none;
	}
	
	
	footer p {
		text-align: center;
	}
	
	p.bigLede {
		font-size: 28px;
	}
	
	.home p.lede {
		font-size: 20px;
	}
	
	.home .offset1 {
		margin-left: 5%;
	}

	.home .homeContent {
		margin-top: 20px;
	}

	#sideNav .nav h1 {
		font-size: 13px;
	}
	
	#sideNav .nav li {
		font-size: 13px;
	}
	
	#sideNav .logo {
		margin: 0 0 .5em 35%;
	}
	
	.featuredImage {
		margin-bottom: 0;
	}
	
	.projectSummary {
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		margin-top: .75em;
		padding-top: 1em;
		margin-bottom: 2em;
	}
	
	.experience h2 {
		font-size: 24px;
	}


}



@media (min-width:767px) and (max-width: 979px){
	
	body.home {
		margin-top: 100px;
	}
	
	#sideNav .logo {
		margin: 0 0 .5em 25%;
	}

}


@media (min-width:979px) and (max-width: 1200px){
	

	.home .homeContent {
		margin-top: 20px;
	}
	
	p.bigLede {
		font-size: 36px;
	}
	
	.home p.lede {
		font-size: 26px;
	}
	
	#sideNav .logo {
		margin: 0 0 .5em 25%;
	}
	
	
}