
@media only screen and (min-width: 767px) {
	#background-wrapper {
	  position: relative;
	  width: 940px;
	  min-height: 400px;
	  margin: auto;
	  margin-top: 50px;
	  background-color: #fff;
	  margin-bottom: 50px;
	}
}

@media only screen and (max-width: 767px) {
	#background-wrapper {
	  position: relative;
	  margin: auto;
	  background-color: #fff;
	}
}

body {
	background: none;
}

.row p {
  font-family: 'Monda', serif;
}

html { 
  background: url(../img/background.png) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  //background-color: #003340;
}

.checkmark{
	color: #00FF40;
	font-weight: bold;
}

.bright{
	background-color: #00ccff;
	text-align:center;
	color: #fff;
	font-size: 28px;
}

/*#contactform{
	width: 600px;
	height: 600px;
}
*/
#asbf {
	display: none;
}

#messagetext {
	height: 200px;
}

.galleria{ width: 920px; height: 500px; background: #000 }

#centerthis{
	text-align:center;
}