/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, 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; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* 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 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-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.
 */
[type="search"]::-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 Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/* --- COLORS --- */
/* --- TYPOGRAPHY --- */
/* --- SPACING --- */
/* --- MEDIA QUERIES --- */
/* --- ANIMATION --- */
/* --- SHADOW --- */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

body {
  background-color: #e3e3e3; }

body.disabled {
  overflow-y: hidden; }

.container--limited {
  max-width: 80rem; }

.container--full-width {
  max-width: 100%; }

section {
  margin-bottom: 4rem; }

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

header {
  align-items: center;
  justify-content: space-between;
  background-color: #AC3D3D;
  color: #fff;
  display: flex;
  flex-direction: row;
  height: 4rem;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
  border-bottom: 1px solid #e3e3e3;
  -webkit-box-shadow: 2px 2px 12px 1px rgba(0, 0, 0, 0.06);
          box-shadow: 2px 2px 12px 1px rgba(0, 0, 0, 0.06); }
  @media screen and (min-width: 1024px) {
    header {
      display: none;
      height: 8rem; } }
.header__logo {
  flex: 0 0 auto;
  padding: 0 1rem;
  display: flex;
  flex-direction: row;
  align-items: center; }

header .logo__figure {
  max-height: 3rem;
  width: auto; }

header h1.logo__text {
  font-size: 1rem; }

.header__link {
  flex: 1 0 auto;
  padding: 0 1rem; }
  @media screen and (min-width: 768px) {
    .header__link {
      padding: 0 2rem; } }
.header__body {
  flex: 1 1 auto;
  padding: 1rem; }

.header__body img {
  height: 2rem; }

.header__trigger {
  flex: 0 0 4rem;
  padding: 1rem; }

.header__icon {
  margin: auto; }

.overlay {
  display: none; }

.overlay--enabled {
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #f8f8f8;
  opacity: 0.5;
  z-index: 2; }

main {
  -webkit-transition: ease-in-out 140ms;
  transition: ease-in-out 140ms;
  display: block;
  margin-top: 5rem;
  margin-right: auto;
  padding: 0 1rem; }
  @media screen and (min-width: 768px) {
    main {
      padding: 1rem 2rem; } }
  @media screen and (min-width: 1024px) {
    main {
      margin-left: 20rem;
      margin-top: 0; } }
aside {
  -webkit-transition: ease-in-out 140ms;
  transition: ease-in-out 140ms;
  display: block;
  -webkit-overflow-scrolling: touch;
  background-color: #AC3D3D;
  border-right: 3px solid #fff;
  bottom: 0px;
  color: #fff;
  display: flex;
  flex-direction: column;
  left: -20rem;
  overflow-y: auto;
  padding: 1rem 2rem;
  position: fixed;
  top: 0px;
  width: 20rem;
  z-index: 3; }
  @media screen and (min-width: 1024px) {
    aside {
      left: 0px; } }
aside.oncanvas {
  left: 0; }

.aside__content {
  grid-area: sidebar;
  display: flex;
  height: 100%;
  flex-direction: column;
  padding: 1rem 2rem;
      grid-template-areas: "aside__header" "aside__navigation" "aside__footer";
  -ms-grid-rows: min-content auto min-content;
  grid-template-rows: -webkit-min-content auto -webkit-min-content;
  grid-template-rows: min-content auto min-content;
  width: 20rem; }

.aside__header {
  flex: 0 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 2rem; }

.logo__figure {
  flex: 1 0 auto;
  width: 4rem;
  margin-right: 1rem; }

img.logo {
  height: 8rem; }

.logo__text {
  margin-top: 1rem;
  margin-bottom: 0.25rem;
  width: 100%; }

.aside__navigation {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  flex: 1 1 auto;
  grid-area: aside__navigation; }

.aside__footer {
  flex: 0 0 auto;
  grid__area: aside__footer;
  margin-top: 2rem;
  margin-bottom: 2rem; }

html {
  scroll-behavior: smooth; }

body {
  font-family: "Inter", "Libre Franklin", "Helvetica Neue", "Arial", sans-serif;
  color: #333;
  line-height: 1.45; }

p {
  max-width: 50rem;
  margin-bottom: 2rem; }

a {
  color: #AC3D3D;
  text-decoration: none; }

a.link,
a[href^=tel] {
  color: #AC3D3D;
  border-bottom: 2px solid #AC3D3D;
  font-weight: 700; }

aside a[href^=tel] {
  color: #fff;
  border-bottom: 2px solid #fff;
  font-weight: 700; }

a.link--inverted {
  color: #fff;
  border-bottom: 2px solid #fff;
  font-weight: 700; }

.anchor-target:before {
  content: '';
  display: block;
  position: relative;
  width: 0;
  height: 6rem;
  margin-top: -6rem; }
  @media screen and (min-width: 1024px) {
    .anchor-target:before {
      height: 2.5rem;
      margin-top: -2.5rem; } }
label {
  color: #888; }

h1, h2, h3, h4, h5, h6 {
  max-width: 50rem;
  font-family: "Inter", "Helvetica Neue", "Arial", sans-serif;
  font-weight: 700;
  color: #AC3D3D; }

aside h1,
aside h2,
aside h3,
aside h4,
aside h5,
aside h6,
header h1,
header h2,
header h3,
header h4,
header h5,
header h6 {
  color: #fff; }

h1 {
  margin: 1rem 0; }

h1:after {
  content: "";
  border-bottom: 4px solid #AC3D3D;
  width: 2rem;
  display: block;
  margin-top: 1rem; }

h1.header__link:after {
  display: none; }

aside h1:after,
aside h2.bordered:after {
  border-color: #fff; }

h1.logo__text {
  font-size: 1.25rem;
  margin: 0; }

h1.logo__text:after {
  content: none; }

h2.bordered {
  margin-top: 1.6rem; }

h2.bordered:after {
  content: "";
  border-bottom: 4px solid #AC3D3D;
  width: 2rem;
  display: block;
  margin-top: 1.125rem; }

/*aside h1 {
  color: $offwhite;
}

aside h1:after {
  border-color: $offwhite;
}*/
/* --- NAVIGATION --- */
nav.main-nav {
  color: #333; }

nav.main-nav ul {
  font-family: "Inter", "Helvetica Neue", "Arial", sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  list-style: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 1rem; }

nav.main-nav li {
  padding: 0.25rem 0; }

.main-nav__link {
  -webkit-transition: ease-in-out 140ms;
  transition: ease-in-out 140ms;
  color: #fff;
  border-bottom: 2px solid #fff; }

.main-nav__link:hover {
  color: #e3e3e3;
  border-color: #e3e3e3; }

.main-nav__link--active {
  border-color: #f8f8f8; }

/* --- SERVICE GRID --- */
.service__grid {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
  grid-gap: 1rem; }

.service__item {
  -webkit-transition: ease-in-out 140ms;
  transition: ease-in-out 140ms;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  background-color: #AC3D3D;
  color: #fff;
  position: relative;
  padding: 1rem;
  -webkit-box-shadow: 2px 2px 12px 1px rgba(0, 0, 0, 0.06);
          box-shadow: 2px 2px 12px 1px rgba(0, 0, 0, 0.06); }

.service__title {
  margin-top: 0;
  color: #fff; }

.spacer--vertical {
  display: block;
  width: 2rem;
  border-bottom: 4px solid #AC3D3D;
  margin: 1rem 0; }

.spacer--inverted {
  border-color: #fff; }

/* --- GALLERY --- */
.gallery {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 1rem; }

.gallery__item {
  margin-right: 1rem;
  flex: 0 0 400px;
  max-width: 66vw; }

.gallery__item:last-child {
  margin-right: 0; }

.gallery__description {
  font-size: 0.8125rem;
  background-color: #AC3D3D;
  color: #f8f8f8;
  padding: 0.25rem;
  width: 100%;
  text-align: center; }

.map {
  width: 100%; }
