/* Stylesheet Website Vrienden van St. Jozef */
/* Made by: Thijs Oude Essink Nijhuis */

.header-img {
	background-image: url(images/header-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border-bottom: #7d7d7d thin solid;
}
.slogan img {
	width: 100%;
	margin-bottom: 60px;
}
.logo img {
	width: 100%;
}

.navbar-default {
	background-color: #a19477;
	border-top:none;
	border-left: none;
	border-right: none;
	border-bottom:  solid thin #d7d7d7;
	border-radius: 0px;
	color:#fff;
}
.navbar-default .navbar-nav > li > a {color: #ffffff;}

h1 {
	font-family: georgia, times;
	font-size: 24px;
	color: #a19477;
	font-style: italic;
	font-weight: bold;
	line-height: 28px;
}
h2 {
	font-family: georgia, times;
	font-size: 24px;
	color: #a19477;
	font-style: italic;
	font-weight: bold;
	line-height: 28px;
}
h3 {
	font-family: georgia, times;
	font-size: 20px;
	color: #964b84;
	font-style: italic;
	font-weight: bold;
	line-height: 28px;
}
.paars {
	background-color: #964b84;
	color: #fff;
	padding: 21px 20px 20px;
	margin-top: -21px;
	margin-bottom: 20px;
}
.paars h2 {
	color: #fff;
}
.paars li {
	margin-bottom: 15px;
}
.bruin {
	background-color: #a19477;
	color: #fff;
	padding: 20px 0;
	border-top: #7d7d7d thin solid;
	border-bottom: #7d7d7d thin solid;
}
.bruin h2{
	color: #fff;
}
h2.contact {
	color: #964b84;
}
.gegevens {
	margin-top: 58px;
}
.gegevens a {
	color: #fff;
	text-decoration: underline;
}
.gegevens a:hover {
	text-decoration: none;
}
