body {
  font-family: Arial;
}

.container h1.site-name{
	margin-top: 5px;
	margin-bottom: 0px;
}

a{
	color: #0097d7;
}

p, li {
	text-align: justify;
	margin: 5px;
}

p {
line-height: 24px;
}

hr{
	margin: 2px;
}

.navbar-brand-logo img{
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: auto;
}

.navbar-brand {
  float: none;
  padding: 0;
  }

.navbar-default .navbar-collapse{
background: #055293;
line-height: 40px;
}

.navbar-default .nav > li > a{
	color: #fff;
}

.navbar-default .nav > li > a:hover{
	color: #055293;
	background: #fff;
}

#navigationUser li a{
	color: #055293;
}

footer[role="contentinfo"] {
  background: #014b88;
  margin-top: 5em;
}

.pkp_block .title{
	color: #fff;
	background-color: #055293;
	border-color: #ddd;
	text-align: center;
}

.published, .list-group-item.date-published, .block_announcements_article_date, .media-heading.biography-author{
	display: none;
}