@font-face {
    font-family: otsikko;
    src: url(Passions_Conflict/PassionsConflict-Regular.ttf);
}
@font-face {
    font-family: tavallinen teksti;
    src: url(Libre_Baskerville/static/LibreBaskerville-Regular.ttf);
}
@font-face {
    font-family: tavallinen teksti;
    src: url(Libre_Baskerville/static/LibreBaskerville-Italic.ttf);
    font-style: italic;
}
@font-face {
    font-family: tavallinen teksti;
    src: url(Libre_Baskerville/static/LibreBaskerville-Bold.ttf);
    font-style: bold;
}

body {
font-family: "tavallinen teksti", serif;
background-color: #d4e6fc;
margin: 0px;

}
.etusivu, .header, .nav, .footer {
text-align: center;
}
.container {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    background-color: #b0daf7;
}
img {
    border: 20px solid #fff;
    margin: 10px;
}
.etusivu img {
        box-shadow: 2px 2px 15px rgba(99, 131, 153, 0.6);
}
.etusivu img:hover {
box-shadow: 2px 2px 15px rgb(128, 163, 187);
}
.header {
background-color: #84cacc;
background-image: url(header-tausta.jpg);
background-size: cover;
background-position: right bottom;

color: #fff;
text-shadow: 0px 0px 5px #524d6a,
             0px 0px 9px #524d6a,
             0px 0px 13px #524d6a;
font-family: "otsikko", cursive;
font-size: 80px;
line-height: 0.8;
padding: 55px 0px;
box-shadow: 0px -20px 20px inset rgba(53, 60, 71, 0.575);
}
h1 {
    color: #1a6ea5;
    font-family: tavallinen teksti;
}
a:link {color: #524d6a;}
a:visited {color: #1a6ea5;}
a:hover {text-decoration: none;}
a:active {color: #99aedd;}


.nav {
background-color: #fff;
padding: 10px;
box-shadow: 2px 10px 15px -10px rgba(99, 131, 153, 0.6);
}
.nav {
    color: #1a6ea5;
    font-family: tavallinen teksti;
}
.nav a {
    color: inherit;
    margin: 15px;
    text-decoration: none;
}
.nav a:hover {
    text-decoration: underline;
}
.footer {
background-color: #435c70;
color: #fff;
padding: 30px;
margin-top: 50px;
clear: both;
}
.main {
    padding-left: 15px;
    padding-right: 15px;
}
.sivu .main {
    padding-left: 50px;
    padding-right: 50px;
}
.sivu .main p {
    max-width: 700px;
}
.main {
    min-height: 500px;
}
.oikealla {
    float: right;
}
.maalaus {
display: inline-block;
position: relative;
}
.kuvateksti {
background-color: rgba(0, 0, 0, 0.5);
color: #ffffff;
padding: 7px 4px;
position: absolute;
left: 30px;
bottom: 34px;
width: 200px;
box-sizing: border-box;
visibility: hidden;
}
.maalaus:hover .kuvateksti {
    visibility: visible;
    pointer-events: none;
}