/*header {
	padding: 10px 0;
	box-shadow: 0px 5px 10px 0px rgba(255, 49.99999999999999, 102.00000000000003, 0.5);
}*/

.menu {
	float: right;
}
.menu li {
	display: inline-table;
	margin-left: 5em;
	position: relative;
	top: 3em;
	text-transform: uppercase;
  	/*font-weight: bold;*/
}
.menu-item a:active, .current_page_item a {
	/* opacity: 0.4; */
	text-decoration: underline;
	font-weight: bolder;
	color: #f89d13;
}
.menu a {
	color: #000;
}


@media only screen and (max-width: 960px) {
#menu-menu-1 {
	display: none;
}

}