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

@font-face {
    font-family: 'autheniaregular';
    src:url("webfontkit/gothambold-webfont.woff") format("woff"),
        url("gothambolditalic-webfont.woff") format("woff"),
        url("gothambook-webfont.woff") format("woff"),
        url("gothambookitalic-webfont.woff") format("woff"),
        url("gothamlight-webfont.woff") format("woff"),
        url("gothamlightitalic-webfont.woff") format("woff"),
        url("gothammedium-webfont.woff") format("woff"),
        url("gothammediumitalic-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;

}

/* FADER */
body {
	-webkit-animation: fade .7s ease both;
	animation: fade .7s ease both;
} 
  

@keyframes fadeInAnimation { 
    0% { 
        opacity: 0; 
    } 
    100% { 
        opacity: 1; 
     } 
}


/* SIVUT */
page {
	position: relative;
    float: left;
  	top: 0;
    margin-left: 150px;
    width: calc(100% - 150px);
    padding-bottom: 100px;
}

page.current {
	visibility: visible;
}

page.white {
	background-color: #FFFFFF;
    color: #5B5B5B;
}

page.red {
	background-color: #e32527;
}

page.transparent {
	background-color: none;
}

.clear {
    clear: both;
}


/* TYPO */
body, page, div, article, nav {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 20px;
	font-style: normal;
	font-variant:normal;
	line-height: 1.4em;
}

h1, h2, h3, article h1, article h2, article h3 {
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
    line-height: 1.3;
    letter-spacing: .05em;
    color: #000000;
}

h1 {
	font-size: 2.5vw;
	margin: 60px 0 20px;
}

h1.ylin {
	margin: 0;
}

h1.ylin.yhteystiedot {
	margin: 40px 0 10px;
}	
	
h2 {
	font-size: 28px;
	margin: 90px 0 40px;
}

h3 {
	font-size: 17px;
	margin: 30px 0 20px;
}

p {
    line-height: 1.5;
}

p.centered {
    text-align: center;
}

span.capitals {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .05em;
}

a {
    color: inherit;
}

strong {
    font-weight: 700;
}

.dingbat {
	font-size: .8em;
	padding: 0 5px; 
}


.anfangi {
	font-size: 142px;
	float: left;
	line-height: 118px;
	margin: -5px 4px 0 0;
}

.nega {
	color: #FFFFFF;
}
