/*
Theme Name: Fast & Fresh One Page
Theme URI: https://hy-veefastandfresh.com
Author: Hy-Vee, Inc
Author URI: https://hy-vee.com
Description: A clean one-page WordPress theme for Hy-Vee Fast & Fresh.
Version: 1.0.1
Text Domain: fastfresh
Tags: one-column, custom-logo, custom-menu, theme-options
*/

:root {
  --ff-primary: "Montserrat", Arial, Helvetica, sans-serif;
  --primary: #307B31;
  --secondary: #8FC73E;
  --text: #222;
  --muted: #4b5563;
  --bg: #ffffff;
}

* {
  box-sizing: border-box
}

html,
body {
  margin: 0;
  padding: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--ff-primary);
  line-height: 1.6
}

img {
  max-width: 100%;
  height: auto;
  display: block
}

.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1rem
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center
}

.site-bar {
  background: var(--primary);
  border-bottom: 30px solid var(--secondary);
  padding: 40px 30px 40px 30px;
  color: #fff
}

.site-bar .logo-wrap {
  height: 92px
}

.site-bar .custom-logo {
  max-height: 54px;
  width: auto
}

.hero {
  padding: 2rem;
}

.hero img {
  width: 100%;
}

.section {
  padding: 3.25rem 0
}

.section--tight {
  padding: 2.25rem 0
}

.section h2 {
  font-size: 40px;
  color: var(--primary);
  text-align: center;
  letter-spacing: .02em;
  text-transform: uppercase;
  margin: 0 0 .5rem 0;
  font-weight: 800;
}

.section .accent {
  width: 120px;
  height: 7px;
  background: var(--secondary);
  margin: 0.35rem auto 0 auto;
  border-radius: 3px;
}

.section p.lead {
  font-size: 20px;
  max-width: 860px;
  margin: 1rem auto 0 auto;
  text-align: center;
  color: var(--muted);
  font-weight: 500
}

.links {
  margin-top: 1.75rem
}

.links ul {
  list-style: none;
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin: 0
}

.links a {
  font-size: 12px;
  color: #fff;
  letter-spacing: .02em;
  padding-bottom: 2px;
  text-decoration: none;
}

.links a:hover,
.links a:focus {
  border-color: var(--green-500);
}

.site-footer {
  background: var(--primary);
  border-top: 30px solid var(--secondary);
  padding: 40px 30px 40px 30px;
  color: #fff
}

.site-footer .footer-inner {
  padding: 2rem 0
}

.site-footer .custom-logo {
  max-height: 54px;
  margin: 0 auto 0.75rem auto
}

.site-footer p {
  opacity: .9;
  margin: 0;
  text-align: center;
  font-size: .9375rem
}

@media (max-width:640px) {
  .site-bar .logo-wrap {
    height: 84px
  }

  .section {
    padding: 2.25rem 0
  }

  .links ul {
    gap: 1.2rem
  }
}