@charset "utf-8";

/*Sivun yleinen typografia*/
body {
	font-family: Roboto, sans-serif;
	font-size: 17px;
	background-size: cover;
	color: rgba(0,0,0,1.00);
}

/* article tekstimuotoilut*/

/* Kappalevälit */
article p,
article ul,
article ol,
article h1,
article h2,
article h3,
article h4,
article h5,
article h6 {
	margin-top: 10px;
	margin-bottom: 10px;
}
article h1,
article h2,
article h3,
article h4,
article h5,
article h6 {
	margin-top: 10px;
	margin-bottom: 10px;
}
/* articlen otsikoiden (Heading) muotoilut */
article h1,
article h2,
article h3,
article h4,
article h5,
article h6 {
	margin-top: 24px;
	color: rgba(92,86,87,1.00);
	font-size: 1.5em
}
article h1 {
	text-align: center;
	color: rgba(0,0,0,1.00);
	font-size: 22px;
	font-weight: bold;	
}
article h2 {
	color: #228b22;
	font-family: Roboto,"Open Sans", Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	font-style: italic;
        margin-bottom: 35px;
}

article h3 {
	color: #FFFFFF;
	font-family: Roboto,"Open Sans", Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 40px;
	text-align: center;
	font-weight: bold;
        text-shadow: 2px 2px 4px #000000;
}
article h4 {
	color: #FFFFFF;
	font-family: Roboto,"Open Sans", Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 40px;
	text-align: center;
	font-weight: bold;
}
article h5 {
	color: #FFFFFF;
	font-family: Roboto,"Open Sans", Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 40px;
	text-align: center;
	font-weight: bold;
}
article h6 {
	color: #228b22;
	font-family: Roboto,"Open Sans", Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 18px;
	font-weight: bold;
}


/* articlen listojen palauttaminen listojen näköisiksi (Heading) muotoilut */
article ul,
article ol
{
	margin-left: 2em;
}
article ul ul,
article ol ol,
article ol ul,
article ul, ol {
	margin-top: 0px;
	margin-bottom: 0px;
}
article ul {
	list-style-type: circle;
}

article ol {
	list-style-type: decimal;
}
/*paragraph muotoilut*/
p {
	font-color: #000000;
	font-family: Roboto,"Open Sans", Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	text-align: left;
	}
	
/*Form-lomakkeen tekstin muotoilut*/
.form {
	font-family: Roboto,"Open Sans", Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-color: ;
	font-size: 16px;
	text-align: left;
	color: #000000;
	font-variant: normal;
	font-weight: bold;
	}

/* Footerin muotoilut */
footer.text{
	text-align: center;
	padding:15px;
}
