@charset "UTF-8";
html {
    scroll-padding-top: 80px;
     height: 100%;
}
body { 
    height: 100%;
    display: flex;
    flex-direction: column;      
    font-family:'Roboto',sans-serif; 
    overflow-x: hidden;
    position: relative;
}
.cont {
    flex: 1 0 auto;
}
h1, h2, h3 {
    font-family:'Ubuntu',sans-serif; 
}
h1 {
    text-transform: uppercase;
    font-size: 60px;
}
.fw-semibold {
    font-weight:500;
}
p, section ul li, section div {
    font-size: 18px;
}
p.small {
    font-size: 15px;
}
a,
a:hover,
a:active,
a.active {
    color: #005c9e;
    cursor: pointer;
    text-decoration:underline;
}
a.btn.btn-primary::active,
a.btn.btn-primary::focus {
    color:white;
    text-decoration:underline;
}
.text-secondary {
    color:#3d4348!important;
}
.bg-highlight {
    background-color: #ffff33;    
}
#search_ajax_results {
  position: absolute;
  top: 45px;
  width: 100%;
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  z-index: 9999;
}
.citace {
    width:fit-content;
    background-color:#eaeaea;
    font-size:90%;
    font-family:Courier;
    padding:4px 8px;
    margin:8px 0;
}
header {    
    height:127px;
    margin-bottom: 50px;
    background-image: url(../images/header.jpg);
    background-size: 1920px 127px; 
    color:white;
    font-size:90%;
}
.header_logo {
    display: table;
    float:left;
}
.header_logo img {
    height:127px;

}
.header_title {
    float:right;
    display: table;
    margin-right: 100px;
    padding-top: 25px;
}
footer {    
    background-image: url(../images/footer.jpg);
    background-size: 1920px 200px; 
    color:white;
    font-size:90%;
    margin-top:50px;
    flex-shrink: 0;
}
footer a {    
    color:white;
}
footer a:hover {    
    color:white;
    text-decoration: none;
}
a.reverse {
    text-decoration: none;
}
a.reverse:hover {
    text-decoration: underline;
}
.scroll-top {
  position: fixed;
  right: 2%;
  bottom: 2%;
  width: 50px;
  height: 50px;
  z-index: 1049;
}
.scroll-top .btn-primary {
    background-color: #f304ff;
    border-color:#f304ff;
}
.scroll-top .btn-primary:hover {
    background-color: #bc00c6;
    border-color:#bc00c6;
}
@media screen and (max-width: 991px) {
    h1 {
        font-size: min(6vw, 40px);
    }
    header {    
        min-height:60px;
        height: auto;
        margin-bottom: 50px;    
    }
    header .container {
        padding-left: 0;
        padding-right: 0;
    }
    .header_logo img {
        height:60px;
        width:120px;
        margin:0px;
    }
    .header_title {
        float:left;
        display: table;
        margin:0 0 0 40px;
        padding:5px 0 0 0;   
        height: 60px;
    }
}