/* Context-kursy.by — lightweight overrides (root site) */

html {
  -webkit-text-size-adjust: 100%;
}

img {
  height: auto;
}

@media (max-width: 767px) {
  #homeSlider .carousel-caption h1 {
    font-size: 22px;
    line-height: 1.25;
  }

  #homeSlider .carousel-caption h2 {
    font-size: 14px !important;
    line-height: 1.45;
  }

  #homeSlider .carousel-caption h3 {
    font-size: 13px;
    line-height: 1.4;
  }

  .logomob {
    max-height: 120px;
    width: auto;
    margin: 0 auto 8px;
  }

  #map_canvas {
    min-height: 280px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
}
