/* SCSS Framework boilerplate from Ristretto: https://github.com/kylelarkin/ristretto */
* {
  box-sizing: border-box; }

body, select, input, textarea {
  color: #333; }

::-moz-selection {
  background: #ccc;
  color: #000;
  text-shadow: none; }

::selection {
  background: #ccc;
  color: #000;
  text-shadow: none; }

a:link {
  -webkit-tap-highlight-color: transparent; }

ins {
  background-color: #ccc;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ccc;
  color: #000;
  font-style: italic;
  font-weight: bold; }

.intro {
  background: #F3F3F1;
  margin-bottom: 3rem;
  padding: 1.5rem; }
  @media (min-width: 768px) {
    .intro {
      padding: 3rem; } }
  .intro h1 {
    color: #CC0033;
    margin-bottom: 2rem; }
  .intro h2 {
    color: #222;
    font-family: franklin-gothic-urw, Helvetica, Arial, sans-serif;
    font-size: 2rem;
    font-weight: 300;
    letter-spacing: 1px; }
