#page{
	padding-top:32px;
	padding-right:0;
}
header label{
	position:fixed;
	width:32px;
	cursor:pointer;
	height:32px;
	right:30px;
	top:32px;
	border-radius:50%;
	border:1px solid #164a74;
	z-index:3;
	background:#fff;
	box-shadow:0 0 0px 6px #fff;
}

header label:before{
	content:'';
	position:absolute;
	left:15%;
	top:9px;
	width:70%;
	height:1px;
	background:#164a74;
	box-shadow:0 6px 0 0 #164a74,0 12px 0 0 #164a74;
	-webkit-box-shadow:0 6px 0 0 #164a74,0 12px 0 0 #164a74;
	border-radius:0.5px;
}


header nav{
	display:none;
	position:fixed;
	top:0;
	left:0;

	height:100vh;
	width:100%;
	margin:0;
	padding:0;
	overflow:hidden;
	background:#fff;
	color:#20212b;
	font-size:30px;
	z-index:2;
}

header input:checked~nav{
	display:table;
}
header nav a{
	font-size:inherit;
	width:100%;
	border:0;
	box-sizing:border-box;
	border-radius:0;
	display:table-row;
	height:auto;
	float:none;
	line-height:normal;
	text-align:center;
}

header nav a span{
	display:table-cell;
	line-height:normal;
	vertical-align:middle;
}
#slider{
	margin:0 auto;
	float:none;
}