/*
Theme Name: Mailings
Theme URI: http://mailings.vankesselolie.nl
Version: 1.0
Description: Maatwerk WordPress thema.
Author: Spits
Author URI: http://www.spits.online
*/
body { background-color: #f8f8f8; }
header { background: #fff; border-bottom: 1px solid #f0f0f0; padding: 15px 0; }
header .menu ul { list-style: none; width: 100%; display: table; }
header .menu ul li { display: table-cell; }
header .menu ul li a { color: #000; font-weight: bold; border-bottom: 3px solid #000; padding-bottom: 5px; transition: ease all 0.2s; }
header .menu ul li a:hover { padding-bottom: 2px; }  
article { background: #f8f8f8; padding: 15px 0; font-size: 15px; }
article a { color: #0c8241; }
footer { background: #fff; border-top: 1px solid #f0f0f0; padding: 15px 0; }
footer .websiteby { width: 150px; display: inline-block; color: #000; }
footer .websiteby img { width: 50px; }
address a { color: #0c8241; }
.card-header { background-color: #0c8241 !important; }
.card-footer { background-color: #0c8241 !important; }

.card { box-shadow: 0 12px 65px 0 rgba(31,21,31,0.16); -webkit-box-shadow: 0 12px 65px 0 rgba(31,21,31,0.16); }