/* desktop */
@media only screen and (min-width: 641px), only screen and (min-device-width: 641px) {

	.services {
		font-family: 'Didact Gothic', sans-serif;	
	}
	.services h2 {
		font-size:1.3em;
		font-weight:400;
		margin-bottom: 10px;
	}
	.services p{
		font-size: 1.0em;
		line-height:1.5em;
		margin-bottom:10px;	
	}
	#bats {text-decoration:none;color:#6aaec6;}
	#bats:hover {color:#159d4b;}
}