.trvani {
  margin: 1em 0;
}
/*section.section-container.section-header.sekce-terapie-info {
max-width: 80%;
margin: 0 auto;
}*/
#muzikoterapie, #telovesvice, #vykladkaret, #harmonizacecaker, #vzkazodzesnuleho, #cojepotreba{ 
  margin-top: 3em;
}
/*zobrazení motivu i na ostatních stránkách*/
#motive {
  display: block;
  background-size:cover;
  min-height: 5em;
  max-height: 30em;
  height: 85vh;
}
section.section-container {
  max-width: 80%;
  margin: 0 auto;
}
div#content {
  padding: 1em;
}
footer>.container {
  justify-content: space-between;
}
#social-site.mod {
  flex-grow: 0;
}
a.btn.btn-primary {
  margin: 0 0 4em 0;
}
body#index #motive {
  min-height: 5em;
  max-height: 30em;
}
header #top-ribbon .container {
  display: none;
}
@media (min-width: 768px) {
  section.section-3-col-top-text > .row, section.section-3-col-bottom-text > .row {
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  body#index #motive {
    min-height: 5em;
    max-height: 15em;
  }
  section.section-container {
    max-width: 90%;
    margin: 0 auto;
  }
}