@charset "UTF-8";
@font-face {
  font-family: 'GT Pressura';
  src: url("/fonts/GTPressura-RegularItalic.woff2") format("woff2"), url("/fonts/GTPressura-RegularItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: optional;
  size-adjust: 100%;
  ascent-override: 90%;
  descent-override: 20%;
  line-gap-override: 0%; }

@font-face {
  font-family: 'GT Pressura';
  src: url("/fonts/GTPressura-Bold.woff2") format("woff2"), url("/fonts/GTPressura-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: optional;
  size-adjust: 100%;
  ascent-override: 90%;
  descent-override: 20%;
  line-gap-override: 0%; }

@font-face {
  font-family: 'GT Pressura';
  src: url("/fonts/GTPressura.woff2") format("woff2"), url("/fonts/GTPressura.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: optional;
  size-adjust: 100%;
  ascent-override: 90%;
  descent-override: 20%;
  line-gap-override: 0%; }

@font-face {
  font-family: 'Canela';
  src: url("/fonts/Canela-Black.woff2") format("woff2"), url("/fonts/Canela-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: optional;
  size-adjust: 100%;
  ascent-override: 85%;
  descent-override: 15%;
  line-gap-override: 0%; }

@font-face {
  font-family: 'Canela';
  src: url("/fonts/Canela-Bold.woff2") format("woff2"), url("/fonts/Canela-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: optional;
  size-adjust: 100%;
  ascent-override: 85%;
  descent-override: 15%;
  line-gap-override: 0%; }

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Grid
- Base Styles
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing
- Media Queries
*/
/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  display: grid;
  grid-gap: 1em;
  margin: 0 auto;
  max-width: 100%; }
  @media (min-width: 550px) {
    .container {
      max-width: 550px; } }
.section {
  margin-bottom: 2em;
  margin-left: 24px;
  margin-right: 24px; }

/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
html {
  font-size: 18px; }

body {
  font-size: 1em;
  line-height: 1.45;
  font-weight: 400;
  font-family: "GT Pressura", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #333132; }

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300; }

h1 {
  font-size: 3.6rem;
  line-height: 1;
  letter-spacing: -.75rem; }

h2 {
  font-size: 3.0rem;
  line-height: 1;
  letter-spacing: -.1rem; }

h3 {
  font-size: 2.4rem;
  line-height: 1.25;
  letter-spacing: -.1rem; }

h4 {
  font-size: 1.8rem;
  line-height: 1.25;
  letter-spacing: -.08rem; }

h5 {
  font-size: 1.5rem;
  line-height: 1.25;
  letter-spacing: -.05rem;
  margin-bottom: 0.125em;
  font-weight: 900; }

h6 {
  font-size: 1rem;
  line-height: 1.25;
  letter-spacing: 0;
  margin-bottom: 0;
  font-weight: 900; }

/* Smaller than phablet */
@media (max-width: 550px) {
  h1 {
    font-size: 2.8rem; }
  h2 {
    font-size: 2.4rem; }
  h3 {
    font-size: 2.2rem; }
  h4 {
    font-size: 1.5rem; }
  h5 {
    font-size: 1.1rem; } }

p {
  margin-top: 0; }

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #f26c6d; }
  a:hover {
    color: paradise; }
  a.black {
    color: black; }

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  padding: .25em 1em;
  color: #fff;
  background-color: #333132;
  border-color: #333132;
  border: 2px solid #333132;
  text-align: center;
  font-weight: bold;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  border-radius: 8px;
  cursor: pointer;
  box-sizing: border-box; }
  .button.leaf,
  button.leaf,
  input.leaf[type="submit"],
  input.leaf[type="reset"],
  input.leaf[type="button"] {
    background-color: #9cd0a6;
    color: #346c3e;
    border-color: transparent; }
  .button.paradise,
  button.paradise,
  input.paradise[type="submit"],
  input.paradise[type="reset"],
  input.paradise[type="button"] {
    background-color: #f26c6d !important;
    color: white;
    border-color: transparent; }

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  border: 2px solid rgba(0, 0, 0, 0.1);
  background-color: #f26c6d;
  color: white; }

.button.button-primary,
button.button-primary,
input.button-primary[type="submit"],
input.button-primary[type="reset"],
input.button-primary[type="button"] {
  color: #fff;
  background-color: #9cd0a6;
  border-color: #9cd0a6; }

.button.button-primary:hover,
button.button-primary:hover,
input.button-primary[type="submit"]:hover,
input.button-primary[type="reset"]:hover,
input.button-primary[type="button"]:hover,
.button.button-primary:focus,
button.button-primary:focus,
input.button-primary[type="submit"]:focus,
input.button-primary[type="reset"]:focus,
input.button-primary[type="button"]:focus {
  color: #fff;
  background-color: #9cd0a6;
  border-color: #9cd0a6; }

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px;
  /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #eaeae1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }

/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #9cd0a6;
  outline: 0; }

label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }

fieldset {
  padding: 0;
  border-width: 0; }

input[type="checkbox"],
input[type="radio"] {
  display: inline; }

label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }

/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: circle outside; }

ol {
  list-style: decimal outside; }

ol, ul {
  padding-left: 0;
  margin-top: 0; }

ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }

li {
  margin-bottom: 1rem; }

/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: white;
  border: 1px solid #eaeae1;
  border-radius: 4px; }

pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }

/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid white; }
  th:first-child,
  td:first-child {
    padding-left: 0; }
  th:last-child,
  td:last-child {
    padding-right: 0; }

/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem; }

input,
textarea,
select,
fieldset {
  margin-bottom: 1rem; }

pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 1rem; }

/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }

.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }

.u-pull-right {
  float: right; }

.u-pull-left {
  float: left; }

/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #eaeae1; }

/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/
/* Larger than mobile */
/* Larger than phablet (also point when grid becomes active) */
/* Larger than tablet */
/* Larger than desktop */
/* Larger than Desktop HD */
body {
  background-image: url(/img/bg/white-brick.jpg);
  background-color: white;
  background-size: contain;
  margin: 0;
  opacity: 0; }
  body.content-loaded {
    opacity: unset; }
  body.contact {
    background-image: url(/img/bg/cinderblock.jpg); }
  body.stylists {
    background-image: url(/img/bg/maple.jpg);
    background-size: contain; }
  body.covid {
    background-image: url(/img/bg/fence.jpg);
    background-size: contain; }
    body.covid h1 {
      display: none; }
  body.price-list {
    background-image: url(/img/bg/illustrated-leaves.png);
    background-size: object-fit; }
  @media (max-width: 550px) {
    body {
      font-size: 16px; } }
.video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; }
  .video-container .video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

h2,
h3,
h4 {
  color: #333132; }

h1,
h2,
h3 {
  font-family: "Canela", "Times New Roman", serif;
  font-weight: 900;
  letter-spacing: 0.05em;
  word-spacing: 0.125em; }

h4,
h5 {
  text-transform: uppercase; }

h2.alt {
  font-family: "GT Pressura", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  text-transform: uppercase;
  color: #b3b0b2; }

h3.no-margin,
h4.no-margin {
  margin-bottom: 0; }

ul,
ol {
  padding-left: 1em; }

em {
  color: #f26c6d;
  font-style: normal; }

hr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5) !important; }

table.service {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 1em; }
  table.service th,
  table.service td {
    padding: 0.5em;
    border-top: 1px solid #d5d5c3; }
  table.service tr:first-child th,
  table.service tr:first-child td {
    border-top: none; }
  table.service th {
    text-align: left;
    background-color: #d5d5c3; }

.container img {
  display: block;
  width: 100% !important; }

.container.bg {
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 1em; }
  @media (max-width: 400px) {
    .container.bg {
      padding: 1.5em; } }
  @media print {
    .container.bg {
      break-before: page;
      break-after: page; } }
  .container.bg table th {
    text-align: right;
    color: rgba(0, 0, 0, 0.25);
    padding-right: 0; }
  .container.bg th,
  .container.bg td {
    border-bottom: 0; }

.blurb {
  max-width: 50ch !important;
  font-size: 1.25em;
  overflow: hidden; }

#big-mask {
  font-size: 10em;
  text-align: center;
  margin: 0.25em 0em;
  color: #f26c6d; }

.two-up-desktop {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1em;
  width: 80%;
  margin: 0 auto; }
  @media (max-width: 900px) {
    .two-up-desktop {
      grid-template-columns: 1fr;
      width: auto; } }
.stylist-gallery {
  max-width: 75vw;
  display: grid;
  gap: 2em;
  clear: both;
  margin: 0 auto;
  margin-bottom: 4em;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr)); }
  @media (max-width: 800px) {
    .stylist-gallery {
      grid-template-columns: repeat(auto-fit, minmax(85vw, 1fr));
      max-width: 85vw;
      margin: 0; } }
  .stylist-gallery .dark {
    background-color: rgba(0, 0, 0, 0.66); }

.stylist {
  width: 100%;
  margin-bottom: 0;
  container-type: inline-size;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 16px;
  padding: 0;
  border: 4px solid #333132;
  overflow: hidden;
  min-height: 300px; }
  .stylist .stylist-grid {
    display: flex;
    flex-direction: column;
    gap: 0; }
    .stylist .stylist-grid .image-container {
      height: 40vh; }

@container (min-width: 500px) {
  .stylist .stylist-grid {
    flex-direction: row; }
    .stylist .stylist-grid .image-container {
      border-right: 2px solid #333132;
      border-bottom: 0px;
      height: auto; } }
  .stylist h5 {
    margin-top: 0.5em;
    margin-bottom: 0;
    width: 100%; }
  .stylist .image-container {
    border-bottom: 2px solid #333132; }
  .stylist .image-container a {
    background-size: cover;
    background-position: center top;
    display: block;
    width: 100%;
    min-width: 200px;
    height: 100%;
    min-height: 325px;
    text-decoration: none; }
  .stylist a.ig-link {
    font-size: 1em !important; }
  .stylist .buttons {
    margin-top: 1em; }
  .stylist .chips {
    font-size: 0.65em; }
    .stylist .chips .chip {
      background-color: #eaeae1;
      color: #787854;
      padding: 0.125em .5em;
      border-radius: 4px;
      display: inline-block;
      margin-right: 0.25em;
      margin-bottom: 0.5em; }

.button-menu {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  align-items: center; }
  .button-menu .button {
    display: block;
    width: 100%;
    margin-bottom: 0;
    text-align: left; }
    .button-menu .button i.fas {
      margin-right: 0.125em;
      opacity: 0.5; }
  .button-menu.floating {
    position: fixed;
    z-index: 100;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 1em 0;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: black; }
    .button-menu.floating .button {
      width: 80%;
      margin: 0; }
    @media (min-width: 800px) {
      .button-menu.floating .button {
        max-width: 40ch; } }
.button {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }
  .button.focus, .button.primary {
    background-color: #f26c6d;
    border-color: transparent; }
  .button.secondary {
    background-color: #9cd0a6;
    color: #333132; }
  .button.sm {
    line-height: 1.25em;
    height: auto;
    padding: 0.5em 1em;
    font-size: 0.8em; }
  @media (min-width: 550px) {
    .button {
      max-width: 50ch; } }
.fas {
  opacity: 0.5; }

img.covid-icon {
  max-width: 200px;
  margin: 2em auto;
  margin-top: 3em; }
  img.covid-icon.small {
    margin: 1em auto;
    max-width: 150px; }

.gallery {
  grid-template-columns: repeat(3, 1fr); }
  @media (max-width: 550px) {
    .gallery {
      grid-template-columns: repeat(2, 1fr); } }
  .gallery div {
    overflow: hidden;
    height: 200px;
    border: 0; }
  .gallery img {
    object-fit: cover;
    width: 100%;
    height: 250px; }

.gallery-full-width {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  clear: both;
  margin: 0 auto;
  margin-bottom: 2em;
  max-width: 100%; }
  @media (max-width: 767px) {
    .gallery-full-width {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 420px) {
    .gallery-full-width {
      grid-template-columns: repeat(1, 1fr); } }
  .gallery-full-width .dark {
    background-color: rgba(0, 0, 0, 0.66); }
  .gallery-full-width div {
    overflow: hidden;
    height: 200px;
    border: 0;
    float: left;
    margin: 1em; }
  .gallery-full-width img {
    object-fit: contain;
    width: 100%;
    height: 250px; }

.card-links {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  padding: 0.5em; }
  .card-links a {
    margin: 0.5em;
    background-color: #333132;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    font-size: 1.25em;
    padding: 2.5em 0;
    border-radius: 10px; }
  @media (max-width: 768px) {
    .card-links {
      grid-template-columns: repeat(2, 1fr); }
      .card-links a {
        padding: 0.75em; } }
.price-list table {
  width: 100%; }
  .price-list table td {
    background-image: linear-gradient(to right, #d5d5c3 33%, rgba(255, 255, 255, 0) 0%);
    background-position: top;
    background-size: 4px 2px;
    background-repeat: repeat-x; }
  .price-list table td.num {
    text-align: right;
    white-space: nowrap; }

.container.reverse {
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 8px;
  padding: 1em;
  margin-bottom: 2em; }

#stickers {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: start;
  margin-bottom: 2em;
  margin-top: 2em;
  gap: 4em; }
  @media (max-width: 968px) {
    #stickers {
      flex-direction: column;
      align-items: center; } }
  #stickers img {
    width: 100%;
    max-width: 40ch; }

#cboxOverlay {
  background-color: black;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0; }

#cboxWrapper button {
  margin-top: 0.5em;
  margin-right: 0.5em; }

#cancellation-policy .button {
  width: 100%; }
  #cancellation-policy .button.primary {
    background-color: #333132; }

#cta-banner {
  background-color: #333132;
  color: #fff !important; }
  #cta-banner h1 {
    line-height: 1em;
    margin-bottom: 0.125em; }
  #cta-banner strong {
    display: inline-block; }
  #cta-banner > div {
    flex: 1;
    text-align: left;
    width: 100%;
    font-size: 0.9rem; }

#cta-footer {
  border-top: 1px solid #333132;
  border-bottom: 1px solid #333132;
  padding: 2em;
  background-color: #9cd0a6;
  display: flex;
  justify-content: center;
  margin-top: 2em; }
  #cta-footer a {
    color: #333132; }

.landing-flex-section {
  padding: 3em;
  padding-left: 10vw;
  padding-right: 10vw;
  margin-bottom: 2em;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 1.5em; }
  .landing-flex-section .value-prop {
    margin-top: 1em; }
  @media (max-width: 968px) {
    .landing-flex-section {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: center;
      padding-bottom: 2em;
      gap: 0; }
      .landing-flex-section .value-prop {
        margin-top: .5em; } }
  @media (min-width: 1024px) {
    .landing-flex-section {
      padding-left: 20vw;
      padding-right: 20vw; } }
.faq-section {
  font-size: 0.9em; }
  .faq-section h5 {
    margin: 0;
    font-size: 1.2em; }
  .faq-section ol {
    list-style-type: upper-roman;
    margin-left: .5em; }
    .faq-section ol > li::marker {
      color: #f26c6d;
      font-weight: bold; }
    .faq-section ol li {
      margin-bottom: 1.5em;
      max-width: 65ch; }
  .faq-section p {
    color: #3c3c2a; }

#top-nav {
  background-color: #333132; }
  @media print {
    #top-nav {
      display: none; } }
  #top-nav .container {
    grid-template-columns: repeat(4, 1fr); }
    @media (max-width: 350px) {
      #top-nav .container {
        grid-template-columns: 1fr; } }
    #top-nav .container a {
      display: block;
      text-align: center;
      font-size: 1em;
      line-height: 1.25em;
      padding: .5em;
      text-decoration: none;
      color: #eaeae1;
      text-transform: uppercase;
      white-space: nowrap; }
      #top-nav .container a:hover {
        color: #9cd0a6; }

.landing #top-nav {
  background-color: #ebd0a5; }
  .landing #top-nav a {
    color: #333132; }
    .landing #top-nav a:hover {
      color: #333132; }

#header {
  text-align: center; }
  #header h1 {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    /* Larger than phablet (also point when grid becomes active) */
    /* Larger than tablet */
    /* Larger than Desktop HD */ }
    @media (min-width: 550px) {
      #header h1 {
        width: 60%; } }
    @media (min-width: 750px) {
      #header h1 {
        min-width: 400px;
        width: 33%; } }
    @media (min-width: 1200px) {
      #header h1 {
        width: 40%; } }
#header-full {
  margin-top: 2em; }
  #header-full h1 {
    text-align: left; }
  #header-full a {
    color: #333132; }

#footer-icons {
  text-transform: uppercase;
  margin-top: 4em;
  margin-bottom: 6em;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr; }
  @media print {
    #footer-icons {
      display: none; } }
  #footer-icons a {
    display: block;
    text-align: center;
    font-size: 1em;
    line-height: 1em;
    color: #333132;
    text-decoration: none; }
    #footer-icons a i.fa,
    #footer-icons a i.fab,
    #footer-icons a i.far,
    #footer-icons a i.fas {
      margin-right: 0.125em;
      color: rgba(0, 0, 0, 0.4); }
      @media (max-width: 550px) {
        #footer-icons a i.fa,
        #footer-icons a i.fab,
        #footer-icons a i.far,
        #footer-icons a i.fas {
          display: block;
          margin-bottom: 0.5em; } }
    #footer-icons a i.fas {
      color: #f26c6d !important; }
    #footer-icons a:hover i {
      color: #f26c6d; }

#fixed-footer {
  text-transform: uppercase;
  background-color: #333132;
  color: white;
  text-align: right;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.5em 1em;
  display: flex;
  justify-content: flex-end;
  gap: 1em; }
  @media print {
    #fixed-footer {
      display: none; } }
  #fixed-footer a {
    color: white;
    text-decoration: none; }
  @media (max-width: 550px) {
    #fixed-footer .address {
      display: none; } }
#footer-columns {
  font-size: 0.875em !important;
  background-color: white;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1em;
  padding-top: 1em;
  padding: 2em;
  padding-bottom: 4em; }
  #footer-columns h1,
  #footer-columns h2,
  #footer-columns h3,
  #footer-columns h4,
  #footer-columns h5,
  #footer-columns h6 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.25em;
    letter-spacing: 0.05em;
    text-align: center;
    border-bottom: 1px solid #d5d5c3;
    padding-bottom: 1em; }
  #footer-columns a {
    text-decoration: none; }
  #footer-columns ul {
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 0; }
