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

html, 
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: 'Averia Serif Libre', Arial;
}

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

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








/*OSIOITA*/
footer {
	padding: 0px 10px 0px;
	background-color: rgba(245,245,255,0.3);
	
}

body {
	margin-left: auto;
	margin-right: auto;
	/*background: #C9E7FC;*/
	background-image:url("../images/kuva1.jpg");
	background-repeat: no-repeat;
    background-size:cover;	
	/*width: 81%;*/   /*80%*/
	background-attachment: fixed;
}

main {
		background-color: rgba(245,245,255,0.3);   	
	}





	
	/*LOGON SÄÄDÖT*/
.style-logo {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 100%;
	text-align: center;
	font-size: 40px;
	padding: 10px 0px;
}
/**/      /**/






/*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: 22px;
	margin: 30px 0px 60px;
	/*text-transform: uppercase;*/
	font-weight: 300;
}

h2 { /*LEIPÄTEKSTI*/
	font-size: 20px;
	letter-spacing: 2px;
	font-weight: 300;
}

h4 { /*COPYRIGHT TEKSTI*/
	font-size: 15px;
	font-weight: 300;
	margin-bottom: 20px;
	margin-top: 25px;
}

strong{
	font-weight: bold;
	
}



/**//**/





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














/*puolikkaan palstan  kuva tuotteet sivulla alkaa*/
.half-img{
	width: 100%;
	margin: auto;
	padding: 0px 0px 50px;
	}
/*puolikkaan palstan levyinen kuva tuotteet sivulla paattyy*/











/*tietokentän sarake*/ /**/
.col {
	width: 100%;
}
/**//**/



/**//**/

/*tietokentän sarake, koko sivun leveys, keskitetty*//**/
.col-txt-100 {
	width: 90%;
	padding: 0px 0px 40px;
	border-bottom: #bccfe7 10px solid;  /*#22A463*/
	margin:auto;
	margin-bottom: 40px;

}
/**//**/
/*tietokentän sarake puolikkaan sivun leveys, keskitetty*//**/
.col-txt-50 {
	width: 100%;
	padding: 20px 0px 0px;
	margin: auto;
}
/**//**/
/**tietokentän sarake puolikkaan sivun leveys, tuotteet sivulla*//**/

.col-txt-50-lomake {
	width: 100%;
	padding: 20px;
	margin: auto;
}
/**//**/
/**//**/






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

.row:after {
	clear: both;
}






/*yhteydenottolomake*/

.contact-title{
	margin-top: 100px;
	color:#000000;
	text-transform:none;
	transition: all 4s ease-in-out;
}
.contact-title h1{
	font-size: 32px;
	line-height: 10px;
}
.contact-title h2{
	font-size: 20px;
}
form{
	margin: auto;
	padding: 0px 20px;
	/*transition: all 4s ease-in-out;*/
}

.form-control{
	width: 80%;
	background: transparent;
	border: none;
	outline: none;
	border-bottom: 1px solid #000000;
	color: #000000;
	font-size: 20px;
	margin-bottom: 16px;
	margin: auto;
	font-weight: 300;
	
}
.form-control-laheta{
	width: 80%;
	background: transparent;
	border: none;
	outline: none;;
	color: #000000;
	font-size: 20px;
	margin-bottom: 16px;
	margin: auto;
	font-weight: 300;
}


input{ 
	height: 35px;
	margin-top: 5px;
	vertical-align: middle;
}
textarea{ 
	margin-top: 5px;
	vertical-align: middle;
}

form .submit{
	/*background: #ff5722;
	border-color: transparent;
	border: 1px #000000 solid;
	border-radius: 2px;*/
	color: #000000;
	font-size: 20px;
	/*font-weight: bold;*/
	letter-spacing: 2px;
	height: 50px;
	margin-top: 20px;
	/*margin-left: 1%;*/
	width: 100px;
}

form .submit:hover{
	/*background-color:#F5F5F5;    #f44336;*/
	cursor:pointer;
	border-bottom: 1px #000000 solid;
	width: 100px;
	padding: 1px 0px 0px 0px;
}







/**//**/

/*Tablet View*/

@media (min-width: 768px){
	
	body {
		max-width: 778px;
	}
	
	/*LOGON SÄÄDÖT*/
	.style-logo {
		margin-left: auto;
		margin-right: auto;
		display: block;
		width: 100%;
		text-align: center;
		font-size: 40px;
		padding: 20px;
	}
	/**/      /**/
	

	
	
	
	h1 {  /*OTSIKOT*/
		font-size: 25px;
		margin: 22px;
		margin-bottom: 90px;
		font-weight: 300;
	}
	
	h2 {  /*LEIPÄTEKSTI*/
		margin: 22px;
		font-weight: 300;
	}
	
	/**//**/

	
	
	
		/**//**/

	
	
	

	
/*puolikkaan palstan kuva tuotteet sivulla alkaa*/
.half-img{
	width: 70%;
	margin: auto;
	padding: 0px 0px 50px;
	}
/*puolikkaan palstan levyinen kuva tuotteet sivulla paattyy*
	
	
	

/*tietokentän sarake*/ /**/
	.col {
		padding: 5px 10px;
		
	}
	/**//**/
	

	
	.col-txt-100 {
		width: 90%;
		margin: auto;
		padding: 0px 0px 40px;
		margin-bottom: 40px;
	}


/**//**/
	
	
/*tietokentän sarake puolikkaan sivun leveys, keskitetty*//**/
.col-txt-50 {
	width: 100%;
	padding: 5px 0px 0px;
	margin: auto;
}
/**//**/
/**tietokentän sarake puolikkaan sivun leveys, tuotteet sivulla*//**/

.col-txt-50-lomake {
	width: 80%;
	padding: 20px;
	margin: auto;
}


	
	
	
	/*YHTEYDENOTTOLOMAKE*/	
	
	
.form-control{
	width: 100%;/*600px;*/
	background: transparent;
	border: none;
	outline: none;
	border-bottom: 1px solid #000000;
	color: #000000;
	font-size: 20px;
	margin-bottom: 16px;
	font-weight: 300;
}
	
.form-control-laheta{
	width: 600px;
	background: transparent;
	border: none;
	outline: none;;
	color: #000000;
	font-size: 20px;
	margin-bottom: 16px;
	font-weight: 300;
}


input{ 
	height: 35px;
	margin-top: 5px;
	vertical-align: middle;
}
textarea{ 
	margin-top: 5px;
	vertical-align: middle;
}

form .submit{
	/*background: #ff5722;
	border-color: transparent;
	border: 1px #000000 solid;
	border-radius: 2px;*/
	color: #000000;
	font-size: 20px;
	/*font-weight: bold;*/
	letter-spacing: 2px;
	height: 50px;
	margin-top: 20px;
	/*margin-left: 3%; /*250px;*/
	width: 100px;
}

form .submit:hover{
	/*background-color:#F5F5F5;    #f44336;*/
	cursor:pointer;
	border-bottom: 1px #000000 solid;
	width: 100px;
	padding: 1px 0px 0px 0px;
}
	
	
	/**//**/


	
	
	

}

/*Desktop View*/

@media (min-width: 1024px){
	
	body {
		max-width: 1200px;
	}
	
	/*LOGON SÄÄDÖT*/
	.style-logo {
		margin-left: auto;
		margin-right: auto;
		display: block;
		width: 100%;
		text-align: center;
		font-size: 60px;
	}
	/**/      /**/

	
	/**//**/

		
	
	/*puolikkaan palstan  kuva tuotteet sivulla alkaa*/
	.half-img{
		width: 50%;
		padding: 30px 20px 30px 0px;
		float: left;
		
	}
/*puolikkaan palstan levyinen kuva tuotteet sivulla paattyy*
	
	
	
	/**//**/

	/*tietokentän sarake, koko sivun leveys, keskitetty*//**/
	.col-txt-100 {
		width: 70%;
		margin: auto;
		padding: 0px 0px 35px;
		margin-bottom: 35px;
		
	}
	/**//**/
	
	/*tietokentän sarake puolikkaan sivun leveys, keskitetty*//**/
	.col-txt-50 {
	  	width: 100%;
		margin: auto;
		padding: 5px 0px 0px;
	}

	/**//**/
	/**tietokentän sarake puolikkaan sivun leveys, tuotteet sivulla*//**/

	.col-txt-50-lomake {
		width: 50%;
		padding: 20px 0px;
		float: left;
	}
	/**//**/
	/**//**/


	
}

