body {
  background-color: #000000;
  background-image: url("/obrazky/3/moje-pozadi/");
}

/*vlastní motiv*/
#box-custom-motive {display: none;padding-top: 0;}
#index #box-custom-motive {display: block;}
#box-custom-motive .col-lg-12 {padding: 0;}
#carousel-example-generic .item img {width: 100%; height: auto;}

/*zrušení fixní hlavičky*/
#mainContainer {
  padding-top:0 !important
}

.navbar-fixed-top {
  position:relative;
  top:0 !important;
}