/* Portrait tablet to landscape and desktop */
@media (min-width: 960px) {
	.authors{
	background-image: url(../images/sep.png);
	background-position: center top;
	background-repeat: no-repeat;
}
	.bio{
		min-height: 314px;
	}
	
	.lhintro { 
padding-right: 10%;
	padding-left: 10%;}
}

/* Portrait tablet to landscape and desktop */

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

body {
}

.header{
	}
}

/* Landscape phone to portrait tablet */
@media (max-width: 768px) {
	body {
	}

}

/* Landscape phones and down */
@media (max-width: 480px) {  }