/*
Theme Name: PTC Aviation
Theme URI: https://www.ptcaviation.com/
Author: PTC Aviation
Description: Lightweight native WordPress block theme for PTC Aviation.
Version: 1.0.0
Requires at least: 6.6
Requires PHP: 8.1
Text Domain: ptc-aviation
*/

html {
  scroll-behavior: smooth;
}

body {
  text-wrap: pretty;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid #f4c95d;
  outline-offset: 4px;
}

.ptc-hero {
  min-height: min(78vh, 780px);
}

.ptc-hero .wp-block-cover__image-background {
  object-position: center 58%;
}

.ptc-kicker {
  letter-spacing: .14em;
  text-transform: uppercase;
}

.ptc-card {
  height: 100%;
  box-sizing: border-box;
}

@media (max-width: 700px) {
  .ptc-hero {
    min-height: 640px;
  }
}

