/* Kauhajärven Tapiola */


html
{
	height: 100%;	
}


body
{
	margin: 0;
	margin: 50px;
	padding: 0;
	border: 0;
	font-family: 'Merriweather', serif;
}

h1
{
	font-weight: 900;
	color: #ffffff;
	font-size: 94px;
	/*text-shadow: 0 0 10px #181818; */
}


h2
{
	font-weight: 300;
	color: #ffffff;
	font-size: 48px;
	/*text-shadow: 0 0 7px #181818;*/
}



h3
{
	font-weight: 900;
	color: #f0634b;
	font-size: 36px;
}




p
{
	font-weight: 300;
	color: #151515;
	font-size: 14px;
	line-height: 20px;
}


strong
{
	font-weight: 900;	
}



div.paakuva
{
	height: 580px;
	background: #ffffff url(kauhajarventapiola_ylakuva1.jpg) bottom center no-repeat;
	background-size: cover;
	text-align: center;
	padding-top: 120px;
}

div.esittelytekstit
{
	margin: 0;
	padding: 10px 0 10px;
	border: 0;
	text-align: center;
	background: #f9f6ed;
}

div.teksti
{
	padding: 0;
	margin: 0 auto 0 auto;
	width: 1000px;
	text-align: left;
}


div.kuvia
{
	margin: 0;
	padding: 10px 0 10px;
	border: 0;
	background: #f4f4f4;
}

div.galleria
{
	margin: 0;
	margin-right: 20px;
	margin-bottom: 20px;
	padding: 0;
	border: 10px #ffffff solid;
	width: 210px;
	float: left;		
}

div.galleria img
{
	width: 100%;		
}

div.kartta
{
	float: right;
	width: 600px;
	height:	270px;
}



/* ----------------- Mobiilibreakpointit --------------- */


@media screen and (max-width: 1170px) {

div.teksti
{
	width: auto;
	padding: 20px;	
}

}



@media screen and (max-width: 768px) {

body
{
	margin: 10px;	
}

h1
{
	font-size: 46px;	
}

h2
{
	font-size: 20px;	
}

h3
{
	font-size: 24px;	
}


div.paakuva
{
	height: 280px;
	padding-top: 30px;
}

div.kartta
{
	float: none;
	width: 99%;
	height:	200px;
}


}


@media screen and (max-width: 480px) {

div.galleria
{
	width: auto;	
}

}



