html {
  background: url(/img/bloesem.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin: 0;
  padding: 0;
}
body {
  color: #FFFFFF;
  font-size: 1em;
  font-weight: 100;
  font-family: Verdana, Arial;
}
/*
div#wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: scroll;
}
*/
div.block {
  width: 800px;
  margin: 20px auto;
  padding: 20px;
  background: rgba(0,0,0,0.5);
  box-sizing: content-box;
  border-radius: 8px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
  /*
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  */
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0;
  line-height: 4rem;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
}
p {
  margin-top: 0;
}
hr {
  border: 0;
  height: 1px;
  background: #FFFFFF;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.8);
}
a {
  color: #e50046;
}
div#naw {
  width: 50%;
  float: left;
}
div#buurtfeest {
  width: 50%;
  float: right;
}
label {
  display: inline-block;
  width: 120px;
  padding: 5px 0;
}
label.radio {
  width: auto;
}
input, select, textarea {
  font-size: 1em;
  font-family: Futura, Baskerville, Verdana;
  background: rgba(0,0,0,0.3);
  border-radius: 3px;
  border: 1px solid rgba(0,0,0,0.2);
  color: #FFFFFF;
  width: 240px;
  padding: 5px;
  margin-bottom: 2px;
}
input:hover, select:hover, textarea:hover {
  background: rgba(0,0,0,0.2);
}
input:focus, select:focus, textarea:focus {
  border: 1px solid #FFFFFF;
}
select {
  width: 250px;
}
select option {
  color: #000000;
  background: #FFFFFF;
}
input[type=checkbox],
input[type=radio] {
  width: 20px;
}
input[type=submit] {
  width: 100%;
  border: 1px solid #FFFFFF;
}
textarea {
  width: 365px;;
}
footer {
  clear: both;
}
