﻿/*
eero_kuvat.css - Tyylitiedosto Eero Raittisen diskografian muotoiluun
*/
body {
	padding: 0;
	height: 100%;
}
#eero-container { 	/* sivun päälohko jonka sisään tulevat kaikki muut sivun osat */
	min-height:100%;
	width: 100%;
	position:relative;
 	background-image: url(../eero/kuvat/eero-tausta.png);  
	color : #800000;
	font-size: 1em;
	background-color: #ffe79c;	
}
#eero-body {			/* sivun runko, jonka sisään tulevat kaikki sivukohtaisesti muuttuvat osat */
	padding-bottom: 0;   
   	padding: 70px 0 0 0; /** varataan tila sivun yläreunaan tulevalle navbarille **/
}
#eero-header {
	padding: 0;
	height: auto;
	width: 100%;
	margin: 3px 0 2px 0;
	text-align: center;
	background: transparent;
}
#eero-biisit {
	padding-left:15px;
	padding-right:15px;
}	
#eero-julkaisu {
	padding-left:0px;
	padding-right:5px;
	margin-bottom: 10px;
}
div.eero-navigaatio, div.eero-navigaatio2 {
	text-align: center;
	padding-top: 0;
	padding-right: 0;
	color: #800000;
}
div.eero-navigaatio2 {
	padding-bottom: 15px;
}
div.eero-sisanavi {
	text-align: center;
	padding: 0 0 15px 0;
	color: #800000;
}
div.eero-text {
	padding: 2px 20px 10px 20px;
}
div.eero-kuvat12 {
	padding: 15px 5px 10px 5px;
	text-align: center;
}
h1.eero, h2.eero, h3.eero {
	color: #800000;
	font-weight : bold;
	text-align: center;
}
p.eerotxt {
	color: #800000;
	font-size: 1em;
	margin: 5px 0;
}
p.eero-ctxt {
	color: #800000;
	font-size: 1em;
	margin: 15px 0;
	text-align: center;
}
h1.eero, h2.eero, h3.eero {
	color: #800000;
	font-weight : bold;
	text-align: center;
}
h1.eero {
	font-size: 2em;
}
h2.eero {
	font-size: 1.6em;
}
h3.eero {
	font-size: 1.3em;
}
hr.eerohr {
	color: #855000;
	background-color: #855000;
	height: 1px;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 2px;	
}
ul.aster {
	list-style-type:none;
	text-align: center;
}
ul.aster li:before {
    /*Using a Bootstrap glyphicon as the bullet point*/
    content:"\2a";
    font-family: 'Glyphicons Halflings';
    font-size: 0.7em;
    margin-top: 2px;
    color: #800000;
}
.breadcrumb.eero > li + li:before {
    content:"\e201" !important;
    font-family: 'Glyphicons Halflings';
    font-size: 1.2em;
	color: #800000 !important;
    padding: 0px 4px 0px 2px;
}
img.img-eeroc {
	margin: 0 auto;
}
/* boldatut linkit */
a.eero:link, a.eero:visited, a.eero:hover {
	font-weight: bold;
	text-decoration : underline;
}
a.eero:link, a.eero:visited {
	color: #574100;
}
a.eero:active {
	color: #590059;
	font-weight: bold;
	text-decoration : none;
}
a.eero:hover {
	color: #e52730;
}
/* Normaalit linkit */
a.eero2:link, a.eero2:visited, a.eero2:hover {
	text-decoration : underline;
}
a.eero2:link, a.eero2:visited {
	color: #574100;
}
a.eero2:active {
	color: #590059;
	text-decoration : none;
}
a.eero2:hover {
	color: #e52730;
}
/************************************************************************************
Youtube ja Spotify upotukset
************************************************************************************/
.youtube-player {
    position: relative;
    padding-bottom: 56.23%;
    /* Use 75% for 4:3 videos */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
    margin: 5px;
}
.youtube-player iframe {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: transparent;
}
.youtube-player img {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    cursor: pointer;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all;
}   
.youtube-player img:hover {
    -webkit-filter: brightness(75%);
}  
.youtube-player .play {
    height: 72px;
    width: 72px;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -36px;
    position: absolute;
    background: url("//i.imgur.com/TxzC70f.png") no-repeat;
    cursor: pointer;
}
.spotify-embed {
    width: 100%;
	text-align: center
}
.spotify-embedpalsta {
    width: 95%;
	text-align: center
}
.spotify-single-embed{
    width: 100%;
	height: 85px;
	text-align: center
}
img.img-eeroc {
	margin: 0 auto;
	display: block;
}