@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;900&display=swap');


html {
  scroll-behavior: smooth;
}
body {
  background-color: #F5F5F5;
  font-family: 'Roboto', sans-serif;
}
h1, h2 {
  text-transform: uppercase;
}
section {
  padding: 64px 0px;
}
.cursor {
  cursor: pointer;
}
.anchor {
  margin-top: -95px;
  padding-top: 95px;
  display: block;
  position: relative;
  visibility: hidden;
}
#menu {
  background-color: #fefefe;
  width: 100%;
  z-index: 10;
  position: fixed;
}
#top {
  padding-top: 95px;
}
#logo {
  margin-top: 15px;
  margin-bottom: 15px;
  height: 65px;
}
#top_foto {
  background-color: #ea8c55;
  background-image: url('../images/foto_menu.png');
  background-position: center;
  background-repeat: no-repeat;
  height: 370px;
  padding-top: 100px;
}
#top h1 {
  color: #ad2e24;
  font-size: 1.5rem;
  border-bottom: 2px solid #ad2e24;
  display: inline;
  padding: 10px;
}
#top h2 {
  margin-top: 30px;
  color: #81171b;
  font-weight: 900;
  font-size: 3rem;
}
#top_pravy img {
  margin-top: 22.5px;
  margin-bottom: 22.5px;
  height: 40px;
}
#top_pravy #top_menu {
  margin-top: 25px;
  margin-bottom: 25px;
  height: 45px;
}
#o-nadaci-section {
  background-color: #ffffff;
  /*margin-top: -95px;
  padding-top: 159px;*/
}
#o-nadaci-section h2 {
  color: #ad2e24;
  font-weight: 900;
  font-size: 3.5rem;
}
#o-nadaci-section h2 span {
  font-size: 1.7rem;
  color: #ea8c55;
  /*display: block;*/
  font-weight: 300;
}
#o-nadaci-section h2::before {
  height: 2px;
  width: 80px;
  background-color: #ea8c55;
  display: inline-block;
  content: ' ';
  margin: 10px 15px 10px 0px;
}
#o-nadaci-section h3 {
  color: #ad2e24;
  font-weight: 900;
  font-size: 2.9rem;
  margin-top: 30px;
  margin-bottom: 15px;
  text-transform: uppercase;
  text-align: center;
}
#o-nadaci-section img {
  border-radius: 1em;
}
#prehrat_video, #clanky_vsechny {
  /*background-color: #EA8C55;*/
  cursor: pointer;
  height: 35px;
  display: inline-block;
  border-radius: 1rem;
  padding-right: 22px;
  background: linear-gradient(to right, #EA8C55 50%, #ffffff 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.3s ease;  
}
#clanky_vsechny {
  background: linear-gradient(to right, #EA8C55 50%, #F5F5F5 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.5s ease;
  color: #212529;  
}
#clanky_vsechny:hover {
  text-decoration: none;
  color: #ffffff;  
}
.vsechny_clanky {
  text-transform: uppercase;
}
.vsechny_clanky a {
  color: #EA8C55;
}
.vsechny_clanky a:hover {
  color: #81171B;
  text-decoration: none;
}
#clanky-section .nav-pills .nav-link.active {
  background-color: #EA8C55;
  border-radius: 50%;
  color: #ffffff;
}
#clanky-section .nav-pills a.nav-link {
  color: #ffffff;
  background-color: silver;
  font-size: 0.7em;
  padding: 0rem;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  line-height: 24px;
}
#clanky-section .nav-item {
  display: inline-block;
}
.heigh250 {
  height: 250px;
}
#prehrat_video img, #clanky_vsechny img {
  height: 35px;
  width: 35px;  
  background-color: #EA8C55;
  text-align: center;
  vertical-align: middle;
  color: #ffffff;
}
#prehrat_video i {
  height: 35px;
  width: 35px;  
  background-color: #EA8C55;
  text-align: center;
  vertical-align: middle;
  color: #ffffff;
  padding: 9px 12px;
}
#prehrat_video span, #clanky_vsechny span {
  text-transform: uppercase;
  font-weight: 300;
  padding-left: 10px;
  vertical-align: middle;
  font-size: 1.2em;
}
#prehrat_video:hover, #clanky_vsechny:hover {
  background-color: #EA8C55;
  color: #ffffff;
  background-position: left bottom;
}
#clanky-section {
  padding: 64px 0px;
  background-color: #f5f5f5;
  text-align: center;
  /*height: 600px;*/
}
#clanky-section .container > .row > div {
  /*min-height: 480px;*/
}
.clanky_sipka {
  height: 70px;
  margin-top: 15px;
}
.clanky_sipky_dolu {
  height: 30px;
}
#clanky-section h2 {
  color: #ad2e24;
  font-weight: 900;
  font-size: 2.9rem;
  line-height: 50px;
  margin-bottom: 0px;
}
.clanky_galerie {
  border-radius: 1em;
  overflow: hidden;  
}
.parallax-window {
  height: 350px;
  background: transparent;
} 
#fotogalerie-section {
  background-color: #ea8c55;
}
#fotogalerie-section h2, #kontakty-section h2 {
  color: #ffffff;
  font-weight: 900;
  font-size: 2.9rem;
  line-height: 50px;
  margin-bottom: 0px;
}
#fotogalerie-section h2::before {
  height: 2px;
  width: 70px;
  background-color: #AD2E24;
  display: block;
  content: ' ';
  margin-bottom: 10px;
}
#kontakty-section h2::before {
  height: 2px;
  width: 70px;
  background-color: #ea8c55;
  display: block;
  content: ' ';
  margin-bottom: 10px;
}
#fotogalerie-section .nav-pills .nav-link.active {
  background-color: #81171b;
  border-radius: 0.6em;
  color: #ffffff;
}
#fotogalerie-section .nav-pills a.nav-link {
  color: #81171b;
  font-size: 1.25em;
}
#kontakty-section {
  background-color: #ad2e24;
  color: #ffffff;
}
#kontakty-section img {
  height: 40px;
}
#pata {
  background-color: #81171b;
  text-transform: uppercase;
  color: #cccccc;
  font-size: 0.8rem;
  line-height: 47px;
}
#pata img {
  height: 35px;
  margin-top: 4px;
  margin-bottom: 4px;
}
#dropdownMenuAlba {
  background-color: #F5F5F5;
  color: gray;
  margin-top: 18px;
}
#dropdownMenuAlba::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
  content: "\f078";
  border: none;
  vertical-align: baseline;
  margin-left: 100px;
  float: right;
}
#alba_seznam {
  max-height: 250px;
  overflow-y: scroll;
}

@media (max-width: 767px) { 

  #clanky-section h2 {
    font-size: 2.5rem;
  }
  
  .heigh250 {
    height: auto;
  }

}

@media (max-width: 575px) { 

  #clanky-section h2 {
    font-size: 2rem;
  }
  #clanky-container {
    margin-left: 0px;
    margin-right: 0px;
  }
  #menu {
    position: absolute;
  }
  #top h2 {
    font-size: 2.5rem;
  }


}

@media (max-width: 450px) { 

  #top h2 {
    font-size: 2.0rem;
  }

.clanky_sipka {
  height: 30px;
}

}

