/*!
 * Start Bootstrap - Business Frontpage (https://startbootstrap.com/templates/business-frontpage)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-business-frontpage/blob/master/LICENSE)
 */
body {
  padding-top: 56px;
}
.logow {
  width: 128px;
  margin-top: -6px;
  margin-bottom: 6px;
}

.navbar {
 background-color: #271915;
}
.heroimg {
  height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.heromain {
  background-image: url('../img/hero.jpg');
}
.herowycena {
  background-image: url('../img/hero_wycena.jpg');
}
.heroswiadectwa {
  background-image: url('../img/hero_swiadectwa.jpg');
}
.heroaudyty {
  background-image: url('../img/hero_audyty.jpg');
}
.herodotacje {
  background-image: url('../img/hero_dotacje.jpg');
}
.herofundusze {
  background-image: url('../img/hero_fundusze.jpg');
  background-position: top!important;
}

.btn-action {
    color: #fff;
    background-color: #B93D00;
    border-color: #B93D00;
}


a.anchor {
    display: block;
    position: relative;
    top: -90px;
    visibility: hidden;
}

@media only screen and (min-width: 992px) {
  a.anchor {
    display: block;
    position: relative;
    top: -90px;
    visibility: hidden;
  }
}