    /*!
 * Start Bootstrap - Portfolio Item (https://startbootstrap.com/template-overviews/portfolio-item)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-portfolio-item/blob/master/LICENSE)
 */

body {  
    background-color:white;
    color:#003264;
    padding-top: 54px;
}
.kurziva {
    font-style:italic;
   
}
.indent {
    margin-top: 2px; 
    font-weight:bold;
    text-align:justify;
}
.odkaz {
    color:red;  
        }
.odkaz:hover {
    background-color:red;
    color:#FFD719
    }        
@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}
.carousel-caption h2 {
    color: #FFD719;
    text-shadow: 1px 2px 4px #000000;
    background-color:none;
}
.carousel-caption p {
    color: #FFD719;
    text-shadow: 1px 2px 4px #000000;
    font-weight:bold;
}

.bg-warning {
  background-color: #ffd719 !important; 
}

.navbar-light .navbar-nav .nav-link {
    color: #003264;
    font-weight: bold;
    font-size: 22px;
}  
h3 a{
color:#003264;
text-decoration:none;
}

h3 a:hover {
color:black;
text-decoration: none;

}
 