/* Base styling */
body, html {
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	margin: 0;
	padding: 0;
	color: #333;
	line-height: 1.6;
}

/*
header {
	background-color: #727D73;
	color: #F0F0D7;
	padding: 3.5em 0;
	text-align: center;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	position: fixed;
	width: 100%;
	top: 0;
	color: #F0F0D7;
}

header::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.3);
	z-index: 0;
}

.image_container {
	width: 100%;
	text-align: center;
}

img.inline_image {
	width: 23em;
}

header h1,
header nav {
	position: relative;
	z-index: 1;
}


header h1 {
	margin: 0;
	font-size: 2rem;
}

nav {
	margin-top: 1em;
}

h1 a {
	all: inherit;
	text-decoration: inherit;
	color: inherit;
	cursor: pointer;
}

a.header_contact {
	background-color: #edf4d6c7;
	padding: 7px 10px;
	border-radius: 8px;
	border: solid 2px #cde0d0bf;
	color: #333;
}

*/


h4 {
	color: #666;
}

.feedback_ok {
	width: 21em;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border: solid 2px #5c7353;
	background-color: #94d09e;
	border-radius: 5px;
	padding: 1px;
	margin-bottom: 2em;
}

.feedback_error {
	width: 21em;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border: solid 2px #735353;
	background-color: #d09494;
	border-radius: 5px;
	padding: 1px;
	margin-bottom: 2em;
}


nav a {
	color: #F0F0D7;
	text-decoration: none;
	margin: 0 1em;
	font-weight: bold;
	transition: color 0.3s;
}

nav a:hover {
	color: #D0DDD0;
}

nav a {
	color: #F0F0D7;
	margin-right: 1em;
	text-decoration: none;
	position: relative;
	padding-bottom: 4px;
}

nav a.active {
	border-bottom: 2px solid #D0DDD0;
}

div.header_image_container {
	background-color: #ffffff;
	width: 18em;
	margin-left: auto;
	margin-right: auto;
	border-radius: 26px;
	height: 8.7em;
	position: relative;
	box-shadow: 0 0 3px 5px #fff;
}

/*
background-color: #ffffff;
width: 9em;
border-radius: 13px;
height: 5em;
left: 1em;
top: 2em;
box-shadow: 0 0 3px 5px #fff;
position: absolute;

position: relative;
left: -2em;
width: 16em;
bottom: 0.8em;
 */

a#header_image_link {
    height: inherit;
    position: relative;
    display: inline-block;
    width: 30em;
}

img.header_logo_ppp {
	position: relative;
	left: -3em;
	width: 30em;
	bottom: 2.2em;
}

/* Main Content */
main {
	background: url(../images/voet_zand.jpg) center / cover no-repeat fixed;
	align-items: center;
}

section {
	    padding-bottom: 7em;
    padding-top: 7em;
}

/* Footer */
footer {
	background-color: #AAB99A;
	color: #333;
	text-align: center;
	padding: 1em 0;
	font-size: 0.9em;
	width: 100%;
	position: static;
	bottom: 0;
}

a.footer_url {
	text-decoration: inherit;
	color: inherit;
	cursor: pointer;
}

/* Form Styling */
form {
	background-color: #F0F0D7;
	padding: 1em;
	border-radius: 6px;
	box-shadow: inset 0 0 5px rgba(0,0,0,0.1);
	width: 80vh;
	margin-left: auto;
	margin-right: auto;
}

label {
	display: block;
	margin-top: 1em;
	font-weight: bold;
}

input[type="text"],
input[type="email"],
textarea {
	width: 96%;
	padding: 0.75em;
	border: 1px solid #AAB99A;
	border-radius: 4px;
	margin-top: 0.5em;
	background-color: #fff;
}

button {
/*	margin-top: 1em;
	padding: 0.7em 1.5em;
	background-color: #727D73;
	color: #F0F0D7;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	transition: background 0.3s;
	font-size: .8em;
*/
    background-color: #D0DDD0;
    border-radius: 5px;
    border: solid 2px #cde0d0bf;
    box-shadow: 0 0 2px 1px #cde0d0bf;
    padding: 8px;
    color: #777;
    text-decoration: none;
    font-weight: bold;
    font-size: 15px;
    display: inline-block;
    width: 12em;
    text-align: center;
    font-size: .8em;
}

button:hover {
	background-color: #5F695E;
}







header {
	position: fixed;
	color: #F0F0D7;
	top: 0;
	z-index: 10;
}

.hero {
	height: 100vh;
	position: absolute;
}

.mero {
	height: 100vh;
	position: absolute;
	top: 100vh;
}

.content {
	padding: 2rem;
	font-family: auto;
	font-size: 1.6rem;
	color: #444;
}

.text_center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block !important;
}

.light {
    background-color: #F0F0D7;
}

.dark {
	background-color: #AAB99A;
}

div.text_main {
	display: block;
	padding-bottom: 4em;
	background-color: #ffffffdb;
	margin: 2em;
	border-radius: 15px;
	box-shadow: 0 0 6px #fff;
	margin-top: 7em;
}

#mainpage_logo {
	height: inherit;
	display: inline-block;
	position: relative;
	top: -6px;
}

#main_content_right {
	display: inline-block;
	width: 45%;
}

#main_content_left {
	display: inline-block;
	width: 45%;
}

#mainpage_rianne {
	width: 15em;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.highlight_text{
	font-size: 2em;
	color: #bbb;
	font-weight: bold;
	text-align: center;
}

.dark .highlight_text {
  color: #888;
}

p {
	text-align: justify;
}

footer p {
	text-align: center;
}

#logo_container {
	background-color: #fff;
	box-shadow: 0 0 5px #fff;
	width: 100%;
	height: 100px;
}

.contact_button_highlight {
	background-color: #D0DDD0;
	border-radius: 5px;
	border: solid 2px #cde0d0bf;
	box-shadow: 0 0 2px 1px #cde0d0bf;
	padding: 8px;
	color: #777;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
	display: inline-block;
	width: 12em;
	text-align: center;
}

.contact_button_highlight:hover {
	color: #D0DDD0;
}

header h1, header nav {
	z-index: 1;
	display: block;
	position: relative;
	top: -71px;
	width: 57em;
	margin-left: auto;
	margin-right: auto;
}

nav a {
	margin-right: 1em;
	text-decoration: none;
	position: relative;
	padding-bottom: 4px;
	color: #777;
}


