/******************** WELCOME SECTION *********************/                                                                                                                                         
                                                                                                         
/********* 850px *********/
@media (max-width: 850px) { 
.welcomesection {
	height: 750px;
}

.welcomesection.w2 {
	height: 550px;
}

/* content */
.welcomesection .welcomecontent {
    width: 350px; 
    top: 225px;
    left: calc(50% - 175px);  
}

.welcomesection.w2 .welcomecontent {
    top: calc(50% - 150px);  
} 

/* h1 */
.welcomesection .welcomecontent h1 {
	word-spacing: 3px;
    font-size: 32px;
}  

/* p */
.welcomesection .welcomecontent p {
    margin-top: 45px; 
    padding-top: 45px;
    font-size: 13px; 
}  
 
/* btns */
.welcomesection .welcomecontent a {
	width: 164px;
}

.welcomesection .welcomecontent a.two {
	margin-left: 15px;
}
}
 
 






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

/****************/
/*** stats ***/
/****************/

/* row */
#MissionSection .col.stats .statrow {
    width: 360px;     
    top: calc(50% - 150px);   
    left: calc(50% - 180px);   
}

/* opening p */
#MissionSection p {
    font-size: 13px;
} 

/* inner col */
#MissionSection .col.stats .innercol {
	width: 178px; 
}    

/* header */
#MissionSection .col.stats .innercol h2 { 
	font-size: 20px;  
}   

/* par */ 
#MissionSection .col.stats .innercol h3 {
	margin-top: 15px;  
	word-spacing: 2px;  
	font-size: 9px;   
}

/* divider */
#MissionSection .col.stats .statdivider {
    margin: 50px auto; 
}
}

/********* 850px *********/  
@media (max-width: 850px) {         
#MissionSection {
     width: calc(100% - 30px); 
     height: auto; 
     margin: 0px auto 100px;    
}        

#MissionSection .col {
     display: block;
     width: 100%; 
     float: none;
}
  
#MissionSection .col.img {
	 height: 300px;
	 bottom: 0px;
}

#MissionSection .col.img.desktop {
	display: none;
}

#MissionSection .col.img.mobile {
	display: block; 
}
 
#MissionSection .col.stats {
     height: auto; 
     top: 0px;
     padding: 100px 0px;    
}

/****************/
/*** stats ***/
/****************/

/* row */
#MissionSection .col.stats .statrow {
    width: 350px;
    position: relative;
    top: 0px;
    left: 0px; 
}

/* opening p */
#MissionSection p {
    font-size: 12px; 
}

/* inner col */
#MissionSection .col.stats .innercol {
	width: 158px; 
}    

/* par */ 
#MissionSection .col.stats .innercol h3 { 
	word-spacing: 1px;
	font-size: 8px;    
}

/****************/
/*** image col ***/
/****************/

#MissionSection .col.img img {
	width: 200px;
	top: calc(50% - 70px);
	left: calc(50% - 100px);
} 
}




 



/******************** EVENTS SECTION *********************/   
       
/********* 1250px *********/ 
@media (max-width: 1250px) {  
#EventsSection {     
    width: 850px; 
    height: 710px; 
}

/* col */
#EventsSection .event {
	width: 300px;
}

#EventsSection .event.e1 {
	margin-right: 50px;
}

#EventsSection .event.e3 {
	margin-left: 50px;
}

#EventsSection .event.e3, #EventsSection .event.e4 {
	margin-top: 50px;
} 

/* date */
#EventsSection .event h1 {
    padding-left: 15px;
    padding-top: 14px;
    font-size: 25px;
}

/* title */
#EventsSection .event h2 {
	margin-top: 65px;
	padding-left: 25px; 
	font-size: 15px;
}
 
/* divider */
#EventsSection .event .divider {
    width: calc(100% - 50px);
}

/* time & location */
#EventsSection .event h3 {
	padding-left: 25px;
	font-size: 10px;
}

#EventsSection .event h3 img {
	height: 15px;
}

#EventsSection .event h3 span {
	bottom: 4px;
}

/* btns */
#EventsSection .event .btns {
	width: calc(100% - 50px); 
	bottom: 25px;
	left: 25px;
}

#EventsSection .event .btns h4 {
	padding-top: 10px;
	font-size: 7px;
}
}

/********* 850px *********/ 
@media (max-width: 850px) {  
#EventsSection {       
    width: 300px; 
    height: 1290px;
    margin-bottom: 100px;    
}

/* col */
#EventsSection .event {
	display: block;
	width: 100%;
	height: 285px; 
	float: none;  
}

#EventsSection .event.e1 {
	margin-right: 0px;
}

#EventsSection .event.e3 {
	margin-left: 0px;
}

#EventsSection .event.e2, #EventsSection .event.e3, #EventsSection .event.e4 {
	margin-top: 50px;
} 

/* break row */ 
#EventsSection #EventBlockEl {
	display: none;
}

/* date */
#EventsSection .event h1 {
	margin-top: 0px;
	position: relative;
	top: 30px; 
} 
}







   
/******************** IMAGE CAROUSEL SECTION *********************/                                        
                
/********* 1150px *********/
@media (max-width: 1150px) { 
/* header */
#ServicesSection #ServicesHeader {
    padding-left: 270px; 
}

/* carousel */
#ServicesSection #ServicesCarouselOuter {
    width: calc(100% - 270px); 
}

/* controls */
#ServicesSection #ServicesControls {
    left: 135px;  
} 
}

/********* 850px *********/
@media (max-width: 850px) { 
#ServicesSection {         
    height: 535px;  
    margin: 100px auto 100px;
}

/* header */
#ServicesSection #ServicesHeader {
    padding-left: 15px;  
}

#ServicesSection #ServicesHeader h1 { 
    font-size: 14px;
}

#ServicesSection #ServicesHeader h1 span {
    font-size: 32px;
}  


/* carousel */
#ServicesSection #ServicesCarouselOuter {
    width: calc(100% - 15px);   
    height: 350px;
    top: 185px; 
}

#ServicesSection #ServicesCarouselInner {
	height: 350px;
}

/* content containers */
#ServicesSection #ServicesCarouselInner .content {
    width: 250px; 
    height: 330px;
    margin-right: 50px; 
}

/* overlay */ 
#ServicesSection #ServicesCarouselInner .content .prochover {
    top: 15px; 
    left: 15px; 
}

/* controls */
#ServicesSection #ServicesControls {
    height: 50px; 
    width: 225px; 
    top: 120px; 
    left: 15px; 
}

#ServicesSection #ServicesControls p {
    padding-left: 25px;
    top: 13px; 
    left: 0px; 
    transform: rotate(0deg); 
}

#ServicesSection #ServicesControls img { 
    width: auto; 
    height: 50px; 
    bottom: 0px; 
    left: auto; 
    right: 25px;
    transform: rotate(-90deg); 
}
}
 







/******************** FOOTER SECTION ********************/   
           
/********* 1000px *********/   
@media (max-width: 1000px) {     
#FooterSection {                         
	height: 600px;
}  
}
 
/********* 850px *********/ 
@media (max-width: 850px) {
#FooterSection {     
	height: 1000px;     
	border-top: none;
}

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

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

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







