/* extra CSS rules for i18n */
[data-l11n=fi] {
    display: none;
}

:lang(fi) > [data-l11n] {
    display: none;
}

:lang(fi) > [data-l11n=fi] {
    display: inline;
}
body {
	margin: 0;
	padding: 0px;
	/*background: #f2ecda;*/
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	font-size: 130%;
	color: #2e2f32;
	width: 100%;
}

ol, ul {
	list-style: circle;
}

.container {
	margin: 0em auto;
	max-width: 25em;
}

/*********************************************************************************/
/* Image Style                                                                   */
/*********************************************************************************/

.logo-image {
	height: 7em;
}
img {
  height: 100%;
}

/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/
	
#header-top {
	height: 2em;
}

a:hover {
	text-decoration: none;
	font-weight: 400;
	color: rgba(203, 109, 81,1);
}
a:visited {
    /*color: green;*/
}
/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/

#header-featured {
	padding: 3.5em 0em;
	background: #2e2f32;
	background-position: center;
	background-size: cover;	
}

#banner table {
	border-spacing:0px;
	width: 100%; 
	font-size: 120%;
}

.logo-image {
	text-align: left;
}

.logo-text {
	font-family: 'Source Sans Pro', sans-serif;
	font-variant:small-caps;
	text-align: right;
	color: #F2ecda;
}
#vimpain {	
	margin-top: -0.3em;
	margin-bottom: -0.5em;
	font-weight: 400;
	font-size: 5em;
}
#technologies {
	margin-top: -0.5em;
	padding-right: 0.05em;
	font-weight: 200;
	font-size: 2.5em;
	letter-spacing: 0.02em;
}

#slogan {
	padding-top: 0.25em;
	font-size: 1.18em;
	font-weight: 300;
	letter-spacing: 0.1em;
	color: rgba(242,236,218,.8);
	text-align: center;
}
/*********************************************************************************/
/* Page                                                                          */
/*********************************************************************************/

#page {
	padding-top: 2em;
	text-align: justify;
	letter-spacing: 0.05em;
}

#page ul {
	margin: 0.5em auto;
	font-weight: 400;
	text-align: left;
}


/*********************************************************************************/
/* Footer                                                                     */
/*********************************************************************************/

#footer {
	text-align: center;
	padding-bottom: 0.5em;
}
#footer hr {
	width: 90%;
	border-top: 2px ridge  rgba(46,47,50,0.3);
    margin-top: 1em;
    margin-bottom: 0.5em;
}
#footer table {
	border-spacing: 0;
	margin-left: 0em;
	margin-right: 0em;
	margin: 0em auto;
	width: 100%;
}

#footer .text {
	font-size: 0.75em;	
}

#footer td {
	width: 33.3333%;
	/*vertical-align: bottom;*/
}
#address {
	text-align: left;
}
#lang {
	text-align: right;
	vertical-align: top;
}
#copyright {
	text-align: right;
	vertical-align: bottom;
}

