@charset "utf-8";

/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap');

	

h1,
h2,
h3,

h1 {
    font-size: 35px;
	color: #5c778d;
}

h2 {
    font-size: 25px;
}

h3 {
    font-size: 20px;
}




#container {
	margin:0  auto;
	width:1040px;
	font-family: open sans, sans-serif;
	
	
}



#logo {
	position: relative;
	width:300px;
	left: 75px;
	top: 25px;

} 

#slogan{
	
	position: relative;
	width:400px;
	left: 75px;
	top: 70px;
	
}

#header {
	
	position: relative;
	width:550px;
	left: 500px;
	top: -95px;

}





#Home_foto {
    margin:0 auto;
	position: relative;
	width: auto;
	top: auto;

} 

#about_foto1 {
    margin:0 auto;
	position: relative;
	left: 10px;
	top: auto;
	width:750px;

}

#about_foto2 {
    margin:0 auto;
	position: relative;
	left: 10px;
	top: auto;
	width:750px;

}

#about_foto3 {
    margin:0 auto;
	position: relative;
	left: 10px;
	top: auto;
	width:750px;

}
#Home_tekst {
	margin:0 auto;
	color: black;
    position: relative;
	width:750px;
	left: 15px;
    right:15px;
	top: auto;
}

#about_tekst1 {
	margin:0 auto;
	color: black;
    position: relative;
	width:750px;
	left: 15px;
    right:15px;
	top: auto;
}

#about_tekst2 {
	margin:0 auto;
	color: black;
    position: relative;
	width:750px;
	left: 15px;
    right:15px;
	top: auto;
}

#about_tekst3 {
	margin:0 auto;
	color: black;
    position: relative;
	width:750px;
	left: 15px;
    right:15px;
	top: auto;
}


#Home_map {
	margin:0 auto;
	position: relative;
	left: 10px;
	top: auto;
	width:750px;
}

#Home_contact{
	margin:0 auto;
	color: black;
	position: relative;
	top:auto;
	width: 750px;
}


.container a {  
  font-size: 16px;
  color: black;
  text-align: center;
  text-decoration: none;}

.navbar {
  font-family: open sans, sans-serif;
  overflow: hidden;

  
}

.navbar a {
  float: right;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.dropdown {
  float: right;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 16px;  
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: #c12201;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}
	

 #footer {
	 background: #5c778d;
	 color: white;
	 position: relative;
	 margin:0 auto;
	 text-align: center;
	 width: auto;
}
  
	
.footer a:link{
background-color: transparent;
color: black;
text-decoration: none;
}
.footer a:visited{
background-color: transparent;
color: black;
text-decoration: none;
}
.footer a:hover{
background-color: transparent;
color: black;
text-decoration: none;
}

.footer a:active{
background-color: transparent;
color: black;
text-decoration: none;
}


.button {
  border: none;
  border-radius: 25px;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;

}

.button1 {
  background-color: #5c778d; 
  color: white; 
  border: 2px solid #5c778d;
}

.button1:hover {
  background-color: white;
  color: #5c778d;
}

.button2 {
  background-color: white; 
  color: #5c778d; 
  border: 2px solid #5c778d;
}

.button2:hover {
  background-color: white;
  color: #5c778d;
}

/* Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea {
  width: 100%; /* Full width */
  padding: 12px; /* Some padding */  
  border: 1px solid #ccc; /* Gray border */

  box-sizing: border-box; /* Make sure that padding and width stays in place */
  /*margin-top: 6px;  Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
  background-color: white;
  color: #5c778d;
  padding: 12px 20px;
  border: none;
  border-radius: 25px;
  cursor: pointer;
}


input[type=submit]:hover {
  background-color: white;
  color: #5c778d;
  border: 2px solid #5c778d;
}


#form {
	 background: #5c778d;
	 color: white;
	 position: relative;
	 margin:0 auto;
	 text-align: center;
	 width: 750px;
	
}

