body {
	padding: 0;
	margin: 0;
	background-color: #BAD1E2;
	font-family: 'Playfair Display', serif;
	color: #2B3849;
}

#hero {
  height: 800px;
  overflow: hidden;
  position: relative;
}

#content {
	background-color: #fff;
	background-image: url(../img/localmap_dropshadow.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	background-clip: border-box;
	padding-bottom: 4em;
}
#content.noimage {
	background-image: none !important;
}

.layer {
  background-position: bottom center;
  background-size: auto;
  background-repeat: no-repeat;
  width: 100%;
  height: 800px;
  position: fixed;
  z-index: -1;
}

#hero-mobile {
  display: none;
  background: url(" ") no-repeat center bottom/cover;
  height: 320px;
}
section {
	padding-top: 4em;
	min-height: 600px;
}

.headerimage {
	background-color: #BAD1E2;
	;
	background-image: url(../img/overlay_small.png);
	background-repeat: repeat;
	height: 200px;
}
.first-section {
  padding: 50px 0 20px 0;
}

.text-header {
  font-size: 50px;
  text-align: center;
}
h1 {
	font-size: 2.4em;
	text-align: center;
}
.first-section * h1 {
	text-align: left;
}
hr {
	width: 20%;
	border: 2px solid rgba(217,78,16,1.00);
}
.header-container h1 {
	font-size: 3em;
	line-height: 120%;
	margin-bottom: 30px;
	text-align: center;
	text-shadow: 2px 2px 4px rgba(21,38,50,0.74);
	color: #000;
}
.header-container {
	padding: 4em 10em;
	align-content:center;
	}
.logo {
	position: relative;
	left: 20%;
	width: 250px;
	height: 175px;
	background-image: url(../img/ryvej41_logo.png);
	background-size: contain;
	background-repeat: no-repeat;
}
p {
	color: #243C51;
	font-size: 18px;
	line-height: 150%;
}

h2 {
	color: #324fa1;
	text-align: center;
}

#hero, .layer {
  min-height: 800px;
}

.layer-bg {
	background-color: #BAD1E2;
  /*background-image: url("../mg/Background_plane.png");*/
}

.layer-1 {
  background-image: url("../img/overlay_small.png");
  background-repeat: repeat;
  background-position: center top;
}

.layer-2 {
  background-image: url("../img/Background_plane_transparent.png");
  background-position: right bottom;
}

.layer-3 {
  background-image: url("../img/overlay.png");
  background-repeat: repeat;
  background-position: left bottom;
}

.layer-4 {
  background-image: url("../img/localmap_bigger.png");
  background-size:contain;
}

.layer-overlay {
  background-image: url("../img/sunflare.png");
}
label {
	width: 250px;
	display: block;
	border: none;
	margin: 12px 0px 0px 0px;
}
section#contact.forth-section {
	padding-bottom: 8em;
}
.moremargin {
	margin-top:50px;
	
	}
@media only screen and (max-width: 768px) {
  /*#hero {
    display: none;
  }

  #hero-mobile {
    display: block;
  }*/
	  .header-container {
		  padding: 1em 1em; 
		  }
		 .header-container h1 {font-size: 3.5em;}
	.imagebox { padding-top: 25px;
	}
.andystucks {
	margin-right: 20px;
}
.andytile {
	background: url(../img/tiletester.png) top right repeat;
}

}

@media only screen and (min-width : 769px ){
		.layer-4 {
		  background-image: url("../img/localmap_bigger2.png");
		  background-size:contain;
		}
		.logo {
		left: 35%;
		}
}
.tutorial-link {
  color: #fff;
  font-size: 18px;
  text-decoration: underline;
}
.tutorial-link:hover {
  color: #ede0d5;
}
