h1, h3, h4, h5, h6 {
  color: #006B17;
}
h2 {
  color: #00C100;
}
h1 {
  margin-bottom: 20px;
}
h1.title {
  font-size: 2em;
}
.navbar {
  background-color: #00B000;
}
#list-pages .media-body h2 > a {
  font-size: 21px;
  color: #000000;
}
#list-pages .media-body {
  background: #ffffff;
  padding: 18px;
  border-radius: 7px;
}
#mainContent .btn {
  padding: 14px 66px;
  border-radius: 6px;
  text-transform: uppercase;
  background-color: buttonface;
  color: #099000;
  font-size: 1.25em;
  margin: 15px 40px 15px 0;
  width: 250px;
  text-align: center;
}
#mainContent .btn:hover {
  text-decoration: underline;
}


#content p,
#content li,
#content a {
  font-size: 1.1em;
}
.panel-body {
  margin-top: 20px;
}


#table-downloads td:nth-child(2), #table-downloads td:nth-child(4), #table-downloads td:nth-child(5) {
  display: none;
}

#table-downloads thead th:nth-child(2), #table-downloads thead th:nth-child(4), #table-downloads thead th:nth-child(5) {
  display: none;
}


@media (max-width: 767px) { /*zobrazení pro mobil*/ 
  #logo img {
    width: 260px;
    max-height: 200px;
    margin: 34px -1%;
  }
  #mainContent .btn {  margin: 15px 40px 15px 5%;}
  #footer-links {margin-left: 5%;}


}

@media (min-width: 768px) { /*zobrazení pro tablet*/
  #logo img {
    width: 600px;
    max-height: 200px;
    margin: 34px -1%;
  }
}

@media (min-width: 992px) { /*zobrazení pro malý notebook*/
  #logo img {
    width: 760px;
    max-height: 200px;
    margin: 34px -1%;
  }
}

@media (min-width: 1200px) { /*zobrazení pro monitor*/
  #logo img {
    width: 1080px;
    max-height: 200px;
    margin: 34px -1%;
  }
}
