@charset "UTF-8";
/* CSS Document */

html, 
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: 'Average Sans', sans-serif, Arial, Helvetica Neue, Helvetica, "sans-serif";
}








header {
	padding: 40px;
	background-color: white;
	background: rgba(255,255,255,0.80);
}



nav {
	position: fixed;
	overflow: hidden;
  	background-color: none;
  	top: 0;
	left: 0;
  	width: 100%; 

}



body {
	margin-left: auto;
	margin-right: auto;

  background-image:url("../images/taustakuva.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;  
  background-size: cover;
}

main {
	background-color: white;
	background: rgba(255,255,255,0.80);

}


footer {
	padding: 10px 10px;
	background-color: white;
	/*width: 90%;*/
	margin: auto;
	background: rgba(255,255,255,0.80);

}

.hidden{
	display: none;
}

/***************/






img {
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}



.contactsymbol{
	width: 35px;
	margin-right: 15px;
}




.style-logo {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 200px;
}



.viiva{
	border-bottom: 2px solid #347037;
	width: 80%;
	margin: auto;
	margin-top: 80px;
	margin-bottom: 80px;

}


.kunnat{
	margin-bottom: 35px;
}









/*linkkien säätö*/
a:link {
    text-decoration: none;
	color: #000000;
	outline: none;
}

a:visited {
    text-decoration: none;
	color: #000000;
	outline: none;
}

a:hover {
    text-decoration: none;
	color: #000000;
	outline: none;
}

a:active {
    text-decoration: none;
	color: #000000;
	outline: none;
}




/**//**/

















h1 {  /*OTSIKOT*/
	font-size: 25px;
	/*text-transform: uppercase;*/
	font-weight: 200;
	margin-bottom: 60px;
}

h2 { /*LEIPÄTEKSTI*/
	font-size: 17px;
	margin-bottom: 23px;
	font-weight: 400;
	line-height: 1.6;

}



h4 { /*COPYRIGHT TEKSTI*/
	font-size: 15px;
	font-weight: 200;
	margin-bottom: 10px;
	margin-top: 10px;
}

p {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 35px;
}

b {
		font-weight: 600;
	}
.sisennetty{
	margin-left: 30px;
}



.col {
	width: 100%;
}



.col-footer {
	width: 100%;
	position: absolute;
}

.col-txt-100 {
	width: 100%;
	margin: auto;
	padding: 20px;
	max-width: 900px;
	/*margin-top: 60px;
	margin-bottom: 60px;*/
	padding-top: 0px;
}


.row:before, .row:after {
	content: "";
	display: table;
}

.row:after {
	clear: both;
}







.alayhteydenottotiedot{
	width: 100%;
	/*padding: 30px;
	padding-bottom: 0px;
	padding-top: 50px;*/
	margin: auto;
	line-height: 2;
	color: black;
	font-size: 17px;
	margin-bottom: 80px;
}

.alayhteydenottotiedot a{
	color: black;
}




/*Tablet View*/

@media (min-width: 768px){
	
body {
	max-width: 778px;
}
	

	
	
/*VALIKKO ALKAA*/

/*VALIKKO LOPPUU*/
	

	
	
	
	
	
h1 {  /*OTSIKOT*/
	font-size: 30px;
	margin-bottom: 40px;
}
	
h2 {  /*LEIPÄTEKSTI*/
	margin-bottom: 16px;
	font-size: 20px;
}


	
.col {
	float: left;
	padding: 15px 10px;
}
	
.col-txt-100 {
	width: 90%;
	padding: 20px;
	padding-top: 0px;

}


	
	
.alayhteydenottotiedot{
	width: 360px;
	/*padding: 30px;
	padding-bottom: 0px;
	padding-top: 50px;*/
	margin: auto;
	line-height: 2;
	color: black;
	font-size: 20px;
	margin-bottom: 80px;
}


}

/*Desktop View*/

@media (min-width: 1024px){
	
body {
	/*max-width: 1500px;*/
	max-width: 1500px;
}
	
nav{
	height: 60px;	
	background-color: red;
	border-bottom: 2px solid #707070;
	}	
	
 header {
	/*margin-top: 20px;*/	
	/*padding-left: 150px;*/
	}
	
	
/******/	
	
.style-logo {
	/*float: left;*/
	width: 350px;
	margin-bottom: 50px;
	margin-top: 50px;
}

	
	
	
	
/************

	
***********/
	
	

	
	
	
	
	/************/
	
	
.col-txt-100 {
	width: 90%;
	padding: 20px;
	padding-top: 0px;

}

	.alayhteydenottotiedot{
	
}
	
}

