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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline; }

html {
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  overflow-y: scroll;
  /* Keeps page centered in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
  box-sizing: border-box;
  /* Apply a natural box layout model to the document; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */ }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block; }

table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0; }

caption, th, td {
  font-weight: normal;
  text-align: left; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: ""; }

blockquote, q {
  quotes: "" ""; }

a:focus {
  outline: thin dotted; }

a:hover,
a:active {
  outline: 0; }

a img {
  border: 0; }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

/* Media Query Mixin */
/* Based off of: http://blog.grayghostvisuals.com/sass/sass-media-query-mixin/ */
html body {
  overflow: hidden;
  background-color: #c63527;
  color: #fff;
  font-family: "museo-sans",sans-serif;
  font-size: 18px;
  line-height: 20px; }
  html body div#site-wrap {
    padding: 70px 25px 140px 25px;
    max-width: 1080px;
    margin: 0 auto;
    width: 100%;
    text-align: center; }
    @media screen and (max-width: 768px) {
      html body div#site-wrap {
        padding: 50px 15px; } }
    html body div#site-wrap img {
      display: block;
      width: 100%;
      height: auto; }
    html body div#site-wrap div.logo {
      max-width: 180px;
      margin: 0 auto;
      padding: 0 0 65px 0; }
      @media screen and (max-width: 768px) {
        html body div#site-wrap div.logo {
          max-width: 140px;
          padding: 0 0 30px; } }
    html body div#site-wrap div.text-wrap p {
      padding: 0;
      margin: 0;
      color: #fff;
      font-size: 45px;
      line-height: 44px;
      font-weight: 100;
      letter-spacing: 0.5px; }
      @media screen and (max-width: 768px) {
        html body div#site-wrap div.text-wrap p {
          font-size: 24px;
          line-height: 24px; } }
    html body div#site-wrap div.instagram {
      padding: 70px 0 40px 0; }
      @media screen and (max-width: 768px) {
        html body div#site-wrap div.instagram {
          padding: 35px 0 20px; } }
      html body div#site-wrap div.instagram a {
        display: inline-block;
        text-decoration: none;
        outline: 0; }
        html body div#site-wrap div.instagram a img {
          display: block;
          width: 100%;
          height: auto;
          margin: 0 auto;
          max-width: 80px; }
          @media screen and (max-width: 768px) {
            html body div#site-wrap div.instagram a img {
              max-width: 50px; } }
        html body div#site-wrap div.instagram a span {
          display: block;
          padding: 10px 0 0 0;
          color: #999999;
          font-size: 40px;
          line-height: 40px;
          font-style: italic;
          font-weight: 300; }
          @media screen and (max-width: 768px) {
            html body div#site-wrap div.instagram a span {
              font-size: 24px;
              line-height: 24px; } }
    html body div#site-wrap div.phone p {
      color: #fff;
      font-size: 40px;
      line-height: 40px;
      font-weight: 100;
      letter-spacing: -0.5px; }
      @media screen and (max-width: 768px) {
        html body div#site-wrap div.phone p {
          font-size: 24px;
          line-height: 24px; } }

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