/* Kleuren*/
/* 	donkergrijs: #2B3435
	lichtgrijs: #A4B5B4 
*/
/*Font Trajan Pro*/
@font-face {
	font-family: 'Trajan Pro';
	src: url('../fonts/TrajanPro-Regular.eot');
	src: url('../fonts/TrajanPro-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/TrajanPro-Regular.woff') format('woff'),
		url('../fonts/TrajanPro-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Trajan Pro';
	src: url('../fonts/TrajanPro-Bold.eot');
	src: url('../fonts/TrajanPro-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/TrajanPro-Bold.woff') format('woff'),
		url('../fonts/TrajanPro-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

.font {
			font-family: 'Trajan Pro';
			font-weight: bold;
			font-style: normal;
		}

/* general styles */
html, body {
  height: 100%;
  width: 100%;
  color: #2B3435;
  font-family:  "Trajan Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
}

/* padded section */
.pad-section {
  padding: 50px 0;
}
.pad-section img {
  width: 100%;
}

/* vertical-centered text */
.text-vcenter {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.text-vcenter h1 {
  font-size: 4.5em;
  font-weight: 700;
  margin: 0;
  padding: 0;
}

/* additional sections */
#home {
  background: url(../images/home.jpg) no-repeat center center fixed; 
  display: table;
  height: 100%;
  position: relative;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#about {
}

#services {
  /*background-color: #306d9f;*/
  background-color: #2B3435;
  color: #ffffff;
}
#services .glyphicon {
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  display: inline-block;
  font-size: 60px;
  height: 140px;
  line-height: 140px;
  text-align: center;
  vertical-align: middle;
  width: 140px;
}

#information {
  background: url(../images/wastafel1.png) no-repeat center center fixed; 
  display: table;
  height: 800px;
  position: relative;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#information .panel {
  opacity: 0.85;
}

#google_map {
  height: 500px;
}

#contact {
	background-color: #2B3435;
	color: #ffffff;
}

#formulier {
  /*background-color: #306d9f;*/
  background-color: #2B3435;
  color: #ffffff;
}



footer {
  padding: 20px 0;
}
footer .glyphicon {
  color: #2B3435;
  font-size: 60px;
}
footer .glyphicon:hover {
  color: #306d9f;
}

.KvH-link {
	color: #fff;
}

a.KvH-link {
	/*color: #2B3435;*/
	color: #fff;
}

p.KvH-font {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.prinssen {
	background-color: #3C3C3C;
}

.hoeka {
	background-color: #129800;
}

.frescolori {
	background-color: #242424;
}

.traditioneel_stucwerk {
	width: 300px;
	height: 300px;
	border-radius: 150px;
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
	background: url(http://link-to-your/image.jpg) no-repeat;
}

ul {
  padding:0 0 0 0;
  margin:0 0 0 0;
}
ul li {
  list-style:none;
  margin-bottom:25px;
}


*::after, *::before {
    box-sizing: border-box;
}
*::after, *::before {
    box-sizing: border-box;
}
html, body {
    color: #2b3435;
    height: 100%;
    width: 100%;
}
