/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */
/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
    Imports
    ========================================================================== */
/*! normalize.css v8.0.1 | 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.
 */
@import url("https://use.typekit.net/kpq5psn.css");
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * 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 {
  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 */
  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 {
  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] {
  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;
}

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
  font-family: nunito-sans, sans-serif;
  font-weight: 600;
  font-style: normal;
  background: #ece8e7;
  font-size: 16px;
}

a {
  font-family: nunito-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.08rem;
  text-decoration: none;
  color: inherit;
}

ol {
  list-style: none;
  counter-reset: my-awesome-counter;
}
ol li {
  counter-increment: my-awesome-counter;
}
ol li::before {
  font-family: nunito-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.08rem;
  content: counter(my-awesome-counter) ". ";
  color: #d48934;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: nunito-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.08rem;
  color: #d48934;
  margin: 20px 0;
}

h2 {
  font-size: 1.2rem;
  text-transform: uppercase;
}

header {
  background: #d48934;
  color: #ece8e7;
  height: 40px;
  left: 0;
  right: 0;
  padding: 15px 30px;
  position: fixed;
  top: 0;
  z-index: 100;
}
header nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
header nav ul {
  list-style: none;
  margin: 0;
}
header nav ul li {
  display: inline;
  padding-right: 15px;
}
header nav ul li:last-child {
  padding-right: 0;
}
header nav ul li a {
  color: #ece8e7;
  text-decoration: none;
}
header nav ul li.active a {
  border-bottom: 2px solid #ece8e7;
}
@media screen and (max-width: 768px) {
  header nav {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  header {
    height: 40px;
  }
}
header #mobile-navigation {
  display: none;
  left: 0;
  padding: 15px;
  position: fixed;
  right: 0;
  top: 10px;
  width: calc(100% - 30px);
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  header #mobile-navigation {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
    -webkit-align-content: flex-end;
    -moz-align-content: flex-end;
    -ms-align-content: flex-end;
    align-content: flex-end;
  }
}
header #mobile-navigation .hamburger {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  height: 30px;
  position: relative;
  width: 30px;
  z-index: 10001;
  cursor: pointer;
}
header #mobile-navigation .hamburger span {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #ece8e7;
  border-radius: 9px;
  opacity: 1;
  left: 0;
}
header #mobile-navigation .hamburger span:nth-child(1) {
  top: 0px;
}
header #mobile-navigation .hamburger span:nth-child(2), header #mobile-navigation .hamburger span:nth-child(3) {
  top: 9px;
}
header #mobile-navigation .hamburger span:nth-child(4) {
  top: 18px;
}
header #mobile-navigation .hamburger:hover span {
  background-color: #ece8e7;
  cursor: pointer;
}
header #mobile-navigation .hamburger.open span {
  background: #ece8e7;
}
header #mobile-navigation .hamburger.open span:nth-child(1) {
  left: 50%;
  top: 18px;
  width: 0%;
}
header #mobile-navigation .hamburger.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
header #mobile-navigation .hamburger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
header #mobile-navigation .hamburger.open span:nth-child(4) {
  left: 50%;
  top: 18px;
  width: 0%;
}
header #mobile-navigation #mobile-nav {
  background: #d48934;
  bottom: 0;
  color: #ece8e7;
  display: none;
  left: 0;
  opacity: 0;
  overflow-x: scroll;
  padding: 150px 30px 90px 30px;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity 0.5s linear;
}
@media screen and (max-width: 768px) {
  header #mobile-navigation #mobile-nav {
    padding: 210px 30px 90px 30px;
  }
}
@media screen and (max-width: 640px) {
  header #mobile-navigation #mobile-nav {
    padding: 150px 30px 90px 30px;
  }
}
header #mobile-navigation #mobile-nav nav {
  display: block;
  font-size: 0.7rem;
  height: auto;
  width: 100%;
  text-align: center;
  transition: background 0.5s ease-in-out;
}
header #mobile-navigation #mobile-nav nav.footer-info {
  padding-top: 120px;
  width: 300px;
  margin: 0 auto;
}
header #mobile-navigation #mobile-nav nav.footer-info ul li {
  font-size: 1rem;
  line-height: 3rem;
  padding-top: 0;
}
header #mobile-navigation #mobile-nav nav ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column;
  -moz-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  list-style: none;
  width: 100%;
  padding-left: 0;
}
header #mobile-navigation #mobile-nav nav ul li {
  font-size: 1.5rem;
  padding-right: 5px;
  padding-top: 20px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  header #mobile-navigation #mobile-nav nav ul li {
    font-size: 2.5rem;
    line-height: 5rem;
  }
}
@media screen and (max-width: 640px) {
  header #mobile-navigation #mobile-nav nav ul li {
    font-size: 1.5rem;
  }
}
header #mobile-navigation #mobile-nav nav ul li a {
  color: #ece8e7;
  line-height: 3rem;
  text-transform: capitalize;
}
header #mobile-navigation #mobile-nav nav ul li a:after {
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: transform 250ms ease-in-out;
  -moz-transition: transform 250ms ease-in-out;
  -ms-transition: transform 250ms ease-in-out;
  -o-transition: transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out;
  border-color: #ece8e7;
  display: block;
  transform-origin: 100% 50%;
  -webkit-transform-origin: 100% 50%;
}
header #mobile-navigation #mobile-nav nav ul li a:hover:after {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  transform-origin: 0% 50%;
  -webkit-transform-origin: 0% 50%;
}
header #mobile-navigation #mobile-nav nav ul li a.active:after {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: transform 250ms ease-in-out;
  -moz-transition: transform 250ms ease-in-out;
  -ms-transition: transform 250ms ease-in-out;
  -o-transition: transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out;
  transform-origin: 0% 50%;
}
header #mobile-navigation #mobile-nav nav ul li a.active:hover:after {
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  transform-origin: 100% 50%;
}
header #mobile-navigation #mobile-nav.open {
  display: block;
  opacity: 1;
  visibility: visible;
}

.logo-container {
  max-width: 200px;
  position: absolute;
  top: 100px;
  left: 30px;
  width: 25vw;
  transition: all 1s ease-in-out;
  z-index: 200;
}
@media screen and (max-width: 768px) {
  .logo-container {
    top: 150px;
  }
}
@media screen and (max-width: 640px) {
  .logo-container {
    width: 30vw;
    top: 15px;
    position: fixed;
  }
}
.logo-container.fixed {
  position: fixed;
  top: 10px;
  left: 30px;
  width: 10vw;
}

section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row;
  -moz-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  width: 100vw;
}
section .row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  min-width: calc(100vw - 60px);
  padding: 0 30px;
}
section .one-third {
  min-width: 320px;
  max-width: 533.333px;
  padding: 0 30px;
  width: calc(33.33vw - 60px);
}
section .one-fourth {
  width: 25vw;
  min-width: 300px;
}
section .two-thirds {
  min-width: 320px;
  max-width: 1066.666px;
  padding: 0 30px;
  width: calc(66.66vw - 60px);
}
@media screen and (max-width: 640px) {
  section {
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}
section#about {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding-top: 230px;
  position: relative;
}
@media screen and (max-width: 768px) {
  section#about {
    padding-top: 120px;
  }
}
section#about .two-thirds {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}
section#about .two-thirds .blue-background {
  background: #222e43;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  width: 33.33vw;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  section#about .two-thirds {
    width: calc(50vw - 60px);
  }
  section#about .two-thirds .blue-background {
    width: 50vw;
  }
}
@media screen and (max-width: 640px) {
  section#about .two-thirds {
    width: calc(100vw - 60px);
  }
  section#about .two-thirds .blue-background {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  section#about .one-third {
    width: calc(50vw - 60px);
  }
}
@media screen and (max-width: 640px) {
  section#about .one-third {
    width: calc(100vw - 60px);
  }
}
section#about .image-container-stretch {
  width: 100%;
}
section#about .image-container-stretch img {
  width: 100%;
  height: auto;
}
section#contact {
  min-height: 100vh;
  padding: 0;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
section#contact .one-third {
  color: #ece8e7;
  width: 33.33vw;
  padding: 0;
}
section#contact .one-third .blue-background {
  font-family: nunito-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.08rem;
  background: #222e43;
  padding: 60px 60px 60px 30px;
}
section#contact .one-third .blue-background h2 {
  padding-bottom: 12px;
}
section#contact .one-third .orange-background {
  background: #d48934;
  margin: 15px 0;
  padding: 30px;
}
section#contact .one-third .orange-background a:hover {
  color: #222e43;
}
section#contact .one-third h2 {
  color: #ece8e7;
}
@media screen and (min-width: 1500px) {
  section#contact .one-third {
    max-width: none;
  }
  section#contact .one-third .blue-background {
    max-width: 533.333px;
  }
}
@media screen and (max-width: 768px) {
  section#contact .one-third {
    width: 50vw;
  }
  section#contact .one-third .blue-background {
    padding: 0px 90px 60px 30px;
  }
}
@media screen and (max-width: 640px) {
  section#contact .one-third {
    width: 100vw;
  }
  section#contact .one-third .blue-background {
    padding-top: 60px;
  }
}
section#contact .two-thirds {
  padding-top: 60px;
}
@media screen and (min-width: 1500px) {
  section#contact .two-thirds {
    max-width: 1066.66px;
  }
}
@media screen and (max-width: 768px) {
  section#contact .two-thirds {
    width: 50vw;
    padding: 0;
  }
}
@media screen and (max-width: 640px) {
  section#contact .two-thirds {
    width: 100vw;
  }
}
section#contact .contact-block {
  padding: 30px 0;
}
section#team {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  min-height: 100vh;
  background: #222e43;
  color: #ece8e7;
  padding: 60px;
  max-width: calc(100vw - 120px);
  overflow: hidden;
}
section#team .row {
  width: calc(33.33% - 10px);
  padding: 0 30px;
}
section#team h1.row {
  width: 80%;
  padding: 0;
}
section#team .image-container {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 250px;
}
section#team .image-container.matt {
  background-image: url("../img/Matt-Mazotti-DHC00875.jpeg");
}
section#team .image-container.josh {
  background-image: url("../img/Denver-Headshot-Co-Large00851.jpeg");
}
section#team .image-container.colleen {
  background-image: url("../img/Denver-Headshot-Co-Large1860.jpeg");
}
section#team .image-container.delia {
  background-image: url("../img/Delia-Denver-Headshot-Co-Small8498.jpg");
}
section#team .image-container.suzie {
  background-image: url("../img/Suzie-Denver-Headshot-Co-Small8625.jpg");
}
section#team .image-container.myriha {
  background-image: url("../img/Myriha-Denver-Headshot-Co-Small8655.jpg");
}
section#team .image-container.heidi {
  background-image: url("../img/Heidi-Denver-Headshot-Co-Small25803.jpg");
}
section#team .image-container.ross {
  background-image: url("../img/Ross-Denver-Headshot-Co-Small25843.jpg");
}
section#team .image-container.andrew {
  background-image: url("../img/Andrew-Denver-Headshot-Co-Small8713.jpg");
}
section#team .image-container.saul {
  background-image: url("../img/Saul-Denver-Headshot-Co-Small8572.jpg");
}
section#team .image-container.lilly {
  background-image: url("../img/LillyBarnett.jpeg");
}
section#team .image-container.karen-lilley {
  background-image: url("../img/Denver-Headshot-Co_Large0135.jpeg");
}
section#team .image-container.tierra {   
  background-image: url("../img/Denver_headshot_Co_Small_7641.jpg");
}
section#team .image-container.kristi-adamson {
  background-image: url("../img/Denver-Headshot-Co_Small_6609.jpg")
}
@media screen and (min-width: 1500px) {
  section#team .row {
    max-width: 1600px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  section#team {
    padding: 60px 30px;
    max-width: calc(100vw - 65px);
  }
  section#team .row {
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}
section#contact a:hover, section#team a:hover {
  color: #d48934;
}
section#contact .two-thirds .contact-block,
section#contact .team-row, section#team .two-thirds .contact-block,
section#team .team-row {
  display: inline-block;
  padding: 30px 0px;
  min-width: 300px;
}
section#contact .two-thirds .contact-block:not(.team-row),
section#contact .team-row:not(.team-row), section#team .two-thirds .contact-block:not(.team-row),
section#team .team-row:not(.team-row) {
  padding: 30px 60px;
}
@media screen and (max-width: 768px) {
  section#contact .two-thirds .contact-block:not(.team-row),
section#contact .team-row:not(.team-row), section#team .two-thirds .contact-block:not(.team-row),
section#team .team-row:not(.team-row) {
    padding: 30px;
  }
}
section#contact .two-thirds .contact-block h2,
section#contact .team-row h2, section#team .two-thirds .contact-block h2,
section#team .team-row h2 {
  padding-bottom: 0;
  margin-bottom: 0;
}

footer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  background: #d48934;
  width: calc(100vw - 60px);
  padding: 30px;
}
footer a:hover {
  color: #ece8e7;
}
@media screen and (max-width: 640px) {
  footer {
    font-size: 0.7rem;
  }
  footer .city {
    display: none;
  }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
*::before,
*::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
a[href^="javascript:"]::after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }
  tr,
img {
    page-break-inside: avoid;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
h3 {
    page-break-after: avoid;
  }
}

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