/*
Theme Name: Willem Bos
Theme URI: http://www.buro-3.nl
Author: Buro 3
Author URI: http://www.buro-3.nl
Description: Thema ontwikkeld door Buro 3, voor client Willem Bos
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Willem Bos
*/

.module-item-info:not(.no-fade){
	opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
}

.page-text-content li {
	font-size: 15px;
	line-height: normal;
	color: #1e1e1c;
	font-weight: 400;
	line-height: 2em;
}

@media only screen and (max-width: 600px) {
.page-content .page-intro .page-intro-content h1 {font-size: 26px!important;}
.page-content .page-intro .page-intro-content h2 {font-size: 19px}
}