@font-face {
    font-family:'Courier New', Courier, monospace;
    src: url(PinyonScript-Regular.ttf);
}

body {
    background: #a1a07f;
    text-align: center;
    margin: 0;
    background-image: url(bends.jpg);
}

.container {
    background: #515e40;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto; 
    padding: 10px;
    
}

header {
    background-color: rgb(14, 48, 3);
    padding-top: 100px;
    padding-right: 30px;
    padding-bottom: 20px;
    margin-bottom: 15px;
    background-image: url(tausta.jpg);
    background-size: cover;
    background-position: center bottom;
    box-shadow: 0px -20px 30px inset #1f3f1e;


}

h1 {font-family: "Otsikko", serif;
    font-weight: normal;
    text-align: center;
    margin-right: 40px;
    padding-top: 32px;
    color: #fff



}

.nav {
    text-align: center;
    background-color: #fff;
    color: #000000;
    padding: 5px;
    margin-bottom: 20px;
    box-shadow: 0px 10px 20px #425331;

    
}

.nav a {
    color: inherit;
}

a:link {
    color:#264628
}

a:visited {
    color: #153b0d;
}

.etusivu .main {
    text-align: center;
}

.tietoa .main {
    padding: 40px;
}

.oikealla {
    float: right;
    margin-left: 40px;
    margin-bottom: 20px;
}

img {
    border: 20px solid #ffffff;
    margin: 6px;
    box-shadow: 0px 10px 30px ;
}

img hover {
    box-shadow: 4px 4px 20px 
}

.footer {
    text-align: center;
    background-color: #000000;
    color: #fff;
    padding: 30px;
    margin-top: 40px;
    clear: both; 
}

img:hover {
    box-shadow: 0px 10px 30px #594f64
}

.header {
    background-image: url(bends.jpg);
    height: 2000px;
    background-size: cover;
    font-size: 50px;
    color: #fff;
    text-shadow: 0px 0px 5px #000000;
    font-style: italic;

}

.nav a{
    padding: 10px;
}

.homo a{
    color: #fff;
   
}

p {
    color: #b9a8a8;
}



