body {
  background-color: #29166F;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
}
#miodek { display: none; }
.calosc { max-width: 1000px; }
.menu {
  display: block;
  float: left;
  width: 210px;
  position: relative;
  list-style: none;
  padding-left: 0;
}
.menu > li {
  float: none;
  display: block;
  position: relative;
}
.menu > li > a {
  border-radius: 4px;
  display: block;
  padding-top: 3px;
  margin-top: 10px;
  width: 200px;
  height: 42px;
  background-image: url('../img/przycisk.gif');
  background-repeat: no-repeat;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  text-shadow: 0 0 2px #000;
}
.prawy {
  padding-left: 210px;
  margin-top: 10px;
}
.main {
  background-color: #ebe6f9;
  padding: 15px;
}
h2 {
  font-size: 1.5em !important;
  color: #b2d7c6 !important;
  margin-top: 5px;
}
h2.navbar-brand {
  padding-top: 10px;
  height: auto;
  margin-bottom: 0;
}
.table { margin-bottom: 0; }
.zygzag {
  width: 200px;
  height: 25px;
  margin-top: 8px;
  vertical-align: top;
}
.info-1 {
  display: inline-block;
  width: 110px;
  text-align: right;
  padding-right: 5px;
}
.img-foto { 
  width: 100%;
  margin-bottom: 15px; 
}
.alert-1 {
  background: white;
  color: #555;
}
.navbar {
  margin-bottom: 0;
  border: none;
}
.navbar-inverse { background-color: #29166f; }
.navbar-inverse .navbar-toggle { border-color: #b2d7c6; }
.no-bim { background-image: unset !important; }
.projekt {
  background-color: #fff;
  margin-bottom: 10px;
}
.projekt img {
  height: 50px;
  width: auto;
}
.alink {
  color: black;
}

@media only screen and (max-width: 767px) {
  .menu { display: none; }
  .prawy { padding-left: 0; }
}
@media only screen and (min-width: 768px) {
  .menu-1 { display: none; }
}
