#motto { /* text motivu - celý blok */
  padding: 30px 0 0 30px;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-style: italic;
  font-weight: bold;
  font-size: 10px;
  padding-left: 5px;
  text-decoration: none;
  text-align: left;
  color: white;
}
h2#motto-title { /* text motivu, nadpis */
  font-family: arial;
  color: white;
}
p#motto-text { /* text motivu - popis */
  font-weight: 700;
  font-size: 20px;
  padding-left: 260px;
  color: white;
}
img {max-width: 100%; height: auto; box-sizing: border-box;
}
.navbar-nav > li > a {text-transform:none;
}
footer {
  background: #385980;                                 /*tmavě modré pozadí patičky*/
  color: #ffffff;                                      /*bílá barva textu v patičce*/
}
#footer-contact .fa {color: #ffffff;
} 
