*
{
    margin: 0;
    padding: 0;
}


body
{
    background-color: saddlebrown;
    
}

header
{
    background-color: saddlebrown;
}

.nav-bar
{
    background: rgb(0, 0, 0, 0.5);
    height: 80px;
}

.logo
{
    margin: 10px 50px;
    height: 70px;
    
}

.menu
{
    float: right;
    list-style: none;
    margin: 20px;
}

.menu li
{
    display: inline-block;
    margin: 10px 5px;
    font-size: 20px;
}

.menu li a
{
    text-decoration: none;
    color: white;
    padding: 5px 10px;
    font-family: sans-serif;
    letter-spacing: 2px;
}

.menu li a:hover
{
    background: #fff;
    transition: .3s;
    color: #000;
    
}

.slike
{
    margin-top: 40px;
    word-spacing: 30px; 
    text-align: center;
    margin-bottom: 80px; 
}

div.gallery {
margin-left: 105;
    margin-bottom: 50;
    margin-top: 50;
  border: 3px solid #ccc;
  float: left;
  width: 180px;
  font-family: antonio;
  color: white;
}

div.gallery:hover {
  border: 5px solid #777;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: center;
}

footer
{
    text-align: center;
    font-family: antonio;
    color: white;
}

h1
{
    text-align: center;
    margin-top: 50px;
    color: white;
    font-family: sans-serif;
    font-size: 50;
}