/**
 * Stylesheet placeholder Goochemweb.nl
 */


body {
  
  background: url('../images/fb.jpg') no-repeat left top fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 25px;
}

@media (orientation: portrait)  {
  body {
	 background: url('../images/fb-p.jpg') no-repeat left top fixed;
	 -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 100% 100%;
  }
}

h1 {
  color: white;
  font-weight: 900;
  font-size: 7vw;
  text-shadow: 2px 2px black;
}	 

.contact_blok{
	position: absolute;
	bottom: 0;
	width: 100%;
}	

.contact_blok_button {
	display: block;
	position: relative;
 color: white;
  font-weight: 900;
  font-size: 8vw;
  text-align: center;
  text-shadow: 2px 2px black;
}	
	


