.main_screen {
   filter: grayscale(1);
}


.nav-menu {
	background: rgba(84, 84, 84, .95) !important;
}

h2 {
	color: rgb(81, 81, 81) !important;
}

p {
	color: rgb(36, 36, 36) !important;
}

a {
	color: rgb(36, 36, 36) !important;
}

.nav-menu a {
	color: rgb(255, 255, 255) !important;
}

hr {
	background-color: rgb(131, 131, 131) !important;
}

div.section-bg {
    background: url(../images/whatsnew_bg_gray.jpg) !important;
}

.banner-front {
    position: absolute;
    bottom: -35px;
    background: url(../images/banner_front_gray.svg);
    width: 100%;
    height: 508px;
    z-index: 3;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom;
}

.menu-item:hover, .menu-item.active {
	background: #b5b5b5;
}
.menu-item > .sub-menu {
	background: #b5b5b5;
}

.top .container-fluid > div:last-child {
	background: #b5b5b5;
}

