/*
Theme Name: WP Bootstrap Starter Child
Theme URI: https://www.deherenvan.nl
Template: wp-bootstrap-starter
Author: De Heren Van
Author URI: https://www.deherenvan.nl
Version: 1.0.0.1545318050
Updated: 2018-12-20 16:00:50

*/

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
	/*font-size: 1rem;*/
	color: #eee;
}

body:not(.theme-preset-active) footer#colophon {
	color: #fff;
	background-color: #BE592C;
}

a,
a:hover {
	color: #BE592C;
}

.page-scroller,
.fa-angle-down,
.comment-form .alert,
.comment-form .form-allowed-tags {
	display: none;
}

#page-sub-header {
	min-height: 40vh;
}

header#masthead {
	background-color: #BE592C;
}

#sub-nav .navbar-nav {
    flex-direction: row;
}

#sub-nav ul.navbar-nav li.nav-item a,
#sub-nav ul.navbar-nav li.nav-item a:hover{
	font-size:80%!important;
	font-weight: 400;

}

blockquote {
	border-left: 2px solid #000;
	padding: 2em;
}

.wp-block-embed {
    margin-bottom: 2em;
}

.wp-block-embed-youtube .wp-block-embed__wrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	margin-bottom: 20px;
}

.wp-block-embed-youtube .wp-block-embed__wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.post.hentry,
.easy-footnotes-wrapper {
	margin-bottom: 2rem;
}

.entry-footer,
.easy-footnote-title {
	padding-top: 1rem;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, .1);
}

.entry-footer {
    color: #9a9a9a;
    font-size: .8rem;
}

.entry-meta {
	font-size: .8rem;
}

.comment-body .pull-left {
    padding-right: 0rem;
}
