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

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

#WelcomeContent p {
   width: 400px;
   margin-top: 30px;
   font-size: 20px;  
}

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

 





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

/* container */
#MissionContainer {
    width: 1200px; 
}

/* h1 */
#MissionSection h1 { 
    font-size: 35px;
    color: black; 
} 

/* p */
#MissionSection p {  
    font-size: 18px;   
    font-weight: 300;
    color: black; 
}

#MissionSection p.first { 
    font-style: italic; 
    color: rgb(150,150,150); 
} 

/* check */
#MissionSection p img {
    width: 20px;
    height: 20px;
    margin-right: 5px; 
    position: relative;
    top: 4px;  
}

/* row */
#MissionSection .row {
   width: 100%;
   height: auto; 
}

#MissionSection .col {
   display: inline-block;
   height: auto; 
   padding: 90px 0px;   
   float: left;  
   vertical-align: top;  
}

#MissionSection #RowOne .col {
   width: 33%;
}

#MissionSection #RowTwo .col { 
   width: 50%;
}

/* col p */  
#MissionSection .col p {
   margin-top: 10px; 
}

#MissionSection #RowTwo .col p {
   text-decoration: underline;
   text-decoration-color: #0D5755; 
}
 
/* final */
#MissionSection p.final {
   padding: 50px 100px;  
   clear: both; 
   background-color: #0D5755;  
   text-align: center; 
   font-style: italic; 
   color: rgb(245,245,245);
}

#MissionSection p.final span {
   cursor: pointer;   
   text-decoration: underline;
   text-decoration-color: white;  
   color: white;
}







