@charset "UTF-8";
/* CSS Document */	

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');


body {
	height: 100%;
}

.header_bg_colour {
	background-color: rgba(0, 0, 0, 0) !important;
}


.footer_stuff {
	background-color: rgba(0, 0, 0, 0) !important;
}


#the_top_header {
	background-color: rgba(0, 0, 0, 0) !important;
}
.navbar {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.navbar-nav > li > .dropdown-menu { 
	background-color: rgb(255, 255, 255) !important; 
}
 
.dropdown-menu[data-bs-popper] {
 	margin-top: 0 !important;
}

.navbar-nav > li > .dropdown-menu a:link {  
	font-family: 'Open Sans', sans-serif;
	background-color: rgb(255, 255, 255) !important;
	color: rgba(0, 0, 0, 0.5);
	text-decoration: none !important;
	font-size: 0.8em !important;
	font-weight: 300  !important;
}

.navbar-nav > li > .dropdown-menu a:visited {  
	color: rgba(0, 0, 0, 0.5);
	text-decoration: none !important;
}

.navbar-nav > li > .dropdown-menu a:hover {  
	color: rgba(0, 0, 0, 0.72);
	background-color: rgba(0, 0, 0, 0) !important;
	text-decoration: none !important;
}	

.navbar-nav > li > .dropdown-menu a:active {  
	color: rgba(0, 0, 0, 0) !important;
	background-color: rgba(0, 0, 0, 0) !important;
	text-decoration: none !important;
}	



a.nav-link:link , a.nav-link:visited {
	font-family: 'Open Sans', sans-serif;
	color: rgba(0, 0, 0, 0.5);
	background-color: rgb(255, 255, 255);
	font-size: 0.8em;
	text-decoration: none;
	font-weight: 300  !important;
	font-style: normal !important;
	text-transform: uppercase !important;
	letter-spacing: 0px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 1em !important;
	padding-right: 1em !important;
}


.nav-link {
	display: block;
	color: rgba(0, 0, 0, 0.5);
	text-decoration: none;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 1em !important;
	padding-right: 1em !important;	
}


a.breadc:link , a.breadc:visited {
	color: rgba(0, 0, 0, 0.5) !important;
}

a.breadc:hover{
	color: rgba(0, 0, 0, 0.72) !important;
}

a.breadc:active{
	color: rgb(0, 0, 0) !important;
}



.dropdown-item:link {
	text-transform: uppercase !important;
}

a.nav-link:hover {
	color: rgba(0, 0, 0, 0.72) !important;
	text-decoration: none !important;
	background-color: rgba(0, 0, 0, 0) !important;
}

a.nav-link:active, .nav-link.active {
	color: rgb(0, 0, 0) !important;
	text-decoration: none !important;
	background-color: rgba(0, 0, 0, 0) !important;
	
}

