/*Fontovi*/
.imperial-script-regular {
  font-family: "Imperial Script", cursive;
  font-weight: 400;
  font-style: normal;
}

.cormorant-garamond-<uniquifier> {
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.chiron-sung-hk-<uniquifier> {
  font-family: "Chiron Sung HK", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.playfair-display-<uniquifier> {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

/*visina sectiona*/

section {
    height: 100vh;
}


/*id=prva*/

#prva {
     background-image: url(slike/section.jpg);
     background-size: cover;
     background-repeat: no-repeat;
}
p a {
    color: white;
}


/*navigacija*/

nav {
    height: 50px;
    background-color: black;
    opacity: 69%;
    text-align: right;
    padding-top:10px;
    padding-right: 30px;
font-family: "Cormorant Garamond", serif;
font-size: 20pt;
}

nav a {
    color: white;
    text-decoration: none;
    padding: 20px;
    font-size: 14pt;
}
nav a:hover {
    color: lightcoral;
}

/*div okvir*/

div {
background-color: black;
opacity: 78%;
height: 160px;
width: 49%;
margin:0 auto;
padding: 15px;
padding-top: 15px;
font-family: "Playfair Display", serif;
text-align: center;
color: white;
border-radius: 25px;
}
.klupa {
    padding-top: 30px;
    height: 140px;
}
.stol {
    width: 280px;
    height: 200px;
    margin:0 auto;
    padding: 15px;
    padding-top: 10px;
}
.stol ul {
    padding-top: 8px;
    text-align: center;
    padding-right: 25px;
}

/*ul lista*/
ul a: {
    text-decoration: none;
    color: white;
}
li a {
    color: white;
    text-decoration: none;
}




h1 {
text-align:center;
padding-top: 10px;
font-family: "Imperial Script", cursive;
font-size: 90pt;
}

/*poravnanje imena razreda*/

.razred {
    text-align: center;
    font-family: "Chiron Sung HK", serif;
}

#druga {
background-color:#ffb6c1;  
}

#treca {
    background-color:lightpink;   
}

#cetvrta {
background-color:lightpink;   
}

#peta {
  background-color:lightpink;   
}



