* { margin:0; padding:0; }

html { 
  font-family:trebuchet ms, candara, sans-serif;
  font-size:62.5%;
}


@media (min-width: 768px) {
body { 
	background-image: url(../images/bg.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
}
}

@media (max-width: 767px) {
body { 
	background-image: url(../images/bg.jpg);
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top 50px center;
	background-attachment: fixed;
}
}

#cookiebar {
  position: fixed;
  top:50px;
  width:100%;
  height:auto;
  font: normal 80% 'arial', color: transparent;
  z-index:999;
  text-align:center; 
  padding-top:0px;
} 

        
#contactline {
  position: fixed;
  bottom:-20px;
  width:100%;
  font: normal 80% 'arial', color: transparent;
  z-index:999;
  text-align:center; 
  padding-top:0px;
  color:#fff;
} 

#contactline-m {
  position: fixed;
  bottom:-20px;
  width:100%;
  font: normal 80% 'arial', color: transparent;
  z-index:999;
  text-align:center;
  padding-top:0px; 
  color:#fff;
} 

		
        

