body{
    background: url('../images/bg/growth_hack_bg.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    font-family: 'Montserrat'!important;
}

#CloseButton {
	color:white;
	position: absolute;
	right: 10%;
	top: 55px;
	font-size: 35px;
	display: none;
	-webkit-transition: transform 1.5s;
	transition: transform 0.5s;
}
.menuOverlay {
	background: #000000;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 99999;
	opacity: 0;
	display: none;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}	
.menuitemWrapper {
	text-align: center;
	padding: 10% 35%;
}
.menuitemWrapper ul {
	list-style: none;
	color: white;
	padding-left: 0px;
}

.menuitemWrapper ul li{
	text-transform: uppercase;
	font-size: 28px;
	letter-spacing: 2px;
	font-weight: 900;
	padding: 10px 0px;
}
.menuitemWrapper ul li a{
	color:#fff;
	text-decoration:none;
}
.menuitemWrapper ul li a:hover{
	color:#fff100;
}
.MenuSlide{
	position: absolute;
	z-index: 99;
	left: 48%;
	right: 48%;
	bottom: 2%;
}

@media (max-width: 768px){
    body {
		background: url('../images/bg/brand_bg.png');
		
	}

	.growth{
		font-size: 18px !important;
	} 
	
}
