h1{
    background-color: gray;
    color: white;
}
header, footer{
    font-family: Arial, Helvetica, sans-serif;
    font-size: large;
    width: 98%;
    border: 3px solid grey;
    background-color: gray;
    color: white;
    border-radius: 10px;
    padding: 1%;
}

footer#teine {
    position: fixed;
    bottom: 0;
}


nav ul{
    list-style-type: none;
    text-align: center;
    margin: 3px;
    padding: 0;
    background-color: gray;
    border-radius: 10px;
}

nav li{
    display: inline-block;
    float: left;
    padding: 1%;
}

main{
    margin: 30px;
    padding: 40px
}

nav a:hover{
    background-color: grey;
}

nav li a{
    font-family: Arial, Helvetica, sans-serif;
    font-size: large;
    border-radius: 10px;
    text-decoration: none;
    border: 5pt solid gray;
}

/***************section ***********/

section#hariduskaik {
    position: relative;
}

section#jQuerySelgitus {
    position: absolute;
    top: 200px;
    left: 500px;
    background-color: orangered;
    border-radius: 10px;
}

section#osa1 {
    display: inline-block;
    width: 25%;
    border-right: 1pt solid gray;
    border-bottom: 1pt solid gray;
    border-radius: 60px;
    padding: 2%;
    text-align: center;
    margin-bottom: 2%;
}

section#osa1 h3 {
    text-align: center;
    background-color: gray;
    border-radius: 60px;
    font-weight: bold;
    font-variant: small-caps;
}

section#osa2 {
    display: inline-block;
    width: 25%;
    border-right: 1pt dotted black;
    border-bottom: 1pt dotted black;
    border-radius: 60px;
    padding: 2%;
    text-align: center;
    margin-bottom: 2%;
}

section#osa2 h3 {
    text-align: center;
    background-color: gray;
    border-radius: 60px;
    font-weight: bold;
    font-variant: small-caps;
}

section#osa3 {
    display: inline-block;
    width: 25%;
    border-right: 1pt dashed gray;
    border-bottom: 1pt dashed gray;
    border-radius: 60px;
    padding: 2%;
    text-align: center;
    margin-bottom: 2%;
}

section#osa3 h3 {
    text-align: center;
    background-color: gray;
    border-radius: 60px;
    font-weight: bold;
    font-variant: small-caps;
}

/******* meedia.html section**********/
section#pildigalerii {
    display: inline-block;
    width: 40%;
    border: 1pt solid gray;
}

section#video {
    display: inline-block;
    width: 40%;
    border: 1pt solid gray;
}

section#muusika {
    display: inline-block;
    width: 40%;
    border: 1pt solid gray;
}

section#kaart {
    display: inline-block;
    width: 40%;
    border: 1pt solid gray;
    margin-top: 1%;
}