.overlay-menu {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1200;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.95);
	overflow-x: hidden;
	overflow-y: auto;
	transition: width 0.35s ease;
}
.overlay-menu .closebtn {
	position: absolute;
	top: 18px;
	right: 22px;
	font-size: 56px;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}
.overlay-content {
	position: relative;
	top: 22%;
	width: 100%;
	text-align: center;
	margin-top: 30px;
	padding: 0 1rem;
}
.overlay-content a {
	padding: 14px 8px;
	text-decoration: none;
	font-size: 1.375rem;
	color: #fff;
	display: block;
	transition: color 0.18s;
}
.overlay-content a:hover,
.overlay-content a:focus {
	color: #f1c40f;
}
@media screen and (max-height: 450px) {
	.overlay-content {top: 12%;}
	.overlay-content a {font-size: 1.15rem}
	.overlay-menu .closebtn {font-size: 40px; top: 10px; right: 18px}
}
@media screen and (max-width: 480px) {
	.overlay-content {top: 18%}
	.overlay-content a {font-size: 1.05rem; padding: 12px}
	.overlay-menu .closebtn {font-size: 42px; right: 12px}
}