html, body {
  overflow-x: hidden;
  padding: 0px;
}

* {
  font-family: "Roboto", sans-serif;
  font-weight: 200;
  color: #2b2b2b;
}

.navbar-brand {
  padding-top: 0px;
  padding-bottom: 0px;
}
.navbar-brand img {
  height: 40px;
}
@media (min-width: 992px) {
  .navbar-brand img {
    height: 70px;
  }
}

nav li {
  text-align: center;
}
nav li .active {
  font-weight: 500;
}

main {
  padding-top: 56px;
}
@media (min-width: 992px) {
  main {
    padding-top: 80px;
  }
}
main article {
  padding-bottom: 60px;
}
main article .image-wrap img {
  width: 100%;
}
main article h1, main article h2, main article h3, main article h4, main article h5, main article h6 {
  text-align: center;
  padding-top: 30px;
  font-weight: 200;
  margin-bottom: 30px;
  color: #00339b;
}
main article a {
  color: #00339b;
}

footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  text-align: left;
  padding-top: 30px;
  font-weight: 200;
  margin-bottom: 30px;
}

.isdark {
  background-color: #2b4884;
}
.isdark h1, .isdark h2, .isdark h3, .isdark h4, .isdark h5, .isdark h6, .isdark p, .isdark td, .isdark li, .isdark a, .isdark strong {
  color: white !important;
}

.widemap {
  height: 300px;
  width: 100%;
}

.rada-wrapper {
  margin-bottom: 5px;
}
.rada-wrapper .title {
  width: 100%;
  display: block;
  position: relative;
  background-color: #00339b;
  color: white;
  text-decoration: none;
  padding: 13px 50px 13px 18px;
  background-image: url("../img/arrow-down.png");
  background-repeat: no-repeat;
  background-position: right center;
}
.rada-wrapper .title:hover, .rada-wrapper .title:focus {
  text-decoration: none;
  color: white;
}
.rada-wrapper .title[aria-expanded=true] {
  background-image: url("../img/arrow-up.png");
}
.rada-wrapper .odpoved {
  background-color: #f8f9fa;
  text-decoration: none;
  padding: 9px 50px 1px 13px;
  margin-bottom: 15px;
}

h2.actual {
  text-align: center;
  padding-top: 30px;
  font-weight: 200;
  margin-bottom: 30px;
}

.btn-primary {
  background-color: #00339b;
  border-color: #00339b;
}

h1, h2, h3, h4, h5, h6 {
  color: #00339b;
}

/*# sourceMappingURL=global.css.map */
