/* Navbar customisation */

body {
  min-height: 75rem;
  padding-top: 4.5rem;
}

/* Navbar body */

.navbar-custom 
{
	/*background-color: 	#B6E3E6;	*/
	background-color: 	#E0F0B6;	
} 

.navbar-custom .nav-link
{
	color: 				#768EB2;
	font-weight: 		bold;
	font-size:			18px;
}

.navbar-custom .nav-link.active
{
	color: 				#C6498D;
}

.navbar-custom .nav-link:hover
{
	/*text-decoration: 	underline;*/
	background-color:	#E9ECEF;
}


/* Drop Down */

.navbar-custom .dropdown-menu
{
	/*background-color: 	#B6E3E6;	*/
	background-color: 	#E0F0B6;	
} 

.navbar-custom .dropdown-item
{
	color: 				#768EB2;
	font-weight: 		bold;
	font-size:			18px;
}

.navbar-custom .dropdown-item.active
{
	color: 				#C6498D;
	background-color:	#E0F0B6;
}

.navbar-custom .dropdown-item:hover
{
	background-color:	#E9ECEF;
}

a.active{
	font-weight: 		bold;
	color: 				#C6498D;
}


.footer-link{
	color: 				#768EB2;
	text-decoration: 	none;
	font-weight: 		bold;
	font-size:			18px;	
}


.footer-link:hover
{
	color: 				#768EB2;	
	text-decoration: 	underline;
}


.footer-link.active{
	font-weight: 		bold;
	color: 				#C6498D;
}
