.birthstone-regular {
  font-family: "Birthstone", cursive;
  font-weight: 400;
  font-style: normal;
}

body {
    background-image: url(slike/nezvise.jpg);
}

header {
    height: 165px;
    width: 100%;
    background-color: rgb(0, 112, 177);
    font-family: "Birthstone", cursive;
    padding-bottom: 60px;
    border-style: double;
}

nav {
    height: 35px;
    padding-top: 7px;
    width: 100%;
    text-decoration: none;
    font-family: 'Caveat Brush';
    font-size: 15pt;
    background-color: rgb(142, 183, 221);
    border-style: double;
}

nav a {
    text-decoration: none;
    color: white;
    text-align: center;
    padding: 10px;
}

nav a:hover{
     color: rgb(0, 112, 177);
     text-decoration:underline;
}

p {
    color: white;
    font-family: 'Caveat Brush';
    padding: 15px;
    font-size: 14pt;
    
}

footer {
    height: 45px;
    width: 100%;
    background-color: rgb(0, 112, 177);
    border-style: double;
    padding-bottom: 40px;
}

h1 {
    text-align: center;
    font-size: 62pt;
    color: white;
    padding-top: 10px;
    font-family: "Birthstone", cursive;
}

section {
    margin: auto;
    margin-left: 250px;
    margin-right: 250px;
    height: 350px;
    background-color: rgb(0, 112, 177);
    padding-bottom: 35px;
    border-style: double;
}


h2{
    font-size: 30pt;
    text-align: center;
    color: white;
    font-family: "Birthstone", cursive;
    padding-top: 30px;
    padding-right: 600px;
}

aside{
    width:30%;
    height: 160px;
    background-color: white;
    float: right;
    border-style: double;
    padding-bottom: 15px;
}

article{
    height: 160px;
    width:70%;
    background-color: rgb(142, 183, 221);
    border-style: double;
    padding-bottom: 15px;
}

.klasa1{
    height: 160px;
    width: 160px;
    display: block;
    margin: 0 auto;
}

.klasa2{
    padding-top: 60px;
    text-align: center;
}


.klasa3{
    height: 600px;
}

.klasa4{
    height: 200px;
    width: 315px;
    padding: 35px;
    padding-left: 45px;
    padding-bottom: 80px;
}

.klasa5{
    color:white;
}

iframe{
    padding: 30px;
    padding-left: 215px;
    padding-top: 60px;
    padding-bottom: 60px;
}

.klasa6{
    text-align: center;
}

a{
    color: white;
}

.klasa7{
    text-align: center;
}

img:hover{
 border-style:inset;
}