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

body {
	background-color: #fff;
	font-family: 'Roboto', sans-serif;
}

.houdoebar {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
	background-color:#546e7a;
	color:#fff;
	padding:5px 0 0 0;
	border-bottom:1px solid #ccc;
}

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

.brand {
	font-size: 24px;
	font-weight: 700;
	font-family: 'Roboto Slab', serif;
}

.brand a {
	text-decoration:none;
}

.extensie {
		font-size: 12px;
}

.menu {
	padding-top: 5px;
	font-size: 120%;
}

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

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

.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: #d9534f;
  border-color: #d9534f; }
.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: #c9302c;
  border-color: #c9302c; }

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

.cover {
	background-image:url("../img/pattern.png"),url("../img/costaholanda.jpg");
	padding-top:30px;
	min-height:700px;
	background-size:cover;
}

/* For devices larger than 550px */
@media (min-width: 550px) {
	.cover {padding-left:20px;
		padding-top:80px;}
}

h1 {
	font-size: 4.5em;
	color:#fff;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 2rem;
	padding-top: 40px;
	line-height: 1.3;
}

.decktekst {
	line-height: 175%;
 	font-size: 1.2em;
	margin: 0;
	padding: 0 0 30px 0;
	color: #F6F6F6;
	font-weight:400;
}

h2 {
	font-size: 2em;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 1.5rem;
	padding-top: 40px;
	line-height: 1.3;
}

h3 {
	font-size: 1em;
	font-weight: 400;
	margin-top: 0;
	margin-bottom: 2rem;
	padding-top: 10px;
	line-height: 1.3;
	font-style: italic;
}

.inleiding {
	padding: 60px 0 0 0;
	color:#000;
}


.foto {
	margin: 0 20px 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;
}

.kader {
	font-weight:400;
	background-color:#FAFAFA;
	color:#000;
	border:1px solid #ccc;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	margin:30px 0 20px 0;
	padding: 20px 25px 15px 25px;
	font-size:90%;
}


/* Contactformulier*/
.contact {
	background-color:#5D5D5D;
	padding: 60px 0 100px 15px;
	color:#fff;
	text-align: left;
	border-top: 1px solid #ccc;
}

.contactformulier {
	color:#000;
}

.contacttitel {
	color: #BBDEFB;
	font-style:italic;
	font-size:24px;
	font-weight:300;
	padding-left: 37px;
	line-height: 200%;
}

.contactpostcode {
	padding-left: 35px;
}

.contactadres {
	padding-left: 35px;
}

.contactformulier {
	padding-top: 20px;	
}

.bedankt {
	padding-top: 150px;
}

/* 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 {
	margin-top: 60px;
  padding:20px 0 10px 10px;
  min-height: 50px;
  background-color: #546e7a;
  color: #FAFAFA;
  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 {
  color: #FAFAFA;
}

.fa {
	color: #26a69a;
}

.webdesign {
	padding-top:100px;
		text-align:center;
		font-size:11px;
}

.webdesign a, 
.webdesign a:hover,
.webdesign a:focus,
.webdesign a:active,
.webdesign a:visited
{
		color:#000;
}

