/* NavTop 
nav.navbar {
    margin-bottom: 0;
    border: none;
    border-radius: 0;
}

.highlight-mono {
  background: grey; 
  background: -webkit-linear-gradient(dimgrey, white); 
  background: -o-linear-gradient(dimgrey, white); 
  background: -moz-linear-gradient(dimgrey, white);
  background: linear-gradient(dimgrey, white); 
}
#title-tech {
  color: white;
    font-size: 3em;
    font-weight: 600;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    line-height: 1em;
    margin-top: -30px;
    margin-bottom: -30px;
}
/* Images 
.screenshot {
  border: 1px solid #a4a4a4;
}
/* Margins 
.margin-bottom {
  margin-bottom: 20px;
}
/* Footer overlap fix 
.bottom-line {
  clear: both;
}
*/
/* Vue css */
h3 {
  margin: 40px 0 0;
}
/* ul {
  list-style-type: none;
  padding: 0;
}
li {
  display: inline-block;
  margin: 0 10px;
}
a {
  color: #42b983;
} */

.tlo-ikony {
  background-color: #f1f9fb;
  border-top: 1px solid #0091b5;
  border-left-color: #fff;
  border-right-color: #fff;
  background-color: bisque !important;
}
.navbar-nav > li > a {
  min-height: 170px;
  /* min-height: -webkit-fill-available; */
}