<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.menu
{
	margin: 0 auto;
	width: auto;
	height: auto;
	top: 20px;
	right: 0px;
	background-color: #fff;
	z-index: 99999;	
}

.menu ul 
{
	margin-top: 10px;
	list-style: none; 
	position: relative;
	float: left; 
	display: block; 

}

.menu li 
{
	position: relative; 
	float: left; 
	display: block; 
	text-transform: uppercase;
	margin-bottom: 2px;
	background-color: #fff;
}


.menuBtn a 
{
	font-family: 'Arimo', Arial, sans-serif;
	font-weight: 500; 
	margin:0px 3px 0px 0px;
	font-size: 15px;
	color: #000;
	padding:10px 12px 10px 12px;

	text-decoration: none;



	-moz-box-sizing:    border-box;
   	-webkit-box-sizing: border-box;
    box-sizing:       	border-box;

	-webkit-transition: background-color .4s ease-out;
	-moz-transition: 	background-color .4s ease-out;
	-o-transition: 		background-color .4s ease-out;
	-ms-transition: 	background-color .4s ease-out;

	-moz-border-radius: 0px;
}


.menuBtn a:hover
{
	color: #000;
}

.slicknav_menu {
	display:none;
}

/*  -- MEDIA -- */

@media screen and (max-width: 40em) {
	/* #menu is the original menu */
	.js #nav {
		display:none;
	}

	#header {
		position: relative;
		z-index: 9;
		padding-bottom: 0px;
	/*	margin-left: auto;
		margin-right: auto; */
		background-color: #fff;
		border-bottom: 0px;
		padding-top: 10px;

	}

	#contentSpace {
	width: auto;
	height: 20px;
	background-color: #fff;
	clear: both;
}

	.js .slicknav_menu {
		display:block;
		position: fixed;
		top: 0px;
		right: 0px;
		z-index: 9999;
	}

	body {
		background-color: #fff;
	}

	#home {
	padding: 10px;
	width: 85%; 
	background-color: #fff;
	
	}

	#newsimage {
	margin-top: 15px;
	padding: 10px;
	width: 85%; 
	background-color: #fff;
	float: left;
	}



	#info {
		clear: both;
	}
}


.menu li:nth-child(7):hover a {background-color: #faed35;}
.menu li:nth-child(6):hover a {background-color: #faed35;}
.menu li:nth-child(5):hover a {background-color: #faed35;}
.menu li:nth-child(4):hover a {background-color: #faed35;}
.menu li:nth-child(3):hover a {background-color: #faed35;}
.menu li:nth-child(2):hover a {background-color: #faed35;}
.menu li:nth-child(1):hover a {background-color: #faed35;}

.menu li:nth-child(7) a {background-color: #fff;}
.menu li:nth-child(6) a {background-color: #fff;}
.menu li:nth-child(5) a {background-color: #fff;}
.menu li:nth-child(4) a {background-color: #fff;}
.menu li:nth-child(3) a {background-color: #fff;}
.menu li:nth-child(2) a {background-color: #fff;}
.menu li:nth-child(1) a {background-color: #fff;}

.home li:nth-child(1):hover a {background-color: #faed35;}

.home li:nth-child(1) a {background-color: #fff;}


</pre></body></html>