 /* Show it is fixed to the top */
body {
  -min-height: 75rem;
  padding-top: 4rem;
  //background: url("https://www.g-sonique.com/wpimages/wped2e71e3_06.jpg") repeat-x;
  background: url("https://www.g-sonique.com/pictures/shop/BLL.jpg") repeat-y, url("https://www.g-sonique.com/pictures/shop/BLP.jpg") repeat-y;
  //background-color: #b7b7b7;
  
  //background-image: url(https://www.g-sonique.com/wpimages/wped2e71e3_06.jpg), url(https://www.g-sonique.com/wpimages/wped2e71e3_06.jpg), linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
  //background-repeat:  no-repeat, no-repeat;
  background-position: top left, top right;
  //background: radial-gradient(#000, #fff);
}

.invert{
-webkit-filter: invert(1);
   filter: invert(1);
}

.dropdown-menu{
background-color:#f5f5f5;
opacity: 0.9;
}

@font-face {
    font-family: GBE;
    src: url('https://www.g-sonique.com/filter/font/MICROGBE.TTF');
}
.nadpis{
   font-family: GBE;
   font-size:28px;
   color: #969696;
}
.rounded-bottom{

box-sizing: content-box;
    box-shadow: inset 0px 0px 10px rgba(0,0,0,0.5);

} 
.col-centered{
        margin: 0 auto;
    float: none;
}

.nav-item.dropdown .dropdown-item:active{
    background-color: #1db3c5 !important;
    
}

.dropdown-item:hover{
color: #1db3c5 !important;
}

@media (max-width: 576px) {
 .container{
    padding:0px;
 }
 body{
    padding-top: 3.3rem;
   
 }
}

@media (max-width: 992px) {
    .navbar-nav{
        margin-right:0 !important;
    }
}

.navbar-brand{
max-width:140px;

}

@media screen and (min-width: 350px) {
 .navbar-brand{
    max-width:170px;
    }
}
@media screen and (min-width: 404px) {
 .navbar-brand{
    max-width:222px;
    }
}

.navbar-dark{
background-color:#324148 !important; 
background: url("https://www.g-sonique.com/pictures/shop/HL.jpg") no-repeat, url("https://www.g-sonique.com/pictures/shop/HLf.jpg") ;
}

.nav-link:hover{
    color:#1db3c5;
}

