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

/* Styling footer modules */

.moduletable.footer {
margin-top:0px;
margin-bottom:0px;
padding:0;
border: none;
background: #1c3055;
color: #FFFFFF;
}

.moduletable.footer h4 {
font-size:25px;
color:#FFFFFF;
}

.moduletable.footer ul,
.moduletable.footer ul li,
.moduletable.footer ul li ul,
.moduletable.footer ul li ul li {
list-style: none;
padding: 0;
margin: 0;
}

.moduletable.footer p {
font-size:20px;
color:#FFFFFF;
}

@media only screen and (max-width : 400px) {
.moduletable.footer h4 {
font-size:20px;
}

.moduletable.footer p {
font-size:14px;
}
}

/* einde styling footer modules */