/******************** WELCOME SECTION *********************/ 
#WelcomeSection {            
    width: 100%;
	height: 100vh; 
} 
  
/* content */
#WelcomeContent {
   width: 100%;
   height: auto;
   position: absolute;
   top: calc(50% - 50px);  
   text-align: center; 
   color: black;
}

#WelcomeContent h1 {
   font-size: 60px; 
   font-weight: 900; 
   color: rgb(128,0,0);
} 

/* images */ 
#WelcomeCarSec1 .carimg {  
   background-image: url("../../Assets/Images/about.jpg");  
   background-position-x: 40%; 
}
 





 

/******************** MISSION SECTION *********************/  
#MissionSection {                     
    width: 100%; 
    height: auto;
    margin-top: 30px;
    padding: 90px 0px 150px;   
    text-align: left; 
    background-color: rgb(245,245,245); 
} 

/* h2 */
#MissionSection h2 {
	width: 700px;
	margin-top: 65px;
	font-size: 20px;
	color: black;
}

/* p */
#MissionSection p { 
    width: 700px; 
    margin-top: 15px; 
    font-size: 17px;   
    font-weight: 300;
    color: rgb(125,125,125); 
    line-height: 1.3; 
}

#MissionSection p.moremargin {
	margin-top: 65px;
}

#MissionSection p span.bullet {
    padding-left: 20px;
}
 
#MissionSection p.pmd {
    font-weight: 400; 
    color: black;
}







