@charset "UTF-8";

/*
  Project CSS for SWELL child theme.
  Suggested order:
  1. Variables
  2. Base adjustments
  3. Header
  4. Main visual
  5. Page sections
  6. Components
  7. Footer
  8. Responsive
*/

:root {
  --client-color-main: #111111;
  --client-color-accent: #dc861b;
  --client-color-navy: #15156b;
}

/* Base */
body {
  color: #2e2e2e;
}

/* Main visual */
.client-mv {
  position: relative;
  overflow: hidden;
}

/* Sections */
.client-section {
  position: relative;
}

/* Footer */
.client-footer {
  position: relative;
}

@media (max-width: 781px) {
  .client-mv {
    min-height: 420px;
  }
}
