.evm-header__container {
	background-image:url('/forum/styles/lucid_lime/imageset/header-bg.jpg'); 
	background-repeat:no-repeat; 
	height:185px; 
	width:100%;
	background-size: cover;
	background-position: left bottom;
}

.evm-header__logo {
	display:inline-block; 
	float:left; 
	margin-top:58px; 
	margin-left:35px;
}

.evm-header__logo img {
	max-width: 200px;
}

/*div*/.evm-header__nav {
	display:inline-block; 
	float:right; 
	font-size:15px; 
	margin-right:35px; 
	margin-top:80px; 
	font-family:'trajan-pro-3', serif;
	text-shadow: 2px 1px 1px rgba(0, 0, 0, 1);
}

@media (min-width: 1200px) {
	.evm-header__nav { margin-right: 90px; font-size: 18px;}
	.evm-header__logo { margin-left: 90px; margin-top: 49px;}
	.evm-header__logo img { max-width: initial; }
}

@media (min-width: 1600px) {
	.evm-header__nav { margin-right: 140px; font-size: 18px;}
	.evm-header__logo { margin-left: 140px; margin-top: 49px;}
	.evm-header__logo img { max-width: initial; }
}

/*a*/.evm-header__link {
	margin-left:20px; 
	color:#ffffff !important;
	font-family: 'trajan-pro-3',serif;
}

/*a*/.evm-header__link:hover {
	color: #FFF1B7 !important;
	text-decoration: none;
}

/* Set the last link to be yellow, as if it was highlighted as active */
/*a*/.evm-header__link:last-of-type {
	color: #FFF1B7 !important;
}