body,html {
	height: 100%;
}

.mobile-menu ul {
	width: 100%;
	height: 100%;
	background-color:#485166;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

.mobile-menu ul li {
	display: block;
	padding: 2em;
	border: 1px solid #ccc;
	width: 100%;
}

.title-area .name img {
  height: 100%;
}

.is-sticky .sticky-header
{
  z-index: 1000;
}

.sticky-wrapper {
  height: auto !important;
}