/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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; }

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

@font-face {
  font-family: 'contrail';
  src: url("fonts/contrailone-regular-webfont.woff2") format("woff2"), url("fonts/contrailone-regular-webfont.woff") format("woff"), url("fonts/ContrailOne-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'open_sans';
  src: url("fonts/OpenSans-Regular-webfont.eot");
  src: url("fonts/OpenSans-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans-Regular-webfont.woff") format("woff"), url("fonts/OpenSans-Regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?9zwlfu");
  src: url("fonts/icomoon.eot?9zwlfu#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?9zwlfu") format("truetype"), url("fonts/icomoon.woff?9zwlfu") format("woff"), url("fonts/icomoon.svg?9zwlfu#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-share-alt:before {
  content: "\e901"; }

.icon-eye:before {
  content: "\e900"; }

.btn.btn-primary {
  padding: 12px 30px;
  background: #333;
  color: #fff;
  border-radius: 999px;
  margin: 0 5px; }
  .btn.btn-primary .icon {
    color: #8e1638;
    font-size: 1.675em;
    margin-right: 10px;
    vertical-align: sub; }

html, body {
  height: 100%;
  font-family: open_sans; }

section.home-screen {
  height: 100%;
  background-image: url(img/birdseye-halftone.jpg);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: 50%; }
  section.home-screen .container {
    width: 480px;
    max-width: 100%;
    margin: auto;
    height: 100%;
    position: relative; }
  section.home-screen .welcome-msg {
    color: #ffffff;
    padding: 30px 20px;
    text-align: center;
    line-height: 1.5em;
    font-size: .875em; }
    @media screen and (min-width: 768px) {
      section.home-screen .welcome-msg {
        padding: 40px 20px;
        font-size: 1.125em; } }
  section.home-screen .btns-wrap {
    position: absolute;
    bottom: 10%;
    width: 100%;
    text-align: center; }

.site-title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%; }
  .site-title h1 {
    text-transform: uppercase;
    text-align: center;
    font-size: 4em;
    color: #8e1638;
    font-family: contrail; }
    .site-title h1:first-child {
      font-size: 7em; }
    @media screen and (min-width: 768px) {
      .site-title h1 {
        font-size: 7em; }
        .site-title h1:first-child {
          font-size: 12em; } }

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