.openNav {
	position: absolute;
	display: inline-block;
	line-height: 1px;
	padding: 0;
	border: 0 none;
	background: none;
	padding: 5px;
	cursor: pointer;
	/* background: #6e69c1; */
	top: 50%;
	transform: translateY(-50%);
	right: 16px;
}

.openNav:focus {
	outline: none;
}

.openNav-icon {
	width: 24px;
}

.openNav-icon span {
	height: 2px;
	width: 100%;
	background: #fff;
	margin: 3px 0;
	display: inline-block;
	border-radius: 0;
}

/* btnClose */

.btnClose {
	background: none;
	color: #15122a;
	border: 0 none;
	font-family: 'Times New Roman', serif;
	padding: 13px 15px;
	line-height: 20px;
	font-size: 43px;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	cursor: pointer;
	transition: 0.3s opacity;
}

.btnClose:focus {
	outline: 0 none;
	color: #68707a;
}

@media (min-width: 600px) {
	.btnClose:hover {
		opacity: 0.9;
	}
}