.header-margin{
	margin-top: 128px;
}

.person {
	font-family: 'Proxima Nova', sans-serif;
	font-size: 21px;
	font-weight: normal;
	padding-top: 10px;
	margin: 0;
	text-align: left;
}

.name {
	font-family: 'salon6';
	font-size: 28px;
}
.staff-page {
	overflow: hidden;
}
.staff-page > ul {
	list-style: none;
	width: 85%;
	margin: 0 auto;
	padding-left: 0;
}

.staff-page > ul > li {
	display: block;
	margin: 20px 0;
}

.staff-page > ul > li > div > img{
	width: 180px;
	height: 180px;
	display: inline;
}

.staff-page > ul > li{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-webkit-flex-flow: row;

	justify-content: flex-start;
	-webkit-justify-content: flex-start;

	flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;

	background-color: white;
	-webkit-box-shadow: 0px 2px 11px 0px rgba(0,0,0,0.07);
	-moz-box-shadow: 0px 2px 11px 0px rgba(0,0,0,0.07);
	box-shadow: 0px 2px 11px 0px rgba(0,0,0,0.07);
	padding: 20px;
}

.staff-page > ul > li > div:nth-child(2){
	padding-left: 25px;
	max-width:75%;
}




/* Single Post Template */
.top-image {
	width: 100%;
	height: 450px;
	background-size: cover;
}

.top-image img{
	width: 100%;
	height: 650px;
	position: relative;
}

.top-image h1{
	color: white;
	text-align: center;
	margin-top: 250px;
}

.post-content{
	font-size: 24px;
	line-height: 44px;
	text-align: justify;
	padding: 5px 100px;
}


/* page.php template */
h1.page-title {
	text-align: center;
	font-size: 50px;
	margin: 40px;
}



.outer-wrap{
	margin: 0 auto;
	width: 95%;
}

.post-entry-title{
	padding: 0;
	font-size: 30px;
}

.flex-vertical-wrapper{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-webkit-flex-flow: column;
	justify-content: flex-start;
	overflow: hidden;
	background-color: white;
	-webkit-box-shadow: 0px 2px 11px 0px rgba(0,0,0,0.07);
	-moz-box-shadow: 0px 2px 11px 0px rgba(0,0,0,0.07);
	box-shadow: 0px 2px 11px 0px rgba(0,0,0,0.07);
}

ul.page-template {
	font-size: 0;
	list-style: none;
	text-align: center;
	padding: 0;
}

ul.page-template li {
	width: 300px;
	display:inline-block;
	padding: 10px;
	font-size: 16px;
	font-size: 1rem;
	vertical-align: top;
}

ul.page-template img{
	width: 300px;
	height: 200px;
	margin:0 0 10px;
}


.page-template > li > a > div > div:nth-child(2) {
	padding: 10px;
}

a:link{
	text-decoration: none;
	color: black;
}

a:visited{
	color: black;
}
