@charset "utf-8";
/* CSS Document */

/*
Defined by Simon Obiero
obierosimon@gmail.com

*/
  
 /*------Narrow Desktop Layout----------*/

@media only screen and (min-width: 1025px) and (max-width: 1175px) 
{ 
 
    .lang-links a {
	   font-size:0.9em;
	}

}

@media only screen and (min-width: 992px) and (max-width: 1024px) 
{ 
 
   .lang-links a {
	   font-size:0.9em;
	}


}

/*------tablet layout landscape----------*/
@media only screen and (min-width: 768px) and (max-width: 991px) 
{ 
   .lang-links a {
	}

}

/*------Mobile Layout(landscape/480px)----------*/
@media only screen and (min-width: 480px) and (max-width: 767px)
{ 

				

}

/*------Mobile Layout(Potrait/320px)----------*/
@media only screen and (max-width: 480px)
{ 

} 

