/*od 992px výše se položky hlavičky nebudou řadit pod sebe*/
@media (min-width:992px) {
  .navbar {
    flex-wrap:nowrap
  }

  .navbar>*:first-child {
    margin-left: unset;
  }

  .navbar__brand {
    flex-grow:unset;
  }
}

/* podbarvení stránek šablony */
#main {
  background-color: #e9f8ff;
}

/*motiv*/
@media (max-width:992px) {
  .motto {
    padding: 100px 0 200px;
  }
  #index #motive {
    height:auto!important;
  }
}

@media (max-width:768px) {
  .motto {
    padding: 100px 0 100px;
  }

}