@charset "utf-8";
/* CSS Document */
body{
background-repeat: no-repeat;
background-position: center center;
background-attachment: fixed;
background-size:cover;
}
.background_header{
}
.background_container{
}
.background_footer{
}
.palsta1{
	border-radius:25px;
	background-color: #e3effc;
	margin-top:2%;
	margin-bottom:2%;
	padding:20px;
	background:rgba(227,239,252,0.77);
}
.palsta2{
	border-radius:25px;
	background-color: #effce2;
	margin-top:2%;
	margin-bottom:2%;
	padding:20px;
	background:rgba(227,239,252,0.77);
	margin-right:2%;
}
.palsta3{
	border-radius:25px;
	background-color: #f1e1d2;
	margin-top:2%;
	margin-bottom:2%;
	padding:20px;
	background:rgba(227,239,252,0.77);
}
.footer2 {
	padding-top:1%;
	background-color: #85C882;
	text-align:center;
	background:rgba(230,220,200,0.85)
}
.jarru{
	margin-top:40%;
}
.navigaatio{
	float:right;
}


p{
	font-family: 'Averia Sans Libre', cursive;
	font-size:20px;
}
.logo{
	padding-top:1%;
	padding-bottom:2%;
	float:right;
}
a{ text-decoration:none;
}
h6{
	font-family: 'Carter One', cursive;
	font-size:8px;
}
.maps iframe{
    pointer-events: none;
}
.design{
	font-family: 'Averia Sans Libre', cursive;
	font-size:10px;
	color:rgba(115,100,90,1.00);
	background-color: #e6dcc8;
	text-align:center;
	padding:1%;
}

html{
   height: 100%;
}
body{
   height: 100%;
}
div.wrapper {
   min-height: 100%;
   height: auto !important;
   height: 100%;
   margin: 0 auto -100px auto;
   /*The -100px mentioned above needs to be the exact height of the footer.*/
}
div.footer{
   height: 100px;
   clear: both;
   position: relative;
}
div.nudge{
   height: 100px;
   clear: both;
}
.gallery {
	margin-top: 10%;
	text-align: center;
}