@font-face {
    font-family: "hienoteksti";
    src: url(Tangerine-Regular.ttf);
}
@font-face {
    font-family: "tavalinenteksti";
    src: url(static/Gelasio-Regular.ttf);
}
@font-face {
    font-family: "tavalinenteksti";
    src: url(static/Gelasio-Bold.ttf);
    font-weight: bold;
}
@font-face {
    font-family: "tavalinenteksti";
    src: url(static/Gelasio-Italic.ttf);
    font-style: italic;
}
body {
    background-color: rgb(255, 214, 139);
    font-family: "tavalinenteksti",serif;
}

.etusivu, .header, .nav, .footer {
    text-align: center;
}

.container {
max-width: 900px;
margin-left: auto;
margin-right: auto;
background-color: rgb(255, 233, 191);
}

img {
    border: 20px solid #fff;
    margin: 10px;
}

.etusivu img:hover {
    box-shadow: 2px 2px 20px rgb(158, 136, 36) ;
}

.etusivu img {
    box-shadow: 2px 2px 20px rgb(107, 94, 35) ;
}

.header {
    background-color: rgb(201, 173, 113);
   background-image: url(headertausta.jpg);
    background-size: cover;
    background-position: right bottom;
    padding-bottom: 30px;
    padding-right: 40px;
    padding: 50px;
    font-family: "hienoteksti",cursive;
    color: #fff;
    font-size: 80px;
    line-height: 0.6;
    min-height: 100px;
    text-align: right;
    text-shadow: 0px 0px 6px #96a1b6,
                 0px 0px 6px #7c8ba5,
                 0px 0px 6px #6c778b;
    box-shadow: 0px -15px 15px -10px inset #4b7cccab
}

.nav {
background-color: #ebfffd;
padding: 10px;
box-shadow: 2px 15px 20px -15px rgb(107, 94, 35);
}

.nav a {
    color: rgb(185, 154, 68);
    margin: 20px;
}

.footer {
background-color: rgb(185, 154, 68);
color: #fff;
padding: 30px;
margin-top: 50px;
clear: both;
}

.sivu .main {
    padding-left: 50px;
    padding-right: 30px;
    max-width: 700px;
}

.sivu .main p {
   
}

p a {
    color: rgb(255, 92, 233);
    text-decoration: none;
}

p a:hover {
text-decoration: underline;
}

.main {
    min-height: 500px;
}

.oikealla {
    float: right;
}