@import url(https://fonts.googleapis.com/css?family=Aladin);
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300);

body {
	background-color: #77A7C6;
	font-family: 'Open Sans', sans-serif;
	line-height: 2.0;
	text-align: justify;
}

.container {
	width: 90%;
	max-width: 1200px;
}

.koko-laatikko {
	background-image: url('linedpaper.png');
}


h1 {
	color: #FFB2B2;
	text-shadow: 2px 2px #7095AC;
	font-family: 'Aladin', cursive;
	font-size: 115px;
}

h2 {
	color: #FA6464;
	margin-top: 50px;
	margin-bottom: 25px;
	border-bottom: 1px dashed #F9AEAE;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 26px;
}

h5 {
	color: #FA6464;
	margin-top: 30px;
	margin-bottom: 15px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 20px;
}

a {
	color: #FA6464;
}

a:hover {
	color: #FFB2B2;
	text-decoration: none;
}

.glyphicon {
	color: #FA6464;
}

/* Perustiedot */

.tiedot {
	margin: 0 auto;
	background-color: rgba(120, 120, 120, 0.25);
	padding-left: 50px;
	padding-right: 50px;
}

.virtuaali {
	color: #FA6464;
	text-align: center;
	margin: 15px;
}

.tietosarake ul {
	margin: 0px;
	padding: 0px;
}
.tietosarake li{
	list-style: none;
	border-bottom: 1px solid hsla(202, 5%, 65%, 0.6);
}

.rekisterinumero {
	text-align: center;
	margin: 15px;
}

.suku table{
	width: 100%;
	margin: 0 auto;
}

.suku td{
	padding: 10px;
}

.viiva{
	border-bottom: 1px solid hsla(202, 5%, 65%, 0.6);
}


/* Kuvat */

.paakuva{
	max-width: 100%;
	padding: 5px;
	margin: 2px;
	background-color: white;
	border: 1px solid hsla(202, 5%, 65%, 0.6);
}

.kuvat {
	text-align: center;
}

.pikkukuva {
	max-height: 100px;
	padding: 3px;
	margin: 2px;
	background-color: white;
	border: 1px solid hsla(202, 5%, 65%, 0.6);
}

.copyt {
	margin-top: 35px;
	margin-bottom: 50px;
	text-align: center;
}

/*Tekstisarake*/

.tekstisarake {
	padding-left: 50px;
}

.kaappi{
	text-align: center;
}
