@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,700;1,300&display=swap');

h1, h3 {
    font-size: 26px;
    text-transform: uppercase;
    color: #6b3333;
    font-family: 'Roboto', sans-serif;
}

body {
    font-family: 'Roboto', sans-serif;
    color: #333;
    font-size: 14px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

header {
    background-color: #fff;
    padding-top: 23px;
    background-image: url(../img/header.png),url(../img/cloud.png);
    background-repeat: repeat-x,no-repeat;
    background-position: 0 0,85% 0;
}

header a.logo {
    background-image: url(../img/logo.png);
    width: 271px;
    height: 101px;
    background-repeat: no-repeat;
    display: inline-block;
    background-size: cover;
    text-indent: -9999px;
}

header .header-logo {
    padding-top: 11px;
}

header .time {
    line-height: 0;
    padding-left: 3px;
    font-size: 13px;
    top: -8px;
    left: -40px;
}
.text-title {
    color: #7f203b;
}

.media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.gradient-divider:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    height: 1px;
    width: 611px;
    left: 50%;
    margin-left: -305px;
    background: -webkit-gradient(linear,left top,right top,from(#fff),color-stop(48.44%,#d09797),color-stop(98.9%,#fff));
    background: -webkit-linear-gradient(left,#fff,#d09797 48.44%,#fff 98.9%);
    background: -o-linear-gradient(left,#fff 0,#d09797 48.44%,#fff 98.9%);
    background: linear-gradient(90deg,#fff 0,#d09797 48.44%,#fff 98.9%);
}

.jumbotron {
    background-color: #fff !important;
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}
.table.duhi_respo_table_rekvizit thead {
    border: 1px solid rgba(246,218,218,.5);
}
.table.duhi_respo_table_rekvizit th {
    font-size: 16px;
    color: #6b3333;
    background: rgba(246,218,218,.5);
    text-align: center;
}

footer {
    background-color: #faf5f5;
    height: 220px;
    padding-top: 60px;
}

.bg-footer {
    background-image: url(../img/footer.png);
    background-repeat: repeat-x;
}
