html {
    scroll-behavior: smooth;
}


.page-header {
    background: url('images/voltee-banner-01.jpg') no-repeat center;
    background-size: cover;
}

.navbar {
    z-index: 99999;
}

.page-header-inner {
    min-height: 460px;
}

.top-call-action {
    background: url('images/top-call-action-bg.jpg') no-repeat center;
    background-size: cover;
}

.split-layout-img-1,
.split-layout-img-2 {
    overflow: hidden;
    height: 300px;
}

.split-layout-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% + 1px);
    height: 100%;
}

.split-layout-img-1 .split-layout-inner {
    background: url('images/split-layout-01.jpg') no-repeat center;
    background-size: cover;
}

.split-layout-img-2 .split-layout-inner {
    background: url('images/split-layout-02.jpg') no-repeat center;
    background-size: cover;
}

.section-subscribe {
    min-height: 400px;
    background: url('images/pozadi-develop.jpg') no-repeat center;
    background-size: cover;
}

.bottom-section {
    background: url('images/bottom-section-bg.jpg') no-repeat center;
    background-size: cover;
}

@media (min-width: 768px) {
    .page-header-inner {
        min-height: 520px;
    }
    .split-layout-img-1,
    .split-layout-img-2 {
        height: 460px;
    }
}

@media (min-width: 992px) {
    .navbar {
        background-color: transparent !important;
    }
    .top-call-action .btn,
    .bottom-section .btn {
        margin-top: 0.1875rem;
    }
    .split-layout-img-1,
    .split-layout-img-2 {
        height: inherit;
    }
}

@media (min-width: 1200px) {
    .page-header {
        background-attachment: fixed;
    }
    .page-header-inner {
        min-height: 700px;
    }
}



/*Vertical Sliding*/
.slidingVertical{
    display: inline;
    text-indent: 8px;
}
.slidingVertical span{
    animation: topToBottom 6s linear infinite 0s;
    -ms-animation: topToBottom 6s linear infinite 0s;
    -webkit-animation: topToBottom 6s linear infinite 0s;
    color: #ffd503;
    opacity: 0;
    overflow: hidden;
    position: absolute;
}
.slidingVertical span:nth-child(2){
    animation-delay: 2s;
    -ms-animation-delay: 2s;
    -webkit-animation-delay: 2s;
}
.slidingVertical span:nth-child(3){
    animation-delay: 4s;
    -ms-animation-delay: 4s;
    -webkit-animation-delay: 4s;
}

.slidingVertical span:nth-child(4){
    animation-delay: 6s;
    -ms-animation-delay: 6s;
    -webkit-animation-delay: 6s;
}

/*topToBottom Animation*/
@-moz-keyframes topToBottom{
    0% { opacity: 0; }
    5% { opacity: 0; -moz-transform: translateY(-50px); }
    10% { opacity: 1; -moz-transform: translateY(0px); }
    25% { opacity: 1; -moz-transform: translateY(0px); }
    30% { opacity: 0; -moz-transform: translateY(50px); }
    80% { opacity: 0; }
    100% { opacity: 0; }
}
@-webkit-keyframes topToBottom{
    0% { opacity: 0; }
    5% { opacity: 0; -webkit-transform: translateY(-50px); }
    10% { opacity: 1; -webkit-transform: translateY(0px); }
    25% { opacity: 1; -webkit-transform: translateY(0px); }
    30% { opacity: 0; -webkit-transform: translateY(50px); }
    80% { opacity: 0; }
    100% { opacity: 0; }
}
@-ms-keyframes topToBottom{
    0% { opacity: 0; }
    5% { opacity: 0; -ms-transform: translateY(-50px); }
    10% { opacity: 1; -ms-transform: translateY(0px); }
    25% { opacity: 1; -ms-transform: translateY(0px); }
    30% { opacity: 0; -ms-transform: translateY(50px); }
    80% { opacity: 0; }
    100% { opacity: 0; }
}


.bila {
    color: white;
}

.calltoaction {
    font-size: 1.25rem;
    color: black;
}

.text-stredni {
    font-size: 1.5rem;
}

.text-maly {
    font-size: 1.3rem;
}

.pozadi-zluta {
    background-color: #ffd503;
}

.cerna {
    color: black;
}

@media screen and (min-width: 681px) {
    .nadpis-banner h1{
        font-size: 4rem;
    }

}

@media screen and (max-width: 680px) {
  .nadpis-banner h1{
    font-size: 2rempx;
    }
}


.formular {
    padding: 2rem 1rem;
}

.zluta {
    color: #ffd503;
}

a {
    color: #8b7300;
}

a:hover {
    color: #463b07;
    text-decoration: underline;
}

.btn-primary {
    background-color: #ffd503;
    color: black;
    border: 0px;
}

.btn-primary:hover {
    background-color: #d4b100;
    color: black;
    border: 0px;
}


/*Back to top funkce*/

#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  color: #7c7c7c78; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  font-size: 3rem; /* Increase font size */
  background-color: transparent;
}

#myBtn:hover {
  color: #00000078; /* Text color */
}

.timeline-bg {
    background-image: url("images/timeline-bg.png");
    background-repeat: no-repeat;
    background-position: center;
}

.kontaktni-box {
    background-color: #ffd503;
    padding: 10px;
    color: black;
}

.kontaktni-box a{
    color: black;
}

.sluzby-ramecek {
    margin: 0 60px;
    font-size: 1.15em;
}

@media screen and (max-width: 680px) {
  .sluzby-ramecek{
    margin: 0 0px;
    }
}

.poznamka {
    font-size: 0.8rem;
}

.tucny {
    font-weight: 600;
}