/**
 * [[Category:Template style pages]]
 */
.template-header {
	clear: both;
	margin: 1em 0;
}
.template-header-image img,
.template-header-mobile img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}
.template-header-menu {
	background: #a2a9b1;
}
.template-header-menu ul {
	margin: 0;
	padding: 0;
}
.template-header-menu li {
	display: inline-block;
	margin: 0;
}
.template-header-menu a {
	color: white;
	display: inline-block;
	padding: .5em;
}
@media ( max-width: 600px ) {
	.template-header-image {
		display: none;
	}
}
@media ( min-width: 600px ) {
	.template-header-mobile {
		display: none;
	}
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.