body{
    background-color: #F92F47;
}

.about_text{
    font-weight: 400px;
    color: white;
    line-height: 50px;
}

#vikas{
    filter: grayscale(1);
}

#roshan{
    filter: grayscale(1);
}
 #franklin{
     filter: grayscale(1);
 }

 .blue_band{
     height: 20%;
     background-color: #24234A;
     margin-top: -300px;
 }

 @media (max-width: 768px){
    .right_icon{
      margin-left: 50%;
    } 
  
    .about_team{
      margin-left: 10%;
    }

    .blue_band{
        display: none;
    }

    .about_text{
        line-height: none;
    }
  }

  #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%;
}
