video.video-background {
	position: fixed;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	transform: translate(-50%, -50%);
}
     #header h1, .header a {
     display: none;
}
/**
 * Navigation
 */
.custom-logo-link {
	position: relative;
	float: left;
	display: block;
	width: 60em;
	max-width: 100%;
	max-height: 360px;
	margin-right: 1.5em;
}
.menu li a {
	display: block;
        float: right; 
	padding: 0 0.4em 0.2em 0;
	margin: 0.1em 0.7em 0.1em 0;
	font-size: 1.2em;
	font-weight: 300;
	line-height: 1.25;
}
	.menu ul a:hover {
		color: #08a191 !important;
}

/**
 * Contact Form
 */
.button:hover,
.button:active,
.button:focus,
#header .button:hover,
.more-link:hover,
.comment-reply-link:hover,
.comment-reply-link:active,
input[type="submit"]:hover,
input[type="reset"]:hover,
.nextpage a:hover {
	background-color: #ffffff !important;
	color: #151818;
}
body {
	margin: 0;
	font: 1.3em/1.7 Dosis, "Arial Narrow", sans-serif;
	font-weight: 300;
	color: #9ea4a3;
	/*background: #dce2e5 url(images/arix-background.jpg);*/
	/*background-position: -99999em -99999em;*/
	word-wrap: break-word;
}
	#footer {
		color: #fff;
font-weight: normal;
	}