/* logo velikost */
.logo img {
  max-height: 200px;
  max-width: 300px;
}

/* text v slideshow */

.carousel-caption {
  background: rgba(0, 0, 0, 0.4);
}

.carousel-caption h3{
  font-size: xx-large;
  font-weight: 600;
  color: #fbb900;
  margin-top: 0px;
}

.carousel-caption p{
  font-size: large;
  padding-top: 0px;
  margin-top: 0px;
  line-height: 20px;
  color: #fff;
}

/* patičky a loga sponzorů*/

div#footbox {
  background-color: #eaeaea;
  padding-top: 20px;
}

footer {
  color: #1d94cc;
  padding-top: 10px;
}

footer>.container {
  padding-bottom: 20px;
}


/* barva nadpisů a odkazů*/
.h1, h1 {
  color: #223381;
}

.h2, h2 {
  color: #223381;
}

