/* active navbar links
-------------------------------------------------- */
.rj-active{
  background-color: #595959;
  color: #000000;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: #ff0000;
   color: white;
   text-align: center;
}

.navpadding{
	padding-top: 110px;
}


/* Custom page CSS
-------------------------------------------------- */
.displayPadding{
	margin: 60px
	padding: 60px;
}
.loginForm{
	color: #000000 !important;
}