@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&subset=latin,latin-ext);
html {
  scroll-behavior: smooth;
}

body {
  font-family: open sans, Helvetica Neue, Roboto, Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #676a6c !important;
  background-color: #fff !important;
}

.h1, h1, .h2, h2, h3, .h3, h4 {
  font-family: open sans, Helvetica Neue, Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.1;
  color: inherit;
}

h1, .h1 {
  margin: 10px 0;
  font-size: 30px !important;
  font-weight: 900 !important;
  color: #676a6c;
  text-align: center;
}

.false-h2 {
  margin: 10px 0;
  font-size: 24px !important;
  font-weight: 200 !important;
  color: #676a6c;
  text-align: center;
  position: relative;
}

h2, .h2 {
  margin: 10px 0;
  font-size: 24px !important;
  font-weight: 900 !important;
  color: #676a6c;
  text-align: center;
  position: relative;
}
h2:before, .h2:before {
  content: "";
  width: 60px;
  border-bottom: solid 2px #FA8128;
  position: absolute;
  z-index: 1;
  top: -10px;
  left: 48%;
}

h3, .h3 {
  margin: 10px 0;
  font-size: 20px !important;
  font-weight: 500 !important;
  color: #676a6c;
  text-align: center;
  position: relative;
  /* &:before {

       content: "";
       width: 60px;
       border-bottom: solid 2px #1ab394;
       position: absolute;
       z-index: 1;
       top: -10px;
       left: 48%;

   }
   */
}

.svg-img {
  height: 40px !important;
  display: block;
  fill: #FA8128 !important;
  margin: auto;
  margin-bottom: 5px;
}
.svg-img .landing-page .features-icon {
  color: #FA8128;
  font-size: 40px;
}

.navbar {
  border-bottom: 2px solid #fff;
}
.navbar .nav-item {
  font-size: 18pt;
}
.navbar .nav-item .nav-link {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  color: rgba(0, 0, 0, 0.8) !important;
}
.navbar .nav-item .nav-link:hover {
  color: #FA8128 !important;
}

.bg-orange {
  background-color: #FA8128;
  color: white;
}
.bg-orange h2 {
  color: #fff;
}

p {
  text-align: center !important;
}

.metodika {
  background-size: 100% !important;
  background: url(./../../images/bg-people.png);
  overflow: hidden;
  background-color: #FA8128;
  background-blend-mode: soft-light;
  min-height: 150px;
}

.footer {
  background-image: url("http://dobryhospic.eu//assets/images/word_map.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin-top: 60px;
  background-color: #FA8128;
  background-blend-mode: multiply;
  color: #fff !important;
}
.footer h2, .footer .h2 {
  margin: 10px 0;
  font-size: 24px !important;
  font-weight: 500 !important;
  color: #fff;
  text-align: center;
  position: relative;
}
.footer h2:before, .footer .h2:before {
  content: "";
  width: 60px;
  border-bottom: solid 2px #fff;
  position: absolute;
  z-index: 1;
  top: -10px;
  left: 48%;
}
.footer p {
  color: fff;
}

.section-one {
  background-image: url(./../../images/tuzky-hlavni.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #e8e6e9;
  height: 70vh;
  background-color: rgba(255, 255, 255, 0.4);
  background-blend-mode: screen;
  border-bottom: 4px solid #fff;
  background-position-y: 0;
}

@media (min-width: 1200px) {
  .section-one {
    background-image: url(./../../images/tuzky-hlavni.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #e8e6e9;
    height: 90vh;
    background-color: rgba(255, 255, 255, 0.4);
    background-blend-mode: screen;
    border-bottom: 4px solid #fff;
    background-position-y: -350px;
  }
}
.subtitle {
  font-weight: 400 !important;
}

.o-projektu {
  background-image: url("./../../images/parents-meeting.jpg");
  background-color: rgba(255, 255, 255, 0.6);
  background-blend-mode: screen;
  background-size: auto;
  height: 70vh;
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.jak-funguje {
  border-radius: 50px;
}

.mozne-pouzit {
  background-image: url("./../../images/tuzky-side.jpg");
  background-color: rgba(255, 255, 255, 0.8);
  background-blend-mode: screen;
  min-height: 400px;
  background-size: cover;
}

.page-up {
  position: fixed;
  right: 10px;
  bottom: 10px;
  border: 1px solid #FA8128;
  color: #FA8128;
  text-decoration: none;
  padding: 5px;
}
.page-up:hover {
  background-color: #FA8128;
  color: #000;
}