body {
	color: #fff;
	background-color: #222;
	background-image: url('bgface.jpg');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	background-attachment: fixed;
	font-family: 'Roboto', sans-serif;
	font-size: 30px;
}
a {
	color: #e67a06;
}
#kentta {
	width: 80%;
	max-width: 800px;
	min-width: 400px;
	text-align: center;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 10%;
}

#sisalto {
	width: 80%;
	max-width: 800px;
	min-width: 400px;
	text-align: center;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	font-size: 30px;
	line-height: 35px;
	padding: 20px;
	background-color: rgba(255,255,255,0.85);
	margin: 10px !important;
}

#sisalto_inner {
	color: #000000;
	text-align: left;
}
#sisalto_inner h2 {
	font-variant: small-caps;
}

textarea {
	background-color: #fff;
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-size: 30px;
	line-height: 35px;

}
input {
	margin: 0px 5px;
	padding: 0px 5px;
	color: #fff;
	font-size: 30px;
	height: 40px;
	background-color: #222;
	border: solid 1px #777;
	font-family: 'Roboto', sans-serif;
	width: 150px;
}
input.nappi{
	padding-top: -5px;
	width: auto !important;
	max-width: 600px;
	font-size: 20px;
	height: 30px;
	font-weight: bold;
}
input.topic {
	width: 600px;
	color: #000;
	background-color: #FFF;
	font-variant: small-caps;
}