p{
    margin-top:0;
    margin-bottom:0
}

.home_background {
	background: url("backgrounds/home_background.jpg") no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
			}

.buildings_background {
	background: url("backgrounds/background4.jpg") no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
			}

.example {
    position: absolute;
    display: block;
    width: 100%;
    bottom: 0;
    white-space: pre-wrap; /* CSS3 */    
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */    
    white-space: -o-pre-wrap; /* Opera 7 */    
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.white_text {
	color: white;
}

#map {
        height: 400px;
        width: 100%;
       }

.floating {
	float: left;
}

#portfolio_tabel {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 50%;
}

#portfolio_tabel td, #portfolio_tabel th {
  border: 1px solid #ddd;
  padding: 8px;
}

#portfolio_tabel tr:nth-child(even){background-color: #f2f2f2;}
#portfolio_tabel tr:nth-child(odd){background-color: #e8e8e8;}

#portfolio_tabel tr:hover {background-color: #ddd;}

#portfolio_tabel th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #ff5050;
  color: white;
}

input[type=text], select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

input[type=submit] {
  width: 100%;
  background-color: #fc3003;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #fc4503;
}

.formulier {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
}

.aboutme_title_text {
	color: #FF8C00;
	padding: 200px 200px 00px 200px;
}
	
.aboutme_h1_text {
	color: black;
	padding: 0px 200px 200px 200px;
}

.framebox {
	overflow: hidden;
}

.framebox-center { 
	max-width: 100%;
	max-height: 100%;
	border: 0;
	height: 100%;
	left: 0;
	top: 100;
	width: 100%;
	padding: 0px 8px;
	position: fixed
}
	   
.navbar {
  overflow: hidden;
  background-color: #333;
  font-family: Arial;
}

.navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.dropdown {
  float: left;
  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: red;
}

.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;
}