/*
 Theme Name:   LivingWithNETS Germany
 Theme URI:    http://www.kangahealth.com
 Description: LivingWithNETS Germany WordPress child theme.
 Author: Kanga Health Ltd.
 Author URI: http://www.kangahealth.com
 Template:     livingwithnets
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  livingwithnets-germany-child
*/

/* Show language selector */
#langSelectMenu{
	display:block;
}

/* Typography */
#mainNav ul{
	margin-top:38px;
}
#mainNav li a, #mainNav li{
	font-size:15px;
}
a.btn:link, a.btn:visited{
	font-size:13px;
}
.box.lwnets a.btn.lwnets{
	font-size:0.7em;
}
.pageHeader p{
	font-size:18px;
}
#footerLinks a{
	white-space:normal;
}

/*set for col-md and below... */
@media (max-width: 1200px) {
	#mainNav ul{
		margin-top:0;
	}
	#mainNav li a { 
		font-size: 14px; 
		line-height: 16px; 
	}			
}
