section#indexJquery{
    color: #2b2b2b; /* teksti värv */
    width: 40%;
    border-right: 2px solid #3700ff;
    border-bottom: 1px solid #0048ff;
    border-radius: 60px;
    padding: 2%;
    font-family:Verdana;
    position:absolute;
    left:50%;
    top:740px;
}
section#Hariduskaik{
    width: 40%;
    border-right: 2px solid #00ffbb;
    border-bottom: 1px solid #00ff3c;
    border-radius: 60px;
    padding: 2%;
    font-family:Verdana;
}
section#Hobby{
    width: 40%;
    border-right: 2px solid #00ffbb;
    border-bottom: 1px solid #00ff3c;
    border-radius: 60px;
    padding: 2%;
    font-family:Verdana;
}

header, footer{
    font-family:verdana;
    font-size:large;
    width: 60%;
    border: 3px #404040 dotted;
    background-color: #63639e;
    border-radius: 10px;
    padding:0%; /* vahe teksti ja piiri vahel*/
}

footer#default{
    position: absolute;
    bottom: 0;
    right: 0;
}

footer#eriline{

}

nav ul{
    list-style-type:none;
    text-align:center;
    margin:2%;
    padding:0;
    background-color:cornflowerblue;
    border: 3px #404040 dotted;
    border-radius: 16px;
}
nav li{

    padding:16px;
}

main {
    margin: 40px;
    padding:1%;
}

nav a:hover{
    background-color: #63639e;
    color: white;
    font-size:large;
    text-decoration: none;
}

nav li a{
    font-family: verdana;
    font-size:large;
    text-decoration: none;
    border-right: 4pt solid grey;
    border-left: 4pt solid grey;
    border-radius: 15px;
    padding: 10px;
}

/* Section */
section#osa1{
    width: 40%;
    border-right: 2px solid #3700ff;
    border-bottom: 1px solid #0048ff;
    border-radius: 60px;
    padding: 2%;
}
section#osa1 h3{
    text-align: center;
    background: #0066ff;
    color: white;
    border-radius: 15px;
    font-weight: bold;
    font-variant: small-caps;
}


section#osa2{
    width: 40%;
    border-right: 2px solid #002aff;
    border-bottom: 1px solid #009dff;
    border-radius: 60px;
    padding: 2%;
}
section#osa2 h3{
    text-align: center;
    background: #00eaff;
    color: white;
    border-radius: 15px;
    font-weight: bold;
    font-variant: small-caps;
}


section#osa3{
    width: 40%;
    border-right: 2px solid #00ffbb;
    border-bottom: 1px solid #00ff3c;
    border-radius: 60px;
    padding: 2%;
}

section#osa3 h3{
    text-align: center;
    background: #00ffbb;
    color: white;
    border-radius: 15px;
    font-weight: bold;
    font-variant: small-caps;
}


section#pildigaleeri{
    display: inline-block;
    width: 40%;
    height: 50%;
    border-right: 2px solid #3700ff;
    border-bottom: 1px solid #0048ff;
    border-radius: 60px;
    padding: 2%;
}
section#pildigaleeri h3{
    text-align: center;
    background: #00ffbb;
    color: white;
    border-radius: 15px;
    font-weight: bold;
    font-variant: small-caps;
}

section#video{
    display: inline-block;
    width: 600px;
    height: 480px;
    border-right: 2px solid #3700ff;
    border-bottom: 1px solid #0048ff;
    border-radius: 60px;
    padding: 2%;
}
section#video h3{
    text-align: center;
    background: #00ffbb;
    color: white;
    border-radius: 15px;
    font-weight: bold;
    font-variant: small-caps;
}

section#muusika{
    display: inline-block;
    width: 450px;
    height: 375px;
    border-right: 2px solid #3700ff;
    border-bottom: 1px solid #0048ff;
    border-radius: 60px;
    padding: 2%;
}
section#muusika h3{
    text-align: center;
    background: #00ffbb;
    color: white;
    border-radius: 15px;
    font-weight: bold;
    font-variant: small-caps;
}

section#kaart{
    display: inline-block;
    width: 600px;
    height: 480px;
    border-right: 2px solid #3700ff;
    border-bottom: 1px solid #0048ff;
    border-radius: 60px;
    padding: 2%;
}
section#kaart h3{
    text-align: center;
    background: #00ffbb;
    color: white;
    border-radius: 15px;
    font-weight: bold;
    font-variant: small-caps;
}

