body {
	background-color: #e3fff8;
	font-family: Georgia, "Georgia", sans-serif;
	color:#444444;
}
h1 {
	margin:10px;
	text-align:center;
	font-size:50px;
}
.foto img{
	position:relative;
	width:31%;
	margin:10px;
	float:left;
	border-radius:9px;
}
.foto_2 img{
	position:relative;
	width:48%;
	margin:10px;
	float:left;
	border-radius:9px;
}
hr{
	color:#C5C5C5;
	width:90%;
}

.main{
	width:48%;
	float:left;
	background-color:#FBF0D8;
	margin:10px;
	border-radius:9px;
	margin-bottom:20px;
}
.main p{
	margin:15px;
}
.tekst{
	margin:5%;
	float:left;
}

h2{
	text-align:center;
}

h3{
	text-align:center;
}
.facebook{
	float:left;
	height:500px;
	margin:10px;
}
.googlemaps{
	margin-top:20px;
	text-align:center;
}
div#footer{
	margin-top:20px;
	text-align:center;
}
#back2Top {
    width: 40px;
    line-height: 40px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    position: fixed;
    bottom: 50px;
    right: 0;
    background-color: #DDD;
    color: #555;
    text-align: center;
    font-size: 30px;
    text-decoration: none;
}
#back2Top:hover {
    background-color: #DDF;
    color: #000;
}

@media screen and (max-width: 1024px) {
	.foto img{width:95%}
	.foto_2 img{width:95%}
}

@media screen and (max-width: 768px) {
	.foto img{width:95%}
	.foto_2 img{width:95%}
	.main{width:30%}
}

@media only screen and (max-width: 480px) {
	.foto img{width:95%}
	.foto_2 img{width:95%}
	.main{width:95%;height:100%}
}

@media only screen and (max-width: 370px) {
	.foto img{width:95%}
	.foto_2 img{width:95%}
	.main{width:95%;height:100%}
}

@media only screen and (max-width: 320px) {
	.foto img{width:95%}
	.foto_2 img{width:95%}
	.main{width:95%;height:100%}
	h1{font-size:40px;}
}

@media only screen and (max-width: 280px) {
	.foto img{width:95%}
	.foto_2 img{width:95%}
	.main{width:95%;height:100%}
	h1{font-size:36px;}
	
}