/*! modern-normalize v3.0.1 | MIT License | https://github.com/sindresorhus/modern-normalize */
/*
Document
========
*/
/**
Use a better box model (opinionated). Box sizing should not be inherited. (https://www.oddbird.net/2025/09/04/box-model/)
*/
*,
::before,
::after {
  box-sizing: border-box;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the line height in all browsers.
3. Prevent adjustments of font size after orientation changes in iOS.
4. Use a more readable tab size (opinionated).
*/
html {
  font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; /* 1 */
  line-height: 1.15; /* 2 */
  -webkit-text-size-adjust: 100%; /* 3 */
  tab-size: 4; /* 4 */
}

/*
Sections
========
*/
/**
Remove the margin in all browsers.
*/
body {
  margin: 0;
}

/*
Text-level semantics
====================
*/
/**
Add the correct font weight in Chrome and Safari.
*/
b,
strong {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}

/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
Tabular data
============
*/
/**
Correct table border color inheritance in Chrome and Safari. (https://issues.chromium.org/issues/40615503, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/
table {
  border-color: currentcolor;
}

/*
Forms
=====
*/
/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/
legend {
  padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Interactive
===========
*/
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}

:root {
  --gold: #ebac00;
  --pale-teal: #b3ddd9;
  --teal: #7bb2c0;
  --deep-teal: #015d5c;
  --dusty-teal: #799c92;
  --body-text: var(--deep-teal);
  --nav-text: var(--gold);
  --button-bg: var(--gold);
  --button-fg: white;
  --footer-bg: var(--dusty-teal);
  --footer-fg: white;
  --footer-border: var(--gold);
  --header-text: var(--teal);
  --product-header: var(--deep-teal);
  --section-border: var(--pale-teal);
  --variant-alpha-bg: var(--pale-teal);
}

h2, .h2 {
  font-size: 2rem;
  color: var(--header-text);
  font-weight: 700;
}

/*
Which is the standard for headers, sticky or normal? I'm seeing more sticky, I think.
If nothing else, sticky is fancier, and I think I'm more often annoyed by having to scroll up.
*/
/* What is the best standard for units? em? rem? px? */
/* Is margin or gap typically better for flex? */
body {
  font-family: Ubuntu, sans-serif;
}

main {
  background-color: white;
  color: var(--body-text);
}

p {
  font-size: 1em;
  line-height: 1.8;
  font-weight: 300;
}

.highlighted-passage {
  color: var(--gold);
}

.superheader {
  background-color: var(--gold);
  color: var(--white);
  min-height: 2rem;
}

header {
  background-color: white;
  color: var(--gold);
  top: 0;
  position: sticky;
  font-family: Kavoon, fantasy;
  border-bottom: 1px solid #ddd;
  letter-spacing: 1px;
}
header .header-nav {
  font-weight: normal;
}

img.logo {
  width: auto;
  height: 5rem;
}

img.logo-large {
  width: auto;
  height: 9rem;
}

.inner-div {
  margin-left: auto;
  margin-right: auto;
  max-width: 1140px;
  padding: 0.5rem 0;
}

.header-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.superheader-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 0;
}

.hours-title {
  font-weight: bold;
  margin-bottom: 1rem;
  padding-top: 0.5rem;
}

.hours-day {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 1em;
  align-content: center;
}
.hours-day .day-of-week {
  font-weight: 200;
  margin-right: 1rem;
}

.superheader-callout {
  padding: 0.5em;
  font-size: 1rem;
  background-color: white;
  margin-right: 2rem;
  font-weight: bolder;
  font-style: italic;
  color: #666;
}

footer {
  background-color: var(--footer-bg);
  color: var(--footer-fg);
  padding-top: 2rem;
  border-top: 0.25rem solid var(--gold);
}
footer .footer-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
footer .footer-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
footer .footer-nav {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
}

.header-right {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.header-right, .footer-right {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 4rem;
}

.header-nav {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1.5rem;
}

ul.footer-nav > li {
  line-height: 2;
}

ul.header-nav > li {
  margin-right: 3rem;
}

.subfooter {
  padding: 1rem 0;
}

.nav-label {
  font-weight: bold;
}

.footer-social-icons {
  display: flex;
  flex-direction: row;
}

.footer-social-icon {
  width: 2.5rem;
  height: auto;
}

.two-up {
  margin: 2em auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 2rem;
}
.two-up .two-up-text {
  background-color: white;
  padding: 1em 2em 2em 2em;
  height: 100%;
}
.two-up .two-up-text p {
  color: var(--teal);
}

.outer-div.variant-alpha {
  background-color: var(--variant-alpha-bg);
}

.card-row {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin: 2rem 0;
}
.card-row .card-wrapper {
  width: 10%;
}
.card-row .card-wrapper img {
  height: auto;
  width: 100%;
  filter: drop-shadow(0 0.25rem 0.25rem rgba(0, 0, 0, 0.5));
}

.btn {
  display: inline-block;
  background-color: var(--button-bg);
  color: var(--button-fg);
  padding: 0.75rem;
  font-size: 1.25rem;
  font-weight: 400;
  text-decoration: none;
  border-radius: 0.5rem;
}

.product-boxes {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 2rem;
  padding-bottom: 2rem;
}
.product-boxes .product-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
  width: 500px;
}
.product-boxes .product-box .product-box-left {
  width: 260px;
  margin-right: 20px;
}
.product-boxes .product-box .product-box-left img {
  max-width: 100%;
}
.product-boxes .product-box .product-box-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 220px;
}
.product-boxes .product-box .product-box-right .product-box-text {
  line-height: 1.75;
}
.product-boxes .product-box .product-box-right .product-box-title {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 0.5rem;
  color: var(--product-header);
}

/*# sourceMappingURL=style.css.map */
