/*
Theme Name:     Stichting ABU
Description:    Gebouwd op het theme Simone
Author:         Jeroen Smeets
Author URI:     http://jeroensmeets.com
Template:       simone
Version:        1.0
*/

.header-background-image .title-box {
	background: none; border: 0;
	/* background: #ddd; */
	/* background: hsla(0, 0%, 0%, .3); */
}

.header-background-image .site-description {
	font-weight: bold !important;
}

.main-navigation li:hover > a {
	background-color: #e20712;
}

.entry-title, .entry-content h2 {
	color: #e20712;
	font-weight: normal;
}

footer .site-info {
	position: relative;
	max-width: 780px;
	max-width: 78rem;
	padding: 0 4rem;
	margin: 0 auto;
}

footer .site-info ul {
	list-style-type: none;
	margin-left: 0;
}

footer .site-info ul li {
	float: left;
	text-align: left;
	margin-right: 2rem;
}