/* Reset SASS via Eric Meyers */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  background-color: #fffdfa;
}

header {
  padding: 2rem 1rem;
}

header #container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 90%;
  margin: auto;
  max-width: 860px;
}

header #container a.logoclick {
  color: #333333;
  text-decoration: none;
}

header #container a.logoclick:hover {
  opacity: 60%;
  -webkit-transition: 0.22s;
  transition: 0.22s;
}

header #container #logo {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

header #container #logo #brand {
  background: url("../img/logo/cat.svg") 0 28px no-repeat;
  background-size: 38px;
  font-family: aw-conqueror-inline,sans-serif;
  font-style: normal;
  font-size: 1.8rem;
  margin: -1.5rem 0 0 0;
  padding: 1.5rem 0 1rem 3rem;
}

header #container #logo #tagline {
  /* Adobe Fonts: Europa 300, 400, 700*/
  font-family: "europa", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.96rem;
  margin: -1.1rem 0 0 3.1rem;
  text-transform: uppercase;
}

header #container #logo #tagline .bullets {
  color: #beb4a7;
}

header #container #nav {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

header #container #nav ul {
  margin: 1.4rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

header #container #nav ul li {
  /* Adobe Fonts: Europa 300, 400, 700*/
  font-family: "europa", sans-serif;
  font-weight: 700;
  font-style: normal;
}

header #container #nav ul li a {
  color: #4d4d4d;
  text-transform: uppercase;
  font-size: 1rem;
  padding: 1rem;
}

header #container #nav ul li a:hover {
  text-decoration: none;
  border-bottom: 2px solid #4d4d4d;
}

section.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 1rem;
}

section.content img, section.content p {
  max-width: 500px;
  margin: 0.5rem auto 0;
  font-size: 1rem;
}

.highlight {
  width: 100%;
  padding: 2rem 2.5rem 1.2rem;
  margin: 2rem auto 0.5rem;
  background-color: #f9f3ec;
  border: 1px solid #cccccc;
  border-radius: 3px;
}

h3 {
  /* Adobe Fonts: Europa 300, 400, 700*/
  font-family: "europa", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2rem;
  text-transform: uppercase;
  text-align: center;
  width: 55%;
  padding: 4rem 0 0.3rem;
  margin: 0rem auto 1rem;
  text-align: center;
  border-bottom: 2px solid #f5ece0;
}

h3:first-child {
  padding-top: 1em;
}

p {
  /* Adobe Fonts: Europa 300, 400, 700*/
  font-family: "europa", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #333333;
  font-size: 1.3rem;
  line-height: 1.6rem;
}

p em {
  font-style: italic;
  padding: 0.7rem 2rem 0rem;
}

label, button {
  /* Adobe Fonts: Europa 300, 400, 700*/
  font-family: "europa", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #333333;
  font-size: 1.1rem;
  padding-bottom: 0.5rem;
}

img {
  margin: 5px 0;
  width: 100%;
}

footer {
  margin: 0.5em auto;
  padding: 0;
  border: none;
  width: 80%;
}

footer p {
  font-size: 0.8rem;
}

@media only screen and (max-width: 830px) {
  header {
    padding: 1rem 0 0;
  }
  header #container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 1000px;
    min-width: 330px;
  }
  header #container .logoclick {
    margin: 1rem auto 1.5rem;
  }
  header #container .logoclick #logo #brand {
    background: url("../img/logo/cat.svg") 0 29px no-repeat;
    background-size: 35px;
    font-family: aw-conqueror-inline,sans-serif;
    font-style: normal;
    font-size: 1.7rem;
    margin: -1.5rem 0 0 0;
    padding: 1.5rem 0 1rem 2.7rem;
  }
  header #container .logoclick #logo #tagline {
    /* Adobe Fonts: Europa 300, 400, 700*/
    font-family: "europa", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.92rem;
    margin: -1.1rem 0 0 2.8rem;
    text-transform: uppercase;
  }
  header #container .logoclick #logo #tagline .bullets {
    color: #beb4a7;
  }
  header #container #nav ul {
    margin: 1.8rem auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  header #container #nav ul li {
    /* Adobe Fonts: Europa 300, 400, 700*/
    font-family: "europa", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  header #container #nav ul li a {
    color: #4d4d4d;
    text-transform: uppercase;
    font-size: 1rem;
    padding: .2rem;
  }
  header #container #nav ul li a:hover {
    text-decoration: none;
    border-bottom: 2px solid #4d4d4d;
  }
  section.content {
    width: 100%;
    margin: 0 auto;
    padding: 0% 8%;
    border: none;
  }
  section.content img {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0.5rem 0;
  }
  h3 {
    width: 80%;
    font-size: 1.15rem;
    padding: 3rem 0 0.3rem;
    margin: 0 auto 1rem;
    text-align: center;
    border-bottom: 2px solid #f5ece0;
  }
  h3:first-child {
    padding-top: 2rem;
  }
  p {
    font-size: 1.1rem;
  }
  footer {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
/*# sourceMappingURL=style.css.map */