/*
* Houdoe V3.0
* Copyright 2021, Hans Vorstenbosch
* www.houdoe.nl
* => Use this file for your own changes
*/

.houdoebar {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
	background-color:transparent;
	color:#fff;
	padding: 15px 0 20px 0;
	border-bottom:0px solid #ccc;
}

.houdoebar a, .houdoebar a:focus, .houdoebar a:visited {
	color:#FAFAFA;
	text-decoration:none;
}

.brand {
	font-size: 3rem;
	padding-top: 15px;
}

.brand a, .brand a:focus, .brand a:visited {
	color:#FAFAFA;
	text-decoration:none;
}

.menu {
	padding-top: 8px;
	text-align: right;
}

.menu a {
	padding: 0 20px 0 0;
}

.contactbutton {
	padding-top: 6px;
	border-left: none;
	text-align: right;
}

.big-image {
	height: 600px;
	position: relative;
	background-size: cover;
	background-image:url("../img/coverphoto.jpg");
	background-position: center right;
}

.overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.45);
}

h1 {
	font-size: 2.5em;
	font-weight: 400;
	color:#fff;
	margin: 0;
	padding: 60px 10px 10px 0;
	line-height: 1.4;
	text-align: center;
}

/* Correctie voor grote schermen*/
@media (min-width: 550px) {
h1 {
	font-size: 2.5em;
	margin: 80px 0 10px 0;
	line-height: 1.6;
}}


.button.button-custom,
button.button-custom,
input[type="submit"].button-custom,
input[type="reset"].button-custom,
input[type="button"].button-custom {
  color: #fff;
  background-color: #81b337;
  padding: 0 14px 0 14px;
  height: 38px;
  font-size: 18px;
font-weight: 700;
  border-radius: 10px;
  text-transform: none;
  border: 3px solid #81b337; }
.button.button-custom:hover,
button.button-custom:hover,
input[type="submit"].button-custom:hover,
input[type="reset"].button-custom:hover,
input[type="button"].button-custom:hover,
.button.button-custom:focus,
button.button-custom:focus,
input[type="submit"].button-custom:focus,
input[type="reset"].button-custom:focus,
input[type="button"].button-custom:focus {
  color: #fff;
  background-color: #91c24d;
  border-color: #91c24d;
}


.button.button-custom2,
button.button-custom2,
input[type="submit"].button-custom2,
input[type="reset"].button-custom2,
input[type="button"].button-custom2 {
  color: #fff;
  background-color: #8c76a5;
  padding: 0 14px 0 14px;
  height: 38px;
  font-size: 16px;
  border-radius: 10px;
  text-transform: uppercase;
  border: 3px solid #fff; }
.button.button-custom2:hover,
button.button-custom2:hover,
input[type="submit"].button-custom2:hover,
input[type="reset"].button-custom2:hover,
input[type="button"].button-custom2:hover,
.button.button-custom:focus,
button.button-custom:focus,
input[type="submit"].button-custom2:focus,
input[type="reset"].button-custom2:focus,
input[type="button"].button-custom2:focus {
  color: #fff;
  background-color: #2fac66;
  border-color: #fff;
}

.inleiding {
	padding: 30px 0 80px 0;
	background-color: #e0dad1;
}

/* Correction for large screens */
@media (min-width: 550px) {
.inleiding {
	padding: 60px 0 60px 0;
	background-color: #e0dad1;
}}

.center {
		text-align: center;
}

.inleiding h2 {
	padding: 20px 0 10px 0;
	text-align: left;
}

h2 {
	font-size:1.8em;
	font-weight: 500;
	color:#105f75;
	padding: 20px 0 10px 0;
}

a {	
	text-decoration:underline;
	color:#000;
	font-weight: normal;
}

.tip {
	padding: 40px 0 40px 0;
	background-color:#fcf7ee;
}

.tipgrijs {
	background-color:#e0dad1;
	padding: 40px 0 40px 0;
}

.websites {
	padding: 30px 0 80px 0;
	background-color: #e0dad1;
}

