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

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








header {
	padding: 0px;
	background-color: white;
}



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

}



body {
	margin-left: auto;
	margin-right: auto;
	background: white;
}

main {
	background-color: white;
	width: 90%;
	margin: auto;
}


footer {
	padding: 10px 10px;
	background-color: white;
	width: 90%;
	margin: auto;
}

.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;
	margin-top: 50px;
}



.viiva{
	border-bottom: 5px solid #C59396;
	width: 80%;
	margin: auto;

}












/*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: 20px;
	margin-top: 50px;
}

h2 { /*LEIPÄTEKSTI*/
	font-size: 16px;
	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 }



.col {
	width: 100%;
}



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

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


.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: 3;
	color: black;
	font-size: 17px;
}

.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: 20px;
	margin-top: 50px;
}
	
h2 {  /*LEIPÄTEKSTI*/
	margin-bottom: 16px;
	font-size: 18px;
}
	
	


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

	.alayhteydenottotiedot{
	font-size: 20px;

}



}

/*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;*/
	}
	
	
	main {
	background-color: white;
	width: 90%;
	max-width: 1500px;
	margin: auto;
	}
	
	
	
	footer {
	width: 90%;
	max-width: 1500px;	
	margin: auto;
}

	
/******/	
	
.style-logo {
	margin-top: 70px;

	width: 350px;
}

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

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

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

	
}


.ylakuva {
	width: 100%;
	padding: 0;
	margin: 0;
}

.yht {
	margin-top: 0px;
}
