.header a, .header a:hover { 
	color: #fff;
}
.footer a, .footer a:hover { 
	color: #fff;
	font-weight: 100;
}

.navbar-brand {
	background-image: url(/Portal/Login/logo_researchplanner.png);
	background-repeat: no-repeat;
  width: 20rem;
  margin-left: 1rem;
  margin-right: 4rem;
}

.header-title {
	font-size: 1.1rem;
	font-weight: 400;
}

/* BUTTONS */

.standardButton {
  font-family: "condensed_regular";
  font-size: 2.4rem;
  color: #FFFFFF;
  border-width: 0.1rem;
  border-style: solid;
  border-color: #141446;
  background-color: #141446;
}


.standardButton:hover, .btn-primary:hover {
  border-color: #043d7d;
  background-color: #043d7d;
}

#footer-right {
  display: none;
}