body {
	background-image: url('tausta.jpg');
	-webkit-text-size-adjust: none;
	background-color: lightgreen;
	-webkit-background-size: contain no-repeat;
	-moz-background-size: contain no-repeat;
	-o-background-size: contain no-repeat;
	background-size: contain no-repeat;
}
	.teksti {
	line-height: 1rem;
	display: block;
	min-height: 200px;
	min-width: 1920px;
	max-width: 1920px;
	white-space: normal;

}

.otsikot {
	display: flex;
	justify-content: space-between
}

.pieniteksti {
	line-height: 1rem;
	font-size: xx-small;
	display: block;
	white-space: normal;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: black;
	
}

.pieniteksti2 {
	line-height: 1rem;
	font-size: xx-small;
	position: relative; left: 1125px; top: -275px;
	display: block;
	white-space: normal;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: black;
	
}
.pieniteksti3 {
	line-height: 1rem;
	font-size: xx-small;
	position: relative; left: 715px; top: -275px;
	display: block;
	white-space: normal;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: black;
	
	
}

	.päivitys {
	line-height: 2rem;
	min-height: 200px;
	min-width: 1920px;
	max-width: 1920px;
	display: block;
	white-space: normal;
	
}

	.päivitysotsikko {
		line-height: 2rem;
		font-style: oblique;
		min-width: 1920px;
		max-width: 1920px;
		-webkit-text-stroke-width: 1px;
		-webkit-text-stroke-color: black;
		display: block;
		white-space: normal;
		
}
	
	.yhteystiedot_otsikko {
		line-height: 2rem;
		font-style: italic;
		min-width: 1920px;
		max-width: 1920px;
		-webkit-text-stroke-width: 1px;
		-webkit-text-stroke-color: black;
		display: block;
		white-space: normal;
		
}

	h1 {
		font-size: 4rem;
		font-family: 'open sans', Arial, Helvetica, sans-serif;
		font-style: oblique;
		min-width: 1920px;
		max-width: 1920px;
		color: white;
		position: relative; left:80px; top:2px;
		display: block;
		-webkit-text-stroke-width: 1px;
		-webkit-text-stroke-color: black;
		
	}

	p {
		font-size: 1.4rem;
		font-family: Tahoma, Verdana, sans-serif;
		color: black;
		position: relative; left:100px; top:-70px;
		text-align: center;
		
	}

	h2 {
		font-size: 2rem;
		font-family: 'open sans',arial,sans-serif;
		color: white;
		display: inline-block;
		position: relative; left:-300px;
		-webkit-text-stroke-width: 1px;
		-webkit-text-stroke-color: black;
		
	}

	h3 {
		font-size: 1.5rem;
		font-family: 'open sans',arial,sans-serif;
		color: black;
		position: relative; left:80px; top:20px;
		display: block;

		
	}

	h4 {
		font-size: 1rem;
		font-family: 'open sans',arial,sans-serif;
		color: black;
		max-height: 2px;
		position: relative; left:80px;
		display: block;

		
	}

	h5 {
		font-size: 1rem;
		font-family: 'open sans',arial,sans-serif;
		color: black;
		max-height: 2px;
		position: relative; left:80px;
		display: block;

		
	}

	h6 {
		font-size: 1rem;
		font-family: 'open sans',arial,sans-serif;
		color: black;
		max-height: 2px;
		position: relative; left:80px; top: -10px;
		display: block;

		

		
	}

		a:link {
		color: blue;
		background-color: transparent;
		text-decoration: none;
		}

		a:visited {
		color: blueviolet;
		background-color: transparent;
		text-decoration: none;
		}

		a:hover {
		color: lightblue;
		background-color: transparent;
		text-decoration: underline;
		}

			.logo {
				height: 9vh;
				margin-left: auto;
				margin-right: auto;
				min-height: 50px;
				position: relative; left:0px; top:350px;
				display: block;
			}

			#kuvat {
				display: flex; justify-content:space-around;

			  }


			.inline-block {
				display: inline-block;
				max-width: 20%;
				margin: 0 2.5%;
				height: 5vh;
			 }

			@media (max-width:  767px) {
				.x-content-band {
				  height: auto !important;
				  background-size: contain !important;             
				  background-position: top center !important;
				}
				}