/*
 Theme Name:   bootScore 5 APKT
 Description:  bootScore 5 Child Theme
 Author:       invence.eu
 Author URI:   https://crftwrk.de
 Template:     bootscore-5
 Version:      5.0.0.4
 Text Domain:  bootscore
*/

/* 
Add as many files as you need for development. 
When you're done, merge them all in the style.css file to reduce file requests. 
*/

.container {
  max-width: 960px;
}

.site-header.jumbotron{
    background-image: url(img/pozadi-apkt.jpg);
    background-position: center center;
    background-size: cover;
    color: #FFFFFF;
}

.republika-tecky {
  height: clamp(
    150px, 
    calc(150px + (100vh - 600px) * 0.6667), 
    470px
  ) !important;
  margin-top: clamp(0px, 17.5vh - 105px, 70px);
  width: auto;
}

.logo-apkt{
    width: 120px;
}

@media (min-width: 768px) {
  .vh-md-100 {
    min-height: 100vh !important;
  }
}

@media (min-width: 980px) {

    .site-header.jumbotron1 {
        min-height: 860px;
    }


    .site-header1.jumbotron {
        min-height: 120 px;
    }


    .container .row .odkzNAHORE {
        display: block;
    }
}