/******************** WELCOME SECTION *********************/                                               
                          
/********* max height *********/
@media (max-height: 500px) {
#WelcomeSection {  
	height: 500px; 
}  
} 

/********* 900px *********/
@media (max-width: 900px) {     
/* logo */
#WelcomeSection #Logo {    
	width: 200px;
	top: calc(50% - 60px);
	left: calc(50% - 100px); 
}   

/* cta */
#WelcomeSection #CTA {
    width: 80px;
    height: 40px;
    padding-top: 16px;
    bottom: 24px;
    right: 30px;
    font-size: 13px;
    border-bottom: 3px solid rgb(225,225,225); 
}

#WelcomeSection #CTA:hover {
    border-bottom: 3px solid black;
}
}
  
   
 



 
        
/******************** MISSION SECTION *********************/         
                
/********* 1200px *********/
@media (max-width: 1200px) { 
#MissionSection {                         
	height: 500px;
}  

/* cont inner */
#MissionContCol #ContInner {
	width: 350px; 
    top: calc(50% - 280px); 	
} 
 
/* header */
#MissionContCol #Head {
	font-size: 30px;  
}

#MissionContCol #Head #TypewriterTextTwo {
	font-size: 20px;
} 
 
/* par */
#MissionContCol p { 
	font-size: 12px;  
} 
} 

/********* 1000px *********/  
@media (max-width: 1000px) { 
/* cont inner */
#MissionContCol #ContInner {
	width: 300px;   
    top: calc(50% - 300px);
}
} 

/********* 900px *********/ 
@media (max-width: 900px) { 
#MissionSection {        
	height: 950px;
	margin-top: 0px; 
	background: none; 
}  
   
/* col */
#MissionSection .col {
    width: 100%;  
	height: 550px;     
}

/* img */
#MissionImageCol { 
    height: 400px !important;    
    top: 550px !important;  
	left: 0px; 
} 
 
/* divider */
#MissionImageCol #Divider { 
    width: 20px; 
    left: calc(50% - 10px);      
} 

/* cont */
#MissionContCol {    
	right: 0px;	   
}  

/* cont inner */
#MissionContCol #ContInner {  
    top: calc(50% - 200px);  
}

/* header */
#MissionContCol #Head {
	font-size: 25px;  
}
 
#MissionContCol #Head #TypewriterTextTwo {
	font-size: 15px;
} 

/* par */ 
#MissionContCol p.first {
	margin-top: 45px !important;
} 

/* curve */ 
#MissionCurve {  
    padding-top: 120px; 
}
}

 





         
/******************** FEATURED SECTION ********************/                                                  
 
/********* 900px *********/
@media (max-width: 900px) { 
#FeaturedSection {  
    height: 400px;  	 
}  

/* carousel */
#FeaturedCarousel {   
    width: 250px !important;
    height: 250px !important; 
    top: calc(50% - 155px);
    left: calc(50% - 125px); 
} 

/* p */
#FeaturedSection .carouseloverlay p { 
   width: 250px;
   padding: 19px 0px 20px; 
   top: 294px;
   left: calc(50% - 125px); 
   line-height: 0.8;
}   

#FeaturedSection .carouseloverlay p strong {
   font-size: 13px;
}

#FeaturedSection .carouseloverlay p span {
   font-size: 8px;
}

/* controls */
.carouselcontrols {
   width: 326px !important;
   height: 20px; 
   top: calc(50% - 40px);
   left: calc(50% - 163px);
}

.carouselcontrols .inner,
.carouselcontrols .controls {
   height: 20px;
}
}

   






/******************** REVIEW SECTION *********************/               

/********* 1000px *********/   
@media (max-width: 1000px) {     
#ReviewSection {                         
	height: 550px;
}  

/* cont inner */
#ReviewSection .col.cont #ContInner { 
	width: 320px; 
	height: 300px;
    top: calc(50% - 160px);      
}
 
/* header */
#ReviewSection .col.cont #Head {
	font-size: 25px;  
}

/* carousel */
#ReviewSection #Carousel {
    height: 200px;
}
 
/* content */
#ReviewSection .carcol .content {
    width: 250px; 
    left: calc(50% - 125px); 
}

#ReviewSection .carcol .content p {
    font-size: 10px;
}

#ReviewSection .carcol .content h2 { 
    font-size: 10px;
}

#ReviewSection .carcol .content h2 span {
    padding-left: 10px;
}
}

/********* 900px *********/   
@media (max-width: 900px) {     
#ReviewSection {                         
    width: 100%;
	height: 820px;
	margin-top: 20px; 
}  
  
/* col */ 
#ReviewSection .col {
	width: 100%;
	height: 400px;
}  

#ReviewSection .col.img {
    width: calc(100% - 40px);
    left: 20px;
}

#ReviewSection .col.cont {
    top: auto;
    bottom: 0px;
}

/* cont inner */
#ReviewSection .col.cont #ContInner { 
	width: 320px; 
	height: 250px; 
    position: relative;
    top: calc(50% - 132px);      
}
}







          
/******************** FOOTER SECTION ********************/      

/********* 1000px *********/   
@media (max-width: 1000px) {     
#FooterSection {                         
	height: 550px;
}  
}
 
/********* 900px *********/ 
@media (max-width: 900px) {
#FooterSection {     
	height: 700px;     
}

/* col */
#FooterSection .col {
	display: block;
	width: 100%; 
	float: none;
} 

#FooterSection .col.one {
    height: 400px;
}

#FooterSection .col.two {
    height: 300px;
}

/* info inner */
#FooterSection #InfoInner {
	top: calc(50% - 55px);  
}
}