@charset "UTF-8";

/* FADER */
body {
	background-image:url(../tapetti/rinkulat.png);
	background-attachment:fixed;
	background-position:top;
	background-repeat:no-repeat; 
}

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

.sivualue {
	position: relative;
	display:block;
	float:left;
	font-family: Lato, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: 1.5em;
	font-weight: 400;
	margin-bottom: 10px;
}

 ul {
	display: block;
	float: left;
	margin:0;
	padding:0;
}

li {
	display:inline;
}	
	
.rollologo.header {
	position: absolute;
    width: auto;
	top: calc(12vh + 30px);
	left: 2%;
	z-index:100;
}

/* LUURIELEMENTIT*/
.logoheader {
    visibility: hidden;
    display: none;
    float: left;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #000000;
    z-index: 1;
}

.videoheader .rollologo {
	height: 25%;
}

.invisible {
	display:none;
}

img.headerkuva {
    float: left;
    width: 100%;
    height: auto;
}


/* TYPO */
h1, h2, h3 {
    display: block;
	float: left;
    width: 100%;
	font-style: normal;
	font-family: Open Sans, sans-serif;
	font-weight:800;
	font-variant: normal;
    text-transform: uppercase;
	line-height:1.3em;
    margin-block-start: .7em;
    margin-block-end: .3em;
}

h1 {
	font-size: 4vw;
	margin: 0 0 50px;
}

h1.keikkakalenteri {
    display: block;
    position: absolute;
    top: 85vh;
}

h2 {
	font-size: 2vw;
	padding-bottom: 0px;
	margin: 30px 0 10px;
	line-height: 1.2em;
}

h3 {
	font-size: 1.8vw;
    margin: 20px 0 10px;
}

.insta h3, .videoikkuna h3 {
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 10px;
}

.centered {
    text-align: center;
}

a:link {
	text-decoration: none;
}

a:visited {
    color: inherit;
}

.aloitus {
    font-family: "Open Sans", Sans Serif;
	text-transform: uppercase;
    font-weight: 800;
    color: inherit;
}

strong {
    font-weight: 700;
}

span {
    color: inherit;
}

span.capitals {
    text-transform: uppercase;
    font-weight: 700;
}

.nega {
    color: #FFFFFF;
}



/* SISÄLTÖ */
/* TEKSTIPALSTA */
.sisalto, .esittely, .henkilot, .yhteyshenkilot {
    position: relative;
	display:block;
	float:left;
	font-size: 22px;
    line-height: 1.5em;
	font-weight: 400;
}

.sisalto {
	width: 54vw;
	margin: 0 23vw 90px;
}

.sisalto li {
	float:none;
}

.videoikkuna {
        position: relative;
        float: left;
        width: 100%;
        margin-bottom: 20px;
        overflow: hidden;
        padding-top: 56.29%; /* VIDEOKUVASUHDE 16:9 */
}

.responsive-iframe, .responsive-iframe img /* VIMEO JA VIDEOHEADER */ {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      width: 100%;
      height: 100%;
      border: none;
}



/* FOOTER */
div.footer {
	width: 100%;
    position: relative;
	float: left;
	clear: both;
    background-color: #000000;
	font-style: normal;
	font-weight: 400;
	font-size: 0.9em;
	text-align: left;
	word-spacing: 0.3em;
	margin-bottom: 0;
    z-index: 100;
}


div.footer .j-form a {
    margin-top: 15px;
	font-size: 0.7em;
    font-weight: 300;
}

.rollologo.footer {
	position: relative;
    display: block;
    float: left;
	height: 22vh;
    width: auto;
	top: 6vh;
	left: 4.4vw;
}

.footer .text {
	position: relative;
    display: block;
    float: left;
	text-align: left;
	margin: 10vh 0 80px 10%;
}

.footer p {
    margin: 0;
}

.footer p, .footer a {
    color: #FFFFFF;
}

.footer a:hover, .footer a:active, .footer a:target {
    color: #f1b504;
}

.footer .varipalikat {
    display: block;
    position: absolute;
    right: 0;
    height: 100%;
    width: 50%;
    margin: 0;
}

.vari {
    display: block;
    float: left;
    width: 20%;
    height: 100%;
}

.footer .okra {
    background-color: #d6a21f;
}

.footer .sininen {
    background-color: #49b0c3;
}

.footer .oranssi {
    background-color: #f18003;
}

.footer .vihrea {
    background-color: #90bf6b;
}

.footer .keltainen {
    background-color: #FFC602;
}

.clear {
    clear: both;
}