/*
Theme's main style.

@author Vee W.
*/
@import 'flexvideo.css';
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');

/* Fix Bootstrap 4 */
.navbar {
    min-height: 54px;/* With this, we can use navbar without navbar-brand */
}
.rounded {
	border-radius: 1.5rem!important;
}
.wp-block-image img {
	height: auto;
}
video {
	max-width: 100%;
}

/* body */
html {
	background-color: #880000;
}
.container-fluid {
	padding-left: 50px;
	padding-right: 50px;
	max-width: 1500px;
}
.container-fluid-wide {
	margin-left: auto;
	margin-right: auto;
	padding-left: 0;
	padding-right: 0;
	max-width: inherit;
}
body {
	font-family: "Merriweather", serif;
	font-weight: 300;
	font-size: 20px;
	font-style: normal;
	line-height: 1.6;
	color: #fff;
	background-color: #880000;
}
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 30px;
	font-weight: 700;
	line-height: 1.3;
	color: #fff8f0;
}
h2 {
	color: #f5ece5;
}
p {
	margin-bottom: 20px;
}
a {
	color: #fff;
}
a:hover {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}
a.white:hover {
	color: #fff;
}
a[aria-expanded="true"] i {
	rotate: 180deg;
}
p a {
	text-decoration: underline;
}
strong,
.strong ,
p b {
	font-weight: 700;
}
ul, ol {
	padding-left: 20px;
}
ul li, ol li {
	padding-bottom: 10px;
}
.white {
	color: #fff;
}
.red {
	color: #880000;
}
.bgwhite {
	background-color: #fff;
}
.bggrey {
	background-color: #f4f8f9;
}
.bgred {
	background-color: #880000;
}
/* header */
.logged-in .fixed-top {
	margin-top: 32px;
}
.site-title {
	font-size: 22px;
}
.site-title img {
	margin: 10px 20px 10px 0;
	width: 100px;
}
.bgblock {
	padding: 40px 60px;
	border-radius: 30px;
}
.site-content {
	padding-top: 40px;
	padding-bottom: 40px;
}
.site-content-top,
.site-content-start {
	padding-top: 40px;
}
.site-content-bottom,
.site-content-end {
	padding-bottom: 40px;
}
.site-content-margin .site-main {
	padding: 50px;
}
.content-start {
	padding-bottom: 0;
}

/* menu */
ul.navbar-nav li {
	margin-left: 1.2rem;
	margin-right: 1.2rem;
}
.navbar-light .navbar-nav .nav-link {
	padding-left: 0 !important;
	padding-right: 0 !important;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
    font-size: 22px;
	font-weight: 700;
	font-style: normal;
	color: #fff;
	text-shadow: 0 0 15px rgba(0,0,0,.4);
	transition: .8s ease;
}
.navbar-light .navbar-nav .active>.nav-link, 
.navbar-light .navbar-nav .nav-link.active, 
.navbar-light .navbar-nav .nav-link.show, 
.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .nav-link:focus, 
.navbar-light .navbar-nav .nav-link:hover {
	color: #fff;
}
.scroll-link {
	display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}

/* homepage */
.header_img {
	margin-top: 110px;
	padding: 0;
	height: 80vh;
	min-height: 450px;
	max-height: 700px;
	border-radius: 40px;
}
.hp_intro {
	margin-top: 5vh;
	margin-right: 20vh;
	margin-bottom: 5vh;
}
.hp_intro h1 {
	color: #fff;
	text-shadow: 0 0 15px rgba(0,0,0,.4);
}
.sub_intro {
	margin-top: 20vh;
	min-height: 80vh;
}
.entry-content.hp-intro {
	font-size: 140%;
}
.card-body {
	padding: 0 50px 0 0;
}
img.logo-fin {
	float: left;
	margin-right: 20px; 
	margin-top: 12px; 
	width: 100px;
}

/* Forms */
.form-control {
	padding-left: 1.5rem;
	height: calc(2.25rem + 10px);
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
}
button[type=submit] {
	margin-top: 0;
	margin-right: 0;
}
.wpcf7-list-item input[type=checkbox], .wpcf7-list-item input[type=radio] {
	margin-top: 20px;
	display: inline-block;
	margin-right: 5px;
	width: auto;
}
input, select, textarea {
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 9px 20px 10px;
    width: 100%;
    color: #000;
    background-color: #f3f7f9;
    border: 1px solid #f3f7f9;
    border-radius: 25px;
}
input[type="radio"] {
  -ms-transform: scale(1.5); /* IE 9 */
  -webkit-transform: scale(1.5); /* Chrome, Safari, Opera */
  transform: scale(1.5);
}
[data-class="wpcf7cf_group"] {
	width: 100%;
}
.wpcf7 form.sent .wpcf7-response-output {
	padding: 10px 20px;
	color: #000;
	background-color: #fff;
}

/* btn */
.btn,
.wpcf7 button,
.wpcf7 [type=button] {
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 15px;
	padding: 10px 30px;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background-color: transparent;
	border: 2px solid #fff;
	border-radius: 25px;
	transition: .8s ease;
}
.btn:hover {
	color: #880000 !important;
	background-color: #fff;
	border: 2px solid #fff;
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,.2);
	box-shadow: 0 0 20px rgba(0,0,0,.2);
}
.btn i {
	margin-left: 10px;
}
.btn i.fas.fa-arrow-left {
	margin-left: 0;
	margin-right: 10px;
}
.btn.focus,
.btn:focus {
	box-shadow: none;
}
.back-btn .btn {
	position: fixed;
}

/* footer */
#site-footer {
	font-size: 18px;
	color: #fff;
	
}
#site-footer a {
	color: #fff;
	text-decoration: none;
}
#footer-row {
	padding-top: 20px;
}
#site-footer a i {
	margin-left: 5px;
	font-size: 80%;
}
.contact_block {
	padding: 0 20px;
}
.newsletter_block {
	padding: 30px 40px 20px;
	border-radius: 15px;
	color: #000;
}
.newsletter_block h3 {
	margin-bottom: 10px;
}
.privacy_block {
	padding: 20px 0;
}
#site-footer .privacy_block a.privacy {
	font-size: 16px;
	color: #b18f8f;
}
#site-footer .websteks {
	margin: 20px 0;
	font-size: 16px;
	color: #fff;
}
#site-footer .websteks i {
	margin-left: 3px;
	margin-right: 3px;
	font-size: 110%;
}
#site-footer .websteks img {
	margin-top: -15px;
	width: 90px;
}

/* Media Queries */
@media (min-width: 2100px) {
	
}
@media (min-width: 1200px) and (max-width: 1499px) {
	body {
		font-size: 18px;
	}
	h1 {
		font-size: 32px;
	}
	h2 {
		font-size: 28px;
	}
	h3 {
		font-size: 22px;
	}
	.support {
		padding-bottom: 3px;
	}
	.support a {
		margin-left: 5px;
		margin-right: 5px;
		font-size: 16px;
	}
	#site-footer {
		font-size: 16px;
	}
	#site-footer h2 {
		font-size: 1.1rem;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	body {
		font-size: 16px;
	}
	h1 {
		font-size: 24px;
	}
	h2 {
		font-size: 20px;
	}
	h3 {
		font-size: 18px;
	}
	a.support-btn {
		padding: 0 20px 5px;
	}
	ul.navbar-nav li {
		margin-left: 1rem;
		margin-right: 1rem;
	}
	.navbar-light .navbar-nav .nav-link {
	    padding: .4rem 0;
	    font-size: 18px;
    }
	.btn {
		font-size: 17px;
	}
	#site-footer h2 {
		font-size: 1.2rem;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	body {
		font-size: 16px;
	}
	h1 {
		font-size: 24px;
	}
	h2 {
		font-size: 20px;
	}
	h3 {
		font-size: 18px;
	}
	ul.navbar-nav li .nav-link {
	    padding-top: .4rem;
	    padding-bottom: .4rem;
	    font-size: 18px;
    }
	.bar-1 {
		margin-top: -6vh;
	}
	.project_title {
		padding-top: 10px;
		height: 70px;
		border-radius: 35px;
	}
	.intro-content {
		padding-top: 100px;
	}
	.site-content {
	    padding-top: 40px;
	    padding-bottom: 40px;
	}
	.waarom {
	    margin-top: -3vh;
	}
	.updates {
		margin-top: 50px;
	}
	.btn {
		font-size: 16px;
	}
	#site-footer h2 {
		font-size: 1.2rem;
	}
}
@media only screen and (max-width: 767px) {
	.container-fluid {
		padding-left: 30px;
		padding-right: 30px;
	}
	body {
		font-size: 16px;
	}
	h1 {
		font-size: 28px;
		word-break: break-word;
	}
	h2 {
		font-size: 24px;
	}
	h3, h4 {
		font-size: 18px;
	}
	.site-content {
		padding-top: 40px;
		padding-bottom: 30px;
	}
	.site-content-top,
	.site-content-start {
		padding-top: 30px;
	}
	.site-content-bottom,
	.site-content-end {
		padding-bottom: 30px;
	}
	.navbar {
		padding: 0;
	    align-items: inherit;
	    justify-content: inherit;
	}
	.navbar-light .navbar-toggler {
		border: 0;
	}
	.navbar-light .navbar-nav .nav-link {
		padding: 5px x0;
	}
	.navbar-light img {
	    margin-top: 15px;
	    margin-bottom: 15px;
	    margin-left: 10px;
	    width: 80px;
	}
	#bb4-primary-menu {
		margin-bottom: 30px;
	}
	button:focus {
		outline: none;
	}
	.support {
		right: 0;
		padding: 10px 25px;
		top: inherit;
		bottom: 0;
		line-height: .8;
		border-radius: 0;
		border-top-left-radius: 15px;
		border-top-right-radius: 15px;
	}
	.header_img {
		margin-top: 100px;
		height: 40vh;
		min-height: 330px;
	}
	.hp_intro {
		margin: 0;
	}
	.entry-content.hp-intro {
		font-size: 130%;
	}
	.btn {
		font-size: 16px;
	}
	.contact_block {
		padding: 0;
	}
	.privacy_block {
		padding: 0;
	}
	.back-btn .btn {
		position: inherit;
	}
	#site-footer {
		font-size: 16px;
	}
	#site-footer .contact_block img {
		max-width: 200px;
	}
	#site-footer .newsletter_block {
		margin-top: 0;
	}
	#site-footer .websteks {
		font-size: 14px;
	}
	#site-footer .websteks img {
		margin-top: -10px;
		width: 75px;
	}
}
@media only screen and (max-width: 320px) {
	
}

::-moz-selection { background-color: #f3e9df; color: #880000; }
::selection { background-color: #f3e9df; color: #880000; }