h1{
    background-color: aquamarine; /*tausta värv*/
    color: bisque; /*teksti värv*/

}
header, footer{
    font-family: "Baskerville Old Face";
    font-size: large;
    width: 100%;
    border: 6px solid grey; /*dashed, dotted, double*/
    background-color: aquamarine;
    border-radius: 120px;
    padding:1%; /*vahe teksti ja piiri vahel*/
}
footer{
    position: fixed;
    bottom: 0;
    left: 0;
    text-align: center;
}
nav ul{
    list-style-type: none;
    text-align: center; /*teksti joondamine keskel*/
    margin: 2%;
    padding: 0;
    background-color: aquamarine;
}
nav li {
    float: left;
    padding: 1%;
}
main {
    margin: 50px;
    padding: 1%;
}
nav a:hover{ /*link fookuses*/
    background-color: grey;
}
nav li a{
    font-family: "Baskerville Old Face";
    font-size: large;
    text-decoration: none;
    border-left: 1pt solid blue;
    border-bottom: 1pt solid blue;
    padding: 10px;
    border-radius: 10px;
}
/****************section*******/
section#osa1{
    display: inline-block;
    width: 20%;
    border-right: 1pt solid olivedrab;
    border-bottom: 1pt solid olivedrab;
    border-radius: 170px;
    padding: 5%;
    margin-top: 10px;
}
section#osa1 h3{
    text-align: center;
    background-color: aquamarine;
    border-radius: 60px;
    padding: 2px;
    font-weight: bold;
    font-variant: small-caps;
}

section#osa2{
    display: inline-block;
    width: 20%;
    border-right: 1px dashed     deepskyblue;
    border-bottom: 1px dashed deepskyblue;
    border-radius: 170px;
    padding: 5%;
    margin-top: 10px;
}
section#osa2 h3{
    text-align: center;
    background-color: lightgreen;
    border-radius: 60px;
    padding: 2px;
    font-weight: bold;
    font-variant: small-caps;
}
section#osa3{
    display: inline-block;
    width: 20%;
    border-right: 1pt solid olivedrab;
    border-bottom: 1pt solid olivedrab;
    border-radius: 170px;
    padding: 5%;
    margin-top: 10px;
}
section#osa3 h3{
    text-align: center;
    background-color: aquamarine;
    border-radius: 60px;
    padding: 2px;
    font-weight: bold;
    font-variant: small-caps;
}


section#pildigalerii{

    width: 60%;
    border-right: 5pt solid olivedrab;
    border-bottom: 5pt solid olivedrab;
    border-radius: 170px;

    margin-top: 10px;
}


section#video{

    width: 30%;
    border-right: 3px dashed     deepskyblue;
    border-bottom: 3px dashed deepskyblue;
    border-radius: 170px;
    padding: 5%;
    margin-top: 10px;
}



section#kaart{

    width: 40%;
    border-right: 1pt solid olivedrab;
    border-bottom: 1pt solid olivedrab;



}
#kirjeldus,
#kirjeldus2 {
    position: relative; 
    left: 0;
}
