html, body
{
	height: 100%;
	font-family: 'Calibri', sans-serif;
	background-color: #b6c3cb;
	margin: 0px;
}

body:after{
      content:"";
      position:fixed;
	  top:0;
      height:100vh;
      left:0;
      right:0;
      z-index:-1;
}

#page {
	position: absolute; 
	top: 0; 
	bottom: 0; 
	left: 0; 
	right: 0;
}

.main
{
	position: relative;
	background-attachment: fixed;
	background-size: cover;
	height: 100%;
}

.tausta
{
	position: relative;
	background-attachment: fixed;
	background-attachment: scroll;
	background-size: cover;
	height: 100%;
}


.teksti
{
	position: relative;
	width: 70%;
	left: 15%;
}

.keski
{
	position: absolute;
	left: 50%;
	top: 10%;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	margin: auto;
	text-align: center;
}

/* Turn off parallax scrolling for tablets and phones. Increase the pixels if needed */
@media only screen and (max-device-width: 720px) {
    .tausta {
        background-attachment: scroll;
    }

}

.a
{
	background-image: url("../images/main.jpg");
}
