/******************** GLOBAL HEIGHT *********************/
                                          
/********* < 700 h and > 901 w *********/
@media (max-height: 700px) and (min-width: 901px) {
#WelcomeSection, #ServicesSection, #MapSection {
	height: 700px; 
}
}

/********* < 900 w *********/
@media (max-width: 900px) {
#WelcomeSection, #ServicesSection, #MapSection {
    height: 600px !important;
}
} 
 





  
        
/******************** WELCOME SECTION *********************/ 
     
/********* 900px *********/
@media (max-width: 900px) {      
/* content */
#WelcomeContent { 
   top: calc(65% - 35px);    
}

#WelcomeContent h1 {
   font-size: 35px; 
} 
} 

   





  
/******************** MISSION SECTION *********************/ 
                 
/********* 900px *********/
@media (max-width: 900px) {      
#MissionSection { 
    margin-top: 20px;
    padding: 45px 0px 100px;    
} 

/* h2 */
#MissionSection h2 {
    width: 300px; 
    margin-top: 55px; 
    font-size: 18px; 
}

/* p */
#MissionSection p { 
    width: 300px;   
    font-size: 14px;   
}

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

#MissionSection p span.bullet {
    padding-left: 15px; 
}
}







