@font-face {
  font-family: handwritten;
  src: url(always_forever-webfont.woff);
}
body {
  background-image: url("backgroundimg.jpg");
  background-repeat: repeat;
}
footer {
  position:fixed;
  bottom:-60px;
  left:25px;
  height:100px;
  width: 100%;
  color: black;
  text-shadow: 1px 1px white;
}
h1 {
  color: black;
  font-family: handwritten;
  font-size: 42px;
}
p {
  color: black;
  font-family: handwritten;
  font-size: 30px;
}
.main {
  transform: rotate(5deg);
  width: 450px;
  height: 450px;
  padding: 20px;
  background: #ffff00;
  box-shadow: 10px 10px 10px #333333;
  position:absolute; 
  left:0; right:0;
  top:0; bottom:0;
  margin:auto;
  max-width:100%;
  max-height:100%;
  overflow:auto;
  z-index:999;
  cursor:pointer;
}
.messages {
  z-index:-999;
  left:0; right:0;
  top:0; bottom:0;
  margin-top: 5px;
  margin-left: -10px; 
  margin-right: -25px;
  margin-bottom: -10px;
}
.sticky {
  vertical-align:top;
  width: 200px;
  height: 200px;
  padding: 10px;
  margin: 5px;
  display: inline-block;
  box-shadow: 2px 2px 10px #333333; 
  z-index: 999;
  font-family: handwritten;
  font-size: 22px;
  word-wrap: break-word;
}
.foto {
  vertical-align:top;
  width: 210px;
  height: 240px;
  padding: 10px;
  margin: 5px;
  display: inline-block;
  background-color: #F6F6F6;
  box-shadow: 2px 2px 10px #333333; 
  z-index: 999;
  font-family: handwritten;
  font-size: 22px;
  right:0; left:0;
  bottom:0; right:0;
  word-wrap: break-word;
}
.fotofoto {
  display: flex;
  justify-content: center;
}
.fotouitleg{
  display: inline-block;
  color: black;
  font-family: Arial;
  font-size: 12px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.youtube {
  vertical-align:top;
  width: 210px;
  height: 240px;
  padding: 10px;
  margin: 5px;
  display: inline-block;
  background-color: #000000;
  box-shadow: 2px 2px 10px #333333; 
  z-index: 999;
  font-family: handwritten;
  font-size: 22px;
  right:0; left:0;
  bottom:0; right:0;
  word-wrap: break-word;
  border-radius: 15px;
}
.postvak {
  vertical-align:top;
  background: #ffff00;
  width: 250px;
  height: 200px;
  padding: 10px;
  margin: 15px;
  right:0;
  bottom:0;
  display: inline-block;
  box-shadow: 10px 10px 10px #333333;
  position: fixed; 
  z-index:999;
  font-family: handwritten;
  font-size: 22px;
}
.ifSticky {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.ifFoto {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.msg {
  display: inline-block;
  color: red;
  font-family: Arial;
  font-size: 12px;
}
a {
  color: black;
  text-decoration: none;
}
a:hover {
  color: black;
  text-decoration: underline;
}
textarea{
  width: 100%;
}
input[type="text"]{
  width: 100%;
}
img {
  float: right;
}
.naamfoto {
  position: absolute;
  left: 10px;
  bottom: 5px;
}
.naamyoutube {
  position: absolute;
  left: 10px;
  bottom: 5px;
  color: white;
}
.fotoresponse {
  color: red;
  font-family: Arial;
  font-size: 12px;
  padding-top: 2px;
  padding-bottom: 2px;
}