@font-face {
    font-family: "Hieno_teksti";
    src: url(Lobster_Two/LobsterTwo-Regular.ttf)
}
@font-face {
    font-family: "Tavallinen teksti";
    src: url(PT_Serif/PTSerif-Regular.ttf)
}
@font-face {
    font-family: "Tavallinen teksti";
    src: url(PT_Serif/PTSerif-Bold.ttf);
    font-weight: bold;
}


body {
    background-color: #8b8b8b;
    font-family: "Tavallinen teksti", serif;
}
.etusivu, .nav, footer {
text-align: center;


}

img:hover {
    box-shadow: 2px, 2px, 2px rgba(85, 85, 85);
}
.header {
    font-family: "Hieno_teksti", cursive;
    background-color: #78fcf9;
    background-image: url(header-tausta.jpg);
    background-size: cover;
    background-position: right bottom;
 color: #fff;
text-shadow: 0px 0px 5px #733717;
            0px 0px 13px #a96e4e;


    color: #fff;
    font-size: 80px;
    min-height: 200px;
    display: flex;                   /* jotta kaksi seuraavaa toimivat */
    align-items: flex-end;           /* teksti alas */
    justify-content: flex-end;       /* teksti oikealle */

    padding-right: 40px;             /* teksti irti */
}
.nav {
    background-color: #fff;
    padding: 10px;
}
.nav {
    color: #863601;
}
.nav a {
    color: inherit;
    margin: 15px;
    text-decoration: none;
}
.nav a:hover {
    text-decoration: underline;
}

.footer {
    background-color: #555;
    color: #fff;
padding: 30px;
margin-top: 50px;
clear: both;

}

.sivu .main {
    padding-left: 50px;
    padding-right: 50px;
    
    min-height: 500px;

}
.sivu .main p {
    max-width: 700px;
}
.container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
background-color: #cbcbcb;
}
img {

border: 20px solid #fff;
    margin: 10px;
}

.etusivu img {
box-shadow: 2px 2px 2px rgba(85, 85, 85);
box-shadow: 2px 2px 

} 
img.hover {
    box-shadow: 2px 2px 2px rgba(85, 85, 85);
} 
.oikealla {
    float:right
}
.header {
    background-color: #78fcf9;
}

.main {
    padding-left: 15px;
    padding-right: 15px;
}