@import url(https://fonts.googleapis.com/css?family=Oswald:400,700&subset=latin-ext);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&subset=latin-ext);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,700&subset=latin-ext);

* {
	font-family: "Open Sans", sans-serif
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Oswald", sans-serif;
	font-weight: 700;
	color: rgba( 22, 22, 22, 0.9);
}

h1 a, h1 a:hover {
	color: inherit;
	font: inherit;
	text-decoration: none;
}

h1 a:hover {
	color: rgba( 22, 22, 22, 0.6);
}

.page-header h1 {
	font-size: 36px;
}

p {
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	color: rgba( 22, 22, 22, 0.9);
	text-align: justify;
}

.ns-picture-style {
	border-radius: 3px;
	margin-bottom: 1.3em;
}

.no-markers {
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0.7em 0;
	border-top: 1px solid #eee;
}

.no-markers li i {
	width: 1.3em;
}

.ns-publications p {
	font-size: 14px;
}

.ns-publications h4 {
	padding-top: 1em;
}

p.ns-social a i {
	margin-right: 5px;
	font-size: 1.1em;
}