body{
    background: url('../images/bg/leade_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%;
}

section .ImgHovereffect h2 {
	font-size: 26px;
	padding: 10px 0px;
	color: #fff;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
}
section .ImgHovereffect:hover h2{						
	color: #fff100;
}
section .ImgHovereffect img{
	width:25%;
}
section .ImgHovereffect:hover img{
	filter: invert(25%) sepia(44%) saturate(923%) hue-rotate(360deg) brightness(108%) contrast(103%);
}

@media (max-width: 768px){
    body {
		background-size: 225% 100%;
	}
	section .ImgHovereffect img {
		width: 35%;
	}
	section .col-md-3,#section3 .col-md-3{
		width:50%;
		display:inline-block;
	}
	section .ImgHovereffect h2 {
		font-size: 16px;
		line-height: 25px;
	}
}