body { background-color:rgb(124, 0, 0)}
.okvir {
    width: 100%;

}
.meny {
    
    top:2%;
    left:25%;
    width: 50%;
    position: fixed;
    text-align: center;
    padding: 10px;
    border: burlywood 2px solid;
    border-radius: 5px;
    box-shadow: black 10px 10px 10px;
}

.meny:hover { background:grey;}

.logo {
    width: 20%;
    margin-left: 2%;
    position: relative;
    border: burlywood 2px solid;
    border-radius: 5px;
    padding: 5px;
    box-shadow: black 10px 10px 10px;
}

p {
    font-family: sans-serif;
    font-size: 14px;
    color: beige;
    font-weight: bold;
}
p:hover { background: gold; color: black; }

ul {
    font-family: sans-serif;
    font-size: 16px;
    color: beige;
    font-weight: bold;
    font-style: italic
}

a { text-decoration: none; color: white;}

li {
    display: inline;
    font-family: sans-serif;
    font-size: 20px;
    color: white;
    font-style: italic;
    font-weight: bold;
}

li:hover a {
    color: black;
    background: gold;
}

/* kontejner za slideshov funkcija se poziva na body online */
.jasko-slide {
      position: absolute;
      top: 10%;
      left: 25%;
      width: 50%;
      padding: 10px;
      border: burlywood 2px solid;
      border-radius: 5px;
      box-shadow: black 10px 10px 10px;
  }

  .galerija {
    top:40%;
    left:25%;
    width: 75%;
    position: absolute;
    width: 60%;
    border: burlywood 2px solid;
    border-radius: 5px;
    padding: 10px;
    box-shadow: black 10px 10px 10px;
    display: inline-block;
}

.galerija1 {
    top:10%;
    left:25%;
    width: 75%;
    position: absolute;
    width: 60%;
    border: burlywood 2px solid;
    border-radius: 5px;
    padding: 10px;
    box-shadow: black 10px 10px 10px;
    display: inline-block;
    font-family: sans-serif;
    font-size: 14px;
    color: black;
    font-style: italic;
    color: white;
}

.galerija1 a { color: black; font-weight: bold;}

.element {
    text-align: center;
    color: white;
    font-family: sans-serif;
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    display: inline-block;
}

#potvrda {
    text-align: center;
    color: gold;
    font-family: sans-serif;
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
}

