@font-face {
    font-family: "Hieno teksti" ;
    src: url(fontit/Cookie-Regular.ttf);
}
@font-face {
    font-family:"tavallinen teksti";
    src: url(fontit/Lexend-VariableFont_wght.ttf);
}
@font-face {
    font-family:"tavallinen teksti";
    src: url(fontit/Lexend-VariableFont_wght.ttf);
    font-weight: bold;
}
@font-face {
    font-family:"tavallinen teksti";
    src: url(fontit/Lexend-VariableFont_wght.ttf);
    font-style: italic;
}

body {
    font-family: "tavallinen teksti";
    background-color: rgb(182, 196, 185);
}
.etusivu, .header, .nav,.footer {
    text-align: center;
}

.container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgb(151, 172, 164);
}
img {
    border: 20px solid #e6eee9;
    margin: 10px;
    
}
.etusivu img {
    box-shadow: 2px 2px 20px #044e32;
}
.etusivu img:hover {
     box-shadow: 2px 2px 20px #074b22;
}
.header {
    font-family: "hieno teksti", cursive;
    background-color: rgb(3, 36, 18);
    background-image: url(headertausta.jpg);
    background-size: cover;
    background-position: right middle;

    color: #e9f1ee;
    text-shadow: 0px 0px 4px #1b4141,
                 0px 0px 3px #295053;
    font-size: 80px;
    line-height: 0.8;
    padding: 50px 0px;
    box-shadow: 0px -20px 20px inset #6e9686;
}
a:link {color: #d9e4dd;}
a:visited {color: #295053;}
a:hover {text-decoration: none;}
a:active {color: #083b1d;}
.nav {
    background-color: rgb(35, 73, 53);
    padding: 10px;
}
.nav {
    color: #e5f0f0;
    box-shadow: 2px 20px 20px -10px#044e32;
    padding: 10px;
}
.nav a {
    color: inherit;
    margin: 15px;
    text-decoration: none;
}
.nav a:hover {
    text-decoration: underline;
}
.footer {
    background-color: rgb(20, 43, 36);
    color:#edf7f4;
    padding: 30px;
    margin-top: 50px;
    clear: both;
}
.sivu .main p {
    max-width: 700px;
}
.sivu .main {
    padding-left: 50px;
    padding-right: 50px;
    
}
.main {
    min-height: 600px;
}
.oikealla {
    float: right;
    margin-top: -100px;
}
.maalaus {
    display: inline-block;
    position: relative;
}

.kuvateksti {
    background-color: #0d30199f;
    color: #ffffff;
    padding: 4px;
    position: absolute;
    left: 30px;
    bottom: 34px;
    width: 200px;
    box-sizing: border-box;
    visibility: hidden;
}
.maalaus:hover .kuvateksti {
    visibility: visible;
    pointer-events: none; /*onko tekemisissä hiiren kanssa? ei. */
}