/*
Welkom bij aangepast CSS.

Om te zien hoe CSS in elkaar steekt, ga je naar http://wp.me/PEmnE-Bt
*/
.navigation-main {
	display: block;
	font-size: 1.3rem;
	font-weight: 700;
}

.sidebar .widget, blockquote, .navigation-main ul ul, .sidebar .widget.widget_blog_subscription, .page-template-grid-page .fourcolumn:hover {
	background: #F7F7F7;
}

.aboutpage .cd-fixed-bg-one .overlay {
	background: #416174;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: .7;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: .85;
	background: #416174;
}

.content-caption {
	background: rgba(64,98,116,0.8);
}
.sidebar .widget, blockquote, .navigation-main ul ul, .sidebar .widget.widget_blog_subscription, .page-template-grid-page .fourcolumn:hover {
    background: #3d6073;
}
.navigation-main a {
    display: inline-block;
    padding: 0 10px;
	font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    letter-spacing: .11em;
    -webkit-transition: .07s ease-in;
    transition: .07s ease-in;
}
blockquote {
    color: #fff;
}
.entry-content h2, .entry-summary h2, .page-content h2, .comment-content h2, .joinnowblock .textwidget h2 {
    font-size: 22px;
    font-size: 2.9rem;
    line-height: 1.3636;
    margin-top: 1.0909em;
    margin-bottom: 0em;
}
.headerblock.standard {
    position: fixed;
    width: 100%;
	z-index: 10
}
#content {
    margin-top: 100px;
}
.cd-fixed-bg {
    min-height: 700px;
}
.nav-next .meta-nav {
display: none;
}

.nav-previous .meta-nav {
display: none;
}
a:hover, a:focus, .news .entry-content a, .entry-footer, .entry-footer a, .wp-caption-text, .comment-metadata a, .pingback .edit-link a, .comment-metadata, .pingback .edit-link {
    color: #67bbb1;
    text-decoration: underline;
}
.navigation-main ul ul {
    background: #eee;
}
.wp-block-latest-posts__featured-image img {
    height: 150px;
    width: 150px;
    margin-bottom: 15px;
}

element.style {
}
body, button, input, select, textarea, a, .navigation-main a, .widget-title, .widget, blockquote, .content-caption .button {
    color: #3d6073;
}
@media (min-width: 768px) {
	.content-caption {
left: 2%;
		max-width: 20%;
    }