@media only screen and (min-width: 780px) and (max-width: 2000px) {

	#nav-menu-container {
   margin-left: 150px;
}

}

@media only screen and (min-width: 620px) and (max-width: 779px) {

	
}

@media only screen and (min-width: 320px) and (max-width: 619px) {

}

@media only screen and (min-width: 480px) and (max-width: 2000px) {
	
}


@media only screen and (min-width: 320px) and (max-width: 479px) {

   
}



/* #Tablet (Landscape)
================================================== */

@media only screen and (max-width: 1024px) {

	

	#about .about-container #org_chart {
		max-height: 700px;
		max-width: 500px;
	}

}

/* #Tablet (Portrait)
================================================== */
    
@media only screen and (max-width: 959px) {


	

}

/* #Mobile (Landscape)
================================================== */

@media only screen and (max-width: 767px) {

	#about .about-container #org_chart {
		max-height: 500px;
		max-width: 650px;
	}
	



}

/*  #Mobile (Portrait)
================================================== */

@media only screen and (max-width: 480px) {

	#about .about-container #org_chart {
		max-height: 300px;
		max-width: 250px;
	}

}


@media only screen and (max-width: 640px) {

	#about .about-container #org_chart {
		max-height: 300px;
		max-width: 250px;
	}

	.slider .slides-wrapper img{
		max-height: 40vh; 
	}
	.slider .slides-wrapper .slide__caption h1{
		font-size: 15px; 
	}

	#map {
          max-height: 500px;
          max-width: 250px;
          border: 2px solid black; 
          border-radius: 30px;
        }
    #about .about-container #distmap {
    	max-height: 500px;
          max-width: 270px;
          border: 2px solid black; 
          border-radius: 30px;          
    }
}	
