#logo1{
    width: 140px;
    display: inline-block;
    
    
    }
    
    #logo{
        margin-top: 5px;
        margin-left: 20px;
        margin-bottom: 5px;
        
        
        
    }
    
    @import url(https://fonts.googleapis.com/css?family=Raleway:400,500,800);
    .meniu {
      font-family: 'Raleway', Arial, sans-serif;
      text-align: center;
      text-transform: uppercase;
      font-weight: bold;
      font-size: medium;
      text-decoration: double;
    }
    
    .meniu * {
        box-sizing: border-box;
        -webkit-transition: all 0.35s ease;
        transition: all 0.35s ease;
        margin-top: 30px;
        margin-bottom: 60px;
      }
    
    
      .meniu li {
        display: inline-block;
        list-style: outside none none;
        margin: 0 1.5em;
        overflow: hidden;
      }
      .meniu a {
        padding: 0.3em 0;
        color: rgba(17, 3, 20, 0.801);
        position: relative;
        display: inline-block;
        letter-spacing: 1px;
        margin: 0;
        text-decoration: none;
      }
      .meniu a:before,
      .meniu a:after {
        position: absolute;
        -webkit-transition: all 0.35s ease;
        transition: all 0.35s ease;
      }
    
      #unu{
    background-color: rgba(255, 255, 255, 0.336);
    
     }







body {
    background-image: url("/img/back3.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 100vh;
    font: normal 16px sans-serif;
}

.gallery-container h1 {
    text-align: center;
    margin-top: 70px;
    font-family: 'Droid Sans', sans-serif;
    font-weight: bold;
    color: #58595a;
}

.gallery-container p.page-description {
    text-align: center;
    margin: 30px auto;
    font-size: 18px;
    color: #85878c;
}

.tz-gallery {
    padding: 30px;
}

.tz-gallery .thumbnail {
    padding: 0;
    margin-bottom: 30px;
    background-color: #fff;
    border-radius: 4px;
    border: none;
    transition: 0.15s ease-in-out;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.06);
}

.tz-gallery .thumbnail:hover {
    transform: translateY(-10px) scale(1.02);
}

.tz-gallery .lightbox img {
    border-radius: 4px 4px 0 0;
}

.tz-gallery .caption{
    padding: 1%
    
}

.tz-gallery .caption h3 {
    font-size: 14px;
    font-weight: bold;
    margin-top: 0;
}

.tz-gallery .caption p {
    font-size: 12px;
    color: #7b7d7d;
    margin: 0;
}

.baguetteBox-button {
    background-color: transparent !important;
}

#copy{
    text-align: center;
}
#foot{
    margin-left: 17%;
    float: left;
    margin-top: 10px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    }
    
    #foot2{
    margin-right: 20%;
    float: right;
    margin-top: 10px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    }
    
    #foot3{
      float: right;
      margin-right: 12%;
      margin-left: 5%;
    margin-top: 10px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-align: center;
    
    }
    
    .jos{
      background-color: #dc90fa57;
      border-radius: 1px;
      border-color: #bb49fd8a;
      border-style: solid;
    }

    @media screen and (max-width:993px)
    {
    
    #foot{
        float: left;
        margin: 0%;
    }
    #foot2{
        float: left;
        margin: 0%;
    }
    
.meniu{

    text-align: justify;
    margin-top: 20px;
}

    }