/* This module-header.css is ment for styling the articles in the header of website "Beheer Trammelant */


/* Styling header modules */
.moduletable.aheader {
margin-top:0px;
margin-bottom:0px;
margin-left:-12px;
margin-right:-12px;
border:none;
background-color:#5AAFAF;
}

/* Styling header modules in case christmas falling snow
.moduletable.aheader {
background-image: url("/images/general/snow.gif");
}
*/

.moduletable.aheader h3 {
font-size:30px;
color:#FFFFFF;
margin-bottom:20px;
}

.moduletable.aheader p  {
margin: 0px;
font-size:20px;
color:#FFFFFF;
}


@media only screen and (max-width : 768px) {
.moduletable.aheader h3 {
font-size:20px;
}

.moduletable.aheader p {
margin:0px;
font-size:14px;
}
}
/* einde styling header modules */