@font-face {
    font-family: PTSansNarrow;
    src: url(fonts/PTSansNarrow-Regular.ttf);
    font-weight: normal;
}

@font-face {
    font-family: Oswald;
    src: url(fonts/Oswald-VariableFont_wght.ttf);
    font-weight: normal;
}

@font-face {
    font-family: Logo;
    src: url(fonts/AE15000D.TTF);
    font-weight: normal;
}

body {
    background-color: #d3c79e;
}

.card {
    background-color: #d3c79e; 
}

.oddelovac {
    color: #d3c79e;
    padding: 0px 5px;
}

.zlaty-text {
    color: #d3c79e;
}

#logo {
    color: white;
    font: 3em "Oswald";
    font-weight: normal;
    text-align: center;
}

.logo-obrazek  {
    height: 120px;
}

#kozel  {
    height: 90px;
}

.card-header {

    max-width: 1440px;
    width: 100%;
    background-color: #02413c;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    border-bottom: 2px solid #d3c79e;
}

.card-body {
    border-bottom: 2px solid #d3c79e;
}

.btn {
    color: #d3c79e;
}

.card-header-tabs {
    justify-content: center;
    align-items: center;
}

a {
    color: #d3c79e;
}

ul li a :hover {
    color: white;
}

table {
    font: 1em Verdana;
}

.info {
    background-color: #02413c;
    color: white;
    padding: 30px 50px;

}

.row {
    margin: 0 auto;
    justify-content: center;
    max-width: 1440px;
}

.kozel-logo {
    max-width: 120px;
}

.carousel-row {
    margin: 0 auto;
    max-width: 1440px;
    justify-content: center;
}

th {
    font-size: 1.6em;
    margin-left: 20px;
}

td {
    font-size: 1.3em;
}

#napoje th, td {
    height: 60px;
    justify-content: center;
    vertical-align: middle;
}

#jidla th, td {
    height: 60px;
    justify-content: center;
    vertical-align: middle;
}

.table-napoje {
    border-right: 1px solid #02413c;
}

.ikona {
    width: 50px;
    padding-bottom: 10px;
}

.ikony {
    color: #02413c;
    margin: 0 auto;
    justify-content: center;
    max-width: 1280px;
    font-weight: bold;
}

.dny {
    display: inline-block;
    min-width: 70px;
    color: #d3c79e;
}

.google-mapa {
    padding-bottom: 50%;
    position: relative;
}

.google-mapa iframe {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
}
