﻿.navbar-nav > li {
  float: none;
  vertical-align: bottom;
  text-align:center;
  /*min-width:170px;*/
  white-space: nowrap;

  
}
#site-logo {
  position: relative;
  vertical-align: bottom;
  bottom: -13px;
}
#site-logo a {
  margin-top: -95px;
}

.navbar-brand {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    text-align: center;
    margin: auto;
}
.navbar-toggle {
    z-index:3;
}
.mojfont{

 font-family: 'Edwardian Script ITC';
 font-weight:800;
 font-size: 36px;
 color:#ffb900;

}

.mojfontBlack{

 font-family: 'Edwardian Script ITC';
 font-weight:800;
 font-size: 36px;
 color:black;

}
.appBackground {
    position: relative;
    background-image: url("../Pozadine/golden.jpg");
    background-repeat:no-repeat; 
    /*background-size:100% 100vh;*/
    background-size:100% 100%;
   /* background-color:black;*/
   
}

.kontaktBackground {
    position: relative;
    background-image: url("../Pozadine/muzicka.jpg");
    background-repeat:no-repeat;
    background-size:100% 100vh;
   /* background-color:black;*/
}

.box2 {
background: whiteSmoke;
filter:alpha(opacity=80); /* IE */
-moz-opacity:0.8; /* Mozilla */
opacity: 0.8; /* CSS3 */

      }

.fotorama__wrap {
    margin: 0 auto;
}



figure {
  width: 250px;
  height: 250px;
  background-color: #000;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

img {
  max-width: 100%;
  max-height: 100%;
}

