body, html {
	height: 100%;
	margin: 0;
	font-family: Verdana;
	background-color: #eee;
  }
  
  *{
    font-family: Verdana;
    padding:0;
    box-sizing: border-box;
    outline: none;
    border: none;
    text-decoration: none;
}

  .hero-image {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("https://assets.bezienswaardighedenvanboven.nl/poi/images/betuwe.jpg");
	height: 90%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	
  }
  
  .hero-text {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 60%;
	transform: translate(-50%, -50%);
	color: white;
  }
  
  .hero-text button {
	border: none;
	outline: 0;
	display: inline-block;
	padding: 10px 25px;
	color: black;
	background-color: #ddd;
	text-align: center;
	cursor: pointer;
  }
  
  .hero-text button:hover {
	background-color: #555;
	color: white;
  }

  /* map styles menu  */

  #menu {
    background: #efefef;
    padding: 10px;
    font-family: 'Open Sans', sans-serif;
    margin-left: 460px;
    margin-top: 300px;
    }

  /* Sidebar */

  .sidebar {
	margin: 0;
	padding: 0;
	width: 17%;
	background-color: #1e1c25;
	position: fixed;
	height: 100%;
	overflow: auto;
  }

  .sidebar a.logo{
	color:aliceblue;
	font-size: 15px;

  }
  
  .sidebar a {
	display: block;
	color: rgb(193, 193, 193);
	padding: 19px;
	text-decoration: none;
  }
   
  .sidebar a.active {
	background-color: #657bb3;
	color: white;
  }
  
  .sidebar a:hover:not(.active) {
	background-color: rgb(72, 80, 107);
	color: white;
  }
  
  div.content {
	margin-left: 200px;
	padding: 1px 16px;
	height: 1000px;
  }
  
  @media screen and (max-width: 700px) {
	.sidebar {
	  width: 100%;
	  height: auto;
	  position: relative;
	}
	.sidebar a {float: left;}
	div.content {margin-left: 0;}
  }
  
  @media screen and (max-width: 400px) {
	.sidebar a {
	  text-align: center;
	  float: none;
	}
  }

  /* REGISTREREN FORM  */

.form-container{
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px;
    padding-bottom: 60px;
    background: #eee;
}

.form-container form{
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    background: #fff;
    text-align: center;
    width: 500px;
}

.form-container form h3 {
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #333;
}

.form-container form input,
.form-container form select{
    width: 100%;
    padding: 10px 15px;
    font-size: 17px;
    margin: 8px 0;
    background-color: #eee;
    border-radius: 5px;
}

.form-container form select option{
    background: #fff;

}

.form-container form .form-btn{
    background: #d0e1fb;
    color: rgb(20, 23, 220);
    text-transform: capitalize;
    font-size: 20px;
    cursor: pointer;
}

.form-container form .form-btn:hover{
    background:  rgb(20, 23, 220);
    color: #fff;



}

.form-container form p{
    margin-top: 10px;
    font-size: 20px;
    color: #333;
}

.form-container form strong{
  margin-top: 10px;
  font-size: 20px;
  color: rgb(221, 32, 25);
  background:rgb(238, 190, 187); 
  border-radius: 5px;
  display: block;
  margin: 10px 0;
  font-size: 20px;
}
.form-container form p a{
    color: rgb(20, 23, 220) ;
}


/* markers mapbox */

