body {
    padding-top: 20px;
    color: rgb(80, 80, 80);
    font-family: 'Open Sans', sans-serif;
    overflow-x: visible;
    -ms-scrollbar-arrow-color: blue;
    -ms-scrollbar-face-color: blue;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    background-color: #FFFFFF;
}

body::-webkit-scrollbar {
    width: 12px;
}

body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
    background-color: rgb(194, 194, 194);
}

body::-webkit-scrollbar-thumb:hover {
    background-color: rgba(230, 167, 86, 0.85);
}

body::-webkit-scrollbar-thumb:active {
    background-color: rgba(230, 167, 86, 0.85);
}

::selection {
    background: #e6a756;
    color: #ffffff;
}

#navbar {
    background-color: white;
    z-index: 20;
}

.bigger-text {
  font-size: 25px;
}

.fs-2rem {
  font-size: 2rem!important;
}

.fs-bolder {
  font-weight: 400!important;
  color: #e6a756!important;
}

.fotogalerie-otevrena.my-gallery .col-6.col-md-4 {
    padding: 3px;
    margin: 0px;
    width: 100%!important;
}

.fotogalerie-otevrena.my-gallery .col-6.col-md-4 figure {
    width: 100%!important;
    padding: 0px;
    margin: 0px;
}

.fotogalery-img {
  width: 100%;
  height: auto;
}

/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
    width: 100%;
    position: fixed;
    top: 0;
    -webkit-box-shadow: 0px 0px 3px 1px rgba(214, 214, 214, 1) !important;
    -moz-box-shadow: 0px 0px 3px 1px rgba(214, 214, 214, 1) !important;
    box-shadow: 0px 1px 10px 2px rgba(0, 0, 0, 0.4) !important;
}

/* Add some top padding to the page content to prevent sudden quick movement */
.sticky + main {
    padding-top: 57px!important;
    min-height: 557px!important;
}

@media (max-width:575px) {
    .sticky {
        left: 0;
    }
    .page-section {
      margin-top: 2rem!important;
      margin-bottom: 2rem!important;
    }
}

@media (min-width:576px) {
}

@media (max-width: 768px) {
    #frame {
        -ms-zoom: 0.75;
        -moz-transform: scale(0.75);
        -moz-transform-origin: 0 0;
        -o-transform: scale(0.75);
        -o-transform-origin: 0 0;
        -webkit-transform: scale(0.75);
        -webkit-transform-origin: 0 0;
    }
    
}

@media (min-width:768px) {
}

@media (min-width:992px) {
  /* Add some top padding to the page content to prevent sudden quick movement */
  .sticky + main {
      padding-top: 85px!important;
      min-height: 585px!important;
  }
}

@media (min-width:1200px) {
}