html,
body
{
	background:#cc9933;
  padding: 0;
  margin: 0;
  font-family: 'Pacifico', cursive;
}

body {
	font-size: 62.5%; 
	line-height:1.6rem;
}

h1 {
	text-align:center;
	font-family: 'Pacifico', cursive;
	font-size: 1.6rem;
	font-weight: bold;
	color: #efefef;
	padding:0 0 1rem 0;
	border-bottom: 2px dotted #fff;
	text-shadow: 1px 1px 4px #333;
}

p {
	font-family: 'Chicle', cursive;
	font-size: 1rem;
	font-weight: normal;
	color: #fff;
	line-height:1.2rem;
	text-shadow: 1px 1px 4px #333;
}

.teksti p,
ul,
li {
	font-family: 'Chicle', cursive;
	font-size: 1rem;
	font-weight: normal;
	color: #444;
	line-height:1.4rem;
	text-shadow: none;
	padding: 0 1rem;
}

.teksti a {
	font-family: 'Chicle', cursive;
	color:#333;
	
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	text-decoration:none;
}

a {
	font-family: 'Chicle', cursive;
	color:#fff;
	font-size:1rem;
	
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	text-decoration:none;
}

a[href^="tel:"] {
  font-size:1rem;
}


.teksti a:hover {
	color:#b7c553;
}

a:hover {
	color:#494f21;
}

/******* MITAT *******/

.logonpaikka {
	margin:auto;
	text-align:center;
	width:100%;
	padding:2rem 0 0 0;
}

.logo {
	max-width:200px;
    width: 100%;
    height: auto;	
	margin:auto;
	text-align:center;
}

.esittelyteksti {
	width:100%;
}

.kokosivu {
	margin:auto;
	width:80vw;
}

.flex {
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	margin: 0 auto;
}

.header {
	height:300px;
	margin: 0 1rem 0 1rem;
	background-position: top center;
}

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

@media only screen and (max-width: 1024px) {

	.kokosivu {
			width:90vw;
	}
	
}

@media only screen and (max-width: 768px) {

	.kokosivu {
			width:100vw;
	}
	
}

@media only screen and (max-width: 500px) {

	.kokosivu {
			width:100vw;
	}

	.header {
		margin:0 0 .25rem 0;
		height:150px;
	}

}