@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'autheniaregular';
    src: url("../webfontkit/authenia-webfont.woff2"),
         url("../webfontkit/authenia-webfont.woff");
    font-weight: normal;
    font-style: normal;

}

body {
    background: url(../kuvat/taustamaalaus.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
	background-color: #292e70;
	font-family: Lato, sans-serif;
	font-size: 22px;
	font-style: normal;
	color: #ffffff;
}

.sivualue {
    overflow: hidden;
	float: left;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0 0 80px 0;
    z-index: 100;
}

.sivualue.index {
	padding: 0;
}

.sisalto {
    display: flex;
    justify-content: center;
    flex-direction: column;
    float: left;
    padding: 40px 20%;
    z-index: 10;
}


h1, h2, h3, h4, h5, h6 {
    float: left;
    z-index: 50;
}

h1, h2, h3, h4 {
	font-family: 'autheniaregular';
	font-weight: normal;
	text-transform: none;
	text-align: center;
    color: #CCC;
	line-height: 1em;
    width: 100%;
	-webkit-text-shadow: 4px 4px 10px #000000;
	-moz-box-text-shadow: 4px 4px 10px #000000;
	text-shadow: 4px 4px 10px #000000;
    z-index: 50;
}

h1.sisaantulo {
	display:block;
	position:absolute;
	top:150px;
	left:50px;
}

h1.otsikko_alla {
	margin-bottom:0;
}

h1 {
	font-size: 7em;
}

h2 {
	font-size: 4em;
	letter-spacing: 0;
	margin: 70px 0 0px;
}

h2.otsikon_alla {
	margin-top: 0;
}

h3 {
	font-size:2.7em;
	letter-spacing:0;
	margin-top:50px;
	margin-bottom:20px;
}

h3.osikon_alla {
	margin-top:0px;
}

h3.otsikon_alla {
    margin-top: -30px;
}

h4, h5, h6 {
	font-family:Lato, sans-serif;
	font-weight:400;
    color: #CCC;
	text-transform:uppercase;
	letter-spacing:0;
	margin-bottom:10px;
    -webkit-text-shadow: 4px 4px 3px #000000;
    -moz-box-text-shadow: 4px 4px 3px #000000;
    text-shadow: 4px 4px 3px #000000;
    z-index: 100;
}

h4 {
	font-size: 22px;
	margin-top: 40px;
	margin-bottom: 10px;
}

h4.otsikon_alla {
	margin-top: 10px;
}

h5 {
	font-size: 22px;
	margin-top: 60px;
}

h6 {
	font-size: 16px;
	margin: 15px 0 0;
}

p, ul p {
    width: 100%;
	font-family:Lato, sans-serif;
	font-weight:300;
    line-height: 1.5em;
	margin-bottom:20px;
	letter-spacing:.03em;
	-webkit-text-shadow: 4px 4px 3px #000000;
	-moz-box-text-shadow: 4px 4px 3px #000000;
	text-shadow: 4px 4px 3px #000000;
    z-index: 100;
}

p.centered {
    text-align: center;
}

p.otsikon_alla {
    margin-top: 0;
}

p.intro {
    text-align: left;
}

bold {
    font-weight: 700;
}

em {
	font-style:italic;
}

strong {
    font-weight: 700; 
    text-transform: uppercase;
    color: #CCC; 
}

.centered {
    text-align: center;
}

a, a:link {
	color:inherit;
	font-style:normal;
}

h1 a, h2 a, h3 a, h4 a {
    text-decoration: none;
}

p a, p a:link {
	text-decoration:underline;
}

a:hover, a:active, a:focus {
	color:#f2e1b8;
}

#ajankohtaista h1 a, #ajankohtaista h2 a, #ajankohtaista h3 a, #ajankohtaista h4 a, #ajankohtaista h5 a {
	color:#CCC;
}

#ajankohtaista h1 a:hover, #ajankohtaista h1 a:active, #ajankohtaista h1 a:focus, #ajankohtaista h2 a:hover, #ajankohtaista h2 a:active, #ajankohtaista h2 a:focus, #ajankohtaista h3 a:hover, #ajankohtaista h3 a:active, #ajankohtaista h3 a:focus, #ajankohtaista h4 a:hover, #ajankohtaista h4 a:active, #ajankohtaista h4 a:focus, #ajankohtaista h5 a:hover, #ajankohtaista h5 a:active, #ajankohtaista h5 a:focus {
	color:#f2e1b8;
}	

div {
    display: block;
	float: left;
    z-index: 100;
}


.esittely p:first-child::first-letter, .ajankohtaista p:first-child::first-letter {
	font-family: "autheniaregular";
	font-size: 220px;
	line-height: .3;
	font-weight:normal;
	color:#CCC;
	float: left;
    -moz-margin: 0 40px 0 0; 
	margin: 50px 40px 0 0;
	padding: 0;
	vertical-align: bottom;
	-moz-text-shadow: 4px 4px 10px #000000;
	-webkit-text-shadow: 4px 4px 10px #000000;
	text-shadow: 4px 4px 10px #000000;
}

section {
    z-index: 100;
}

ul {
	font-weight:300;
    z-index: 100;
}

img, div {
    z-index: 100;
}


#clear {
	clear:all; 
}

.shareicons {
	z-index: 2000;
	position: fixed;
	right: 40px;
	bottom: 40px;
}



.j-form {
    display: block;
    float: left;
	position:relative;
    bottom: 60px;
	margin: 60px auto 0;
	padding:0;
	width:100%;
	text-align:center;
	font-size:.8em;
	font-weight:300;
	text-shadow:none;
	color: #CCC;
}
	

.j-form:hover, p#j-form:active, p#j-form:focus {
	color: #f2e1b8;
}




.bg-wrap, .bg {
    display: block;
    z-index: 0;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
}
    
.bg {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: #515A8E;
    background-image: url("../kuvat/taustamaalaus.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

