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

.logo {
	padding: 30px 0 0 0;
	text-align: left;
}

.brand a {
	font-family: 'Roboto Slab', serif;
	font-size: 32px!important;
	font-weight: 500;
	text-decoration:none;
	color: #f1f2eb;
	padding-top: 20px!important;
}

/* Add a black background color to the top navigation */
.topnav {
  background-color: transparent;
	padding-top: 40px;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: #fff;
  text-align: center;
  padding: 5px 15px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: transparent;
  color: #fff;
}

/* Add an active class to highlight the current page */
.topnav a.active {
  background-color: transparent;
  color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
  .topnav a {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
	  padding-top: 0;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

.tekst {
	vertical-align: top;
}

.big-image {
	padding-top:10px;
	background-color: #f5f5f5;
	background-image:url("../img/coverphoto.png");
	min-height: 600px;
	background-size:cover;
	background-position: center right;	
}

/* Correctie voor grote schermen*/
@media (min-width: 550px) {
.big-image {
	padding-top:30px;
	background-position: center center;}
}

.big-image p {
	margin: 0;
}

.overlay {
	position: absolute;
	height: 600px;
	width: 100%;
	top: 0;
	left: 0;
	background: rgba(134, 85, 164, 0.60);
}

.hero {
	text-align: center;
}

h1 {
font-family: 'Roboto', sans-serif;
	letter-spacing: 2px;
	font-size: 2em;
	font-weight: 700;
	color:#fff;
	padding: 60px 10px 0 0;
	line-height: 140%;
}

/* Correction for large screens */
@media (min-width: 1000px) {
	h1 {
	font-size: 3.5em;	
	padding: 100px 10px 0 0;
	}
}

.pagina {
	background-color: #579c23;
}

.pagina h1 {
	text-align: center;
	font-size: 4.5em;
}

.paginamenu {
	padding: 20px 0 0 0;
	background-color: #f8f9f2;
}

.tagline {
font-family: 'Roboto', sans-serif;	
	color:#fff;
	font-size: 1em;
	font-weight: 700;
	padding: 0 0 40px 0;
}

/* Correctie voor grote schermen*/
@media (min-width: 550px) {
.tagline {
	font-size: 1em;
	letter-spacing: 1.5px;
	}
}

.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 6px 14px;
  height: 36px;
  font-size: 16px;
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: #81b337;
  padding: 0 14px 5px 14px;
  height: 36px;
  font-size: 14px;
font-weight: 700;
  border-radius: 10px;
  text-transform: none;
  border: 3px solid #81b337; }
.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-custom2:focus,
button.button-custom2:focus,
input[type="submit"].button-custom2:focus,
input[type="reset"].button-custom2:focus,
input[type="button"].button-custom2:focus {
  color: #fff;
  background-color: #91c24d;
  border-color: #91c24d;
}



.intro, .licht {
	padding: 80px 0 100px 0;
	background-color: #f8f9f2;
}

.donker {
	padding: 80px 0 100px 0;
	background-color: #f1f2eb;
}

/* Correction for large screens */
@media (min-width: 550px) {
.intro {
	padding: 110px 0 120px 0;
}}

.introimg {
	padding-top:20px;
}

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

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

h2 {
font-family: 'Roboto', sans-serif;	
	font-size:1.2em;
	text-transform: uppercase;
	font-weight: 500;
	color:#706f6f;
	padding: 20px 0 10px 0;
}

h3 {
font-family: 'Roboto', sans-serif;	
	font-size:1em;
	font-weight: 500;
	color:#706f6f;
	padding: 10px 0 0 0;
}

.contactopnemen h2 {
	padding-bottom: 0;
	text-align: center;
}

.foto {
	margin: 0 10px 10px 0;
  -webkit-box-shadow: 7px 7px 7px 0 rgba(0,0,0,.2);
  -moz-box-shadow: 7px 7px 7px 0 rgba(0,0,0,.2);
  box-shadow: 7px 7px 7px 0 rgba(0,0,0,.2);
  padding: 10px;
}

.fotoklein {
	margin: 60px 0 0 0;
}

.fotoklein1 {
	margin: 120px 0 0 0;
}

.lucht {
	padding: 0 20px 0 20px;
}

a {	
	text-decoration:underline;
	color:#579c23;
}

/* Tegen ongewenste berichten*/
.lieverniet { display:none;}

.form-control::-moz-placeholder {
  color: #5D5D5D;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #5D5D5D;
}
.form-control::-webkit-input-placeholder {
  color: #5D5D5D;
}

.balk-onder {
  padding:30px 0 10px 10px;
  min-height: 50px;
  color: #525252;
  background-color: #f1f2eb;
  font-size:16px;
  border-top: 1px solid #ccc;
}

/* Correctie voor brede schermen*/
@media (max-width: 768px) {
  .balk-onder {
  padding:20px 0 0 0;
  text-align: left;
  }
}

.balk-onder a, .aanpak a {
  color: #525252;
	font-style: normal;
}

.webdesign {
	background-color: #f1f2eb;
	padding-top:20px;
		text-align:center;
		font-size:11px;
}

.webdesign a, 
.webdesign a:hover,
.webdesign a:focus,
.webdesign a:active,
.webdesign a:visited
{
		color:#000;
	font-weight: normal;
}

.klein {
	font-size: 80%;
}

hr {
	margin: 15px 0 10px 0;
}

/* Uitklappen van tekst*/
.text {
	display:none;
 }

.expand {
	text-decoration:underline;
	cursor:hand;
	cursor:pointer;
	color:#525252;
}

ul li {
 font-size: 80%;
}
