/* Sticky footer styles
-------------------------------------------------- */
#loginAlert {
	
	display:none;
}
.nav-item active{
	
	color: white;
	font-weight: bold;
	font-size: 300%;
	text-decoration-line: underline;
	text-decoration-style: wavy;
	
}



html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 60px; /* Margin bottom by footer height */
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px; /* Set the fixed height of the footer here */
  line-height: 60px; /* Vertically center the text there */
  background-color: #f79432;
  
}
.footer p {
	padding-left: 10px;
	
}
.modal-footer #toggleLogin {
	
	padding-right: 10px;
	
	
}
