@font-face {
    font-family: "Hieno teksti";
    src: url(fontit/Ephesis/Ephesis-Regular.ttf);
}
@font-face {
    font-family: "Tavallinen teksti";
    src: url(fontit/Crimson_Text/CrimsonText-Regular.ttf);
}
@font-face {
    font-family: "Tavallinen teksti";
    src: url(fontit/Crimson_Text/CrimsonText-SemiBold.ttf);
    font-weight: bold;
}
@font-face {
    font-family: "Tavallinen teksti";
    src: url(fontit/Crimson_Text/CrimsonText-Italic.ttf);
    font-style: italic;
}

body {
    background-color: #e2b2b2;
    font-family: "Tavallinen teksti", serif;
    margin: 0px;
}
.etusivu, .header, .nav, .footer {
    text-align: center;
}

.container {
    max-width: 1100px;
    background-color: #ffece3;
    margin-left: auto;
    margin-right: auto;
}

img {
    border: 17px solid white;
    margin: 10px;
}

.etusivu img {
box-shadow: 2px 2px 15px #e6af94;
}

.etusivu img:hover {
    box-shadow: 2px 2px 15px #a0603c;
}

.header {
background-color: #c47373;
font-family: "Hieno teksti", cursive;
font-size: 90px;
text-shadow: 0px 0px 5px #dc7288, 0px 0px 9px #dc7288;
line-height: 0.8;
color: #fff;
background-image: url(header-tausta.jpg);
background-size: cover;
background-position: right top;
padding: 30px 0px;
box-shadow: 0px -20px 20px inset #ffe7ebb7;

}
h1 {
    color: black;
}
a:link {color: #da2653;}
a:visited {color: #8d460d;}
a:hover {text-decoration: none;}
a:active {color: #6055ff;}

.nav {
background-color: white;
padding: 10px;
box-shadow: 10px 10px 15px -10px #f890a5
}

.nav {
    color: #812b2b;
}

.nav a {
    color: inherit;
    margin: 8px;
    text-decoration: none;
}

.nav a:hover {
    text-decoration: underline;
}

.footer {
background-color: #b36464;
color:#812b2b;
padding: 30px;
margin-top: 10px;
clear: both;
}

.sivu .main {
    padding-left: 30px;
    padding-right: 30px;
}

.sivu .main p {
max-width: 700px;
}

.main {
    min-height: 400px;
}
.oikealla {
    float: right;
    margin-top: -40px;
}

.maalaus {
display: inline-block;
position: relative;
}

.kuvateksti {
background-color: rgba(71, 4, 15, 0.644);
color: white;
padding: 4px;
position: absolute;
left: 27px;
bottom: 33px;
width: 200px;
box-sizing: border-box;
visibility: hidden;
}
.maalaus:hover .kuvateksti {
    visibility: visible;
    pointer-events: none; /*onko tekemisissä hiiren kanssa? ei */
}