@font-face {
    font-family: 'Futura'; /* Vlastní název, který budete používat */
    src:     url('../css/Futura PT Book.woff') format('woff');
}

body{
    font-optical-sizing: auto;
    font-style: normal;
    font-family:Futura;
    font-weight: normal; /* Tloušťka fontu */
    font-style: normal;  /* Styl fontu (např. 'italic') */
    font-display: swap;  /* Zabrání blikání textu při načítání */
    font-size:1.1rem;
    line-height: 1.5rem;
    letter-spacing: .001rem;
    text-shadow: 0.25px 0 0.5px currentColor;
}

#page{
    height: auto;
}
a{
    text-decoration-thickness: 1px;
}

.container {
    max-width: 960px;
}

.site-header.jumbotron{
    background-position: center center;
}

/* pro malé výšky zmenšit obrázek */
.site-header{
    background-image: url(../img/pozadi-apkt.jpg);
    background-position: center bottom;
    background-size: cover;
    color: #FFFFFF;
}

.header-blog-name{
    font-size:1.4rem;
}

.header-description{
    font-size:3.2rem;
    letter-spacing: 1;
}

.logo-apkt{
    width: 120px;
}

.lead{
    font-weight: 800 !important;
}
.navbar-top{
    color:white !important;
    
}
.navbar-top .nav-link,
.navbar-top .nav-link .active{
    color:white !important;
    text-shadow: 0.3px 0 0.55px currentColor;
}
.navbar-top .nav-link:hover,
a.nav-link.active{
    text-decoration: underline !important;
    text-underline-offset: 3px
}

.offcanvas-body ul li a{
    color:black;
    text-align: left;
    margin-left: 1rem;
}
.offcanvas-body a.nav-link.active{
    color:black;
    text-decoration: underline;
}

.menu_main_customer li a{
    font-weight: bold;
}

.container-title{
    background-color: #df6500;
    color: #e5f1ff;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content a,
.bootscore-footer h2,
.blog-post-title a,
.bootscore-footer a, .breadcrumb a,
.read-more, .page-link
{
    color:#08060f;
}

h3{
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.bg-danger-light{
    background-color: #f8d7da;
}

.btn-orange {
    color: #fff !important;
    background-color: #df6500;
    border-color: #df6500;
}

.btn-orange:hover {
    color: #fff !important;
    background-color: #dd6300;
    border-color: #dd6300;
}

strong,
.card-title{
    text-shadow:none;
}

.slogan{
    font-size: 1.6rem;
    text-shadow:none;
}

.text-justify{
    text-align: justify;
}

