/* ------- DEFAULT STYLING ------ */
html {
	font-size: 16px;
}

body {
	font-family: 'Ubuntu', Arial, Verdana, sans-serif;
}

p, h1, h2, h3, h4, h5, h6 {
	color: #676b70;
}

/* ----------- LOGO ---------- */
.logo img {
	width: 100%;
	max-width: 50px;
	height: auto;
	margin-bottom: 0px;
}

/* ------------ BANNER ------------ */
.banner-hr {
  padding: 0;
  border: none;
  border-top: medium double #ddcab6;
  text-align: center;
}

/* ---------- DIENSTEN BTN ----------*/
.meer-diensten-btn {
	margin-left: 0;
	margin-right: auto;
	margin-top: 20px !important;
}

/* ----------- CONTACT -----------*/
#contact-title h1 {
	padding-top: 0 !important;
}

.form-alert,
.contact-form-php input,
.contact-form-php textarea {
	width: 80%;
}
