.tabs {
	color: white;
}

.videoClip {
	padding-top: 50px;
	padding-bottom:10px;
}

body { 
	
	background-color: transparent;
	/*font-family: 'Arimo', 'sans-serif';*/
	font-family: 'Poiret One', cursive;

	font-size: 100%;
}

.page-header {
	background-color: #98aeb6;
	padding-bottom: 0px;
	border-bottom: 3px solid lightgray;
	margin-bottom:0px;
	margin-top: 0px;
	color: white;
	
}

h1 {
	margin-top: 0px;
	font-size: 80px;
	margin-bottom: 40px;
}

.nav-tabs > li{


	float:none;
	display:inline-block;
	*display:inline; /* ie7 fix */
	zoom:1; /* hasLayout ie7 trigger */
}
.nav-tabs {

	text-align:center;
	font-size: 15px;
}

.tabs {
	color: white;
}


.bio {
	font-size: 20px;
	padding-top: 50px;
	padding-left: 0px;
	padding-bottom: 10px;
}

.headshot {
	padding-top: 60px;
	padding-left: 50px;
	padding-right: 0px;
}




