p {
	line-height: 18pt;
}
.mont {
	font-family: 'Montserrat', sans-serif;
	font-size: 14pt;
}
.citation {
	font-family: 'Montserrat', sans-serif;
	font-size: 14pt;
	font-style: italic;
}

.excerpt {
	line-height: 20pt;
	padding-left: 40px;
	padding-right: 40px;
}
.center-column {
	padding: 30px;
	position: relative;
	z-index: 1;
}
.archive-nav {
	margin: auto 23%;
	height: 40px;
}
#bg {
	width: 100%;
    height: 100%;
	position: absolute;
	top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	z-index: -1;
	background: url("/media/archive/press.jpg") center center;
	/*background-blend-mode: lighten;*/
	background-size: cover;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
	opacity: .3;
}
#press-text {
	z-index: 2;
	background-color: #FFF6;
	padding: 20px; 
}
p {
	z-index: 3;
	text-align: justify;
}