@font-face {
    font-family: "hieno teksti";
    src: url(fontit/MrsSaintDelafield-Regular.ttf);
}

@font-face {
    font-family: "tavallinen teksti";
    src: url(fontit/Raleway/static/Raleway-Regular.ttf);
}

@font-face {
    font-family: "tavallinen teksti";
    src: url(fontit/Raleway/static/Raleway-Bold.ttf);
    font-weight: bold;
}

@font-face {
    font-family: "tavallinen teksti";
    src: url(fontit/Raleway/static/Raleway-Italic.ttf);
    font-style: italic;
}

body {
    background: #576045;
    font-family: "tavallinen teksti", sans-serif;
    margin: 0px;
}

.etusivu, .nav, .footer {
    text-align: center;
}

.container {
    background: #cfc7a7;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

img .etusivu {
    box-shadow: 2px 2px 15px rgb(85, 85, 85, 0.6);
}

img {
    border: 20px solid #fff;
    margin: 10px;
    
}

.etusivu img:hover {
    box-shadow: 2px 2px 15px #576045;
}

.nav {
    background: #e9e8a4;
    padding: 10px 0;
    margin-bottom: 20px;
    box-shadow: 2px 15px 20px -10px #86865e;
}

.nav a {
    color: inherit;
    margin: 8px;
    text-decoration: none;
}

.nav a:hover {
    text-decoration: underline;
}

a:link {color: #53470d;}
a:visited {color: #4e5e2d;}
a:hover {color: #5c8d07;}
a:active {color: antiquewhite;}

.header {
    background: #2e2a2a;
    height: 200px;
    font-family: "hieno teksti", cursive;
    font-size: 50px;
    text-shadow: 0px 0px 5px #82835a, 0px 0px 9px #808142;
    line-height: 0.8;

    color: #fdf8e3;
    background-image: url(header-tausta.jpg);
    background-size: cover;
    background-position: right top;
    padding: 55px 0px;
    text-align: center;
    box-shadow: 0px -20px 20px inset hsla(34, 35%, 60%, 0.623);
}

.header .linkit {
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
}

.footer {
background-color: #2e2a2a;
color: #fdf8e3;
padding: 30px;
margin-top: 10px;
clear: both;
}

.sivu .main {
    padding-left: 50px;
    padding-right: 50px;
    font-family: "tavallinen teksti";
}

.sivu .main p {
     max-width: 700px;
}

.main {
    min-height: 500px;
}
.oikealla {
    float: right;
    margin-top: -30px;
}

.maalaus {
    display: inline-block;
    position: relative;

}

.kuvateksti {
    color: #fdf8e3;
    background-color: #2e2a2a80;
    position: absolute;
    left: 30px;
    bottom: 34px;
    width: 200px;
    padding: 5px;
    box-sizing: border-box;
    visibility: hidden;
    pointer-events: none;
}

.maalaus:hover .kuvateksti {
    visibility: visible;
}