.ms2 .page-maps .ms-home-description {
		background-color: rgba(0, 0, 0, 0.2);
		height: 400px;
	    }
		
		.ms-home-description h1{
		    font-size: 30px !important;
			font-weight: 600;
	    }
		
		.ms-home-description p{
		    /* font-size: 30px !important; */
			font-weight: 600 !important;
	    }
		
		.leaflet-container {
			background: #fff !important;
		}
		#mapstore-navbar-container .pull-left li 
		{
			display:inline-block;
		}
		
		#mapstore-about
		{
			margin-top: 50px;
		}
		.ms2 .page-maps .ms-home-description .container .row .col-xs-6 {
			text-shadow: 2px 2px 4px #000000;
			font-weight: 600;
			color: floralwhite;
		}
		.ms2 .page-maps .ms-home-description {
			background-size: cover;
			background-position-y: 50%;
		}
		
		.about-content-section {
			background-image: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(../webcity_icon.png);
			background-repeat: no-repeat;
			background-position: center;
			
		}
		.about-content-section h1{
			display: none !important;
		}
		.version-panel .title {
			font-size: 22px;
		}
		
		.version-info {
			display: none !important;
		}
		
		
		
		
@media only screen and (max-width: 850px) {
			.ms-home-description .text-center:nth-of-type(1) img {
				height: 80px !important;
			}
			.ms-home-description .text-center:nth-of-type(2) strong {
				font-size: 15px !important;
			}
			.ms-home-description .text-center:nth-of-type(3) img {
				height: 50px !important;
			}
			
			.ms-home-description .text-center:nth-of-type(1) {
				width: 20%;
			}
			.ms-home-description .text-center:nth-of-type(2) {
				margin-top: 80px !important;
				width: 60%;
			}
			.ms-home-description .text-center:nth-of-type(3) {
				width: 20%;
			}
		}
