/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the top of the
 * compiled file, but it's generally better to create a new file per style scope.
 *
 */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
/* line 19, /myapp/app/assets/stylesheets/homepage.css.scss */
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 */
/* line 108, /myapp/app/assets/stylesheets/homepage.css.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/* line 121, /myapp/app/assets/stylesheets/homepage.css.scss */
body {
  line-height: 1;
}

/* line 124, /myapp/app/assets/stylesheets/homepage.css.scss */
ol,
ul {
  list-style: none;
}

/* line 128, /myapp/app/assets/stylesheets/homepage.css.scss */
blockquote,
q {
  quotes: none;
}

/* line 132, /myapp/app/assets/stylesheets/homepage.css.scss */
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

/* line 139, /myapp/app/assets/stylesheets/homepage.css.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 143, /myapp/app/assets/stylesheets/homepage.css.scss */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* line 151, /myapp/app/assets/stylesheets/homepage.css.scss */
a {
  outline: none;
}

/* line 154, /myapp/app/assets/stylesheets/homepage.css.scss */
img {
  outline: none;
  pointer-events: none;
}

/* line 159, /myapp/app/assets/stylesheets/homepage.css.scss */
html {
  -webkit-text-size-adjust: none;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

/* line 167, /myapp/app/assets/stylesheets/homepage.css.scss */
body {
  position: absolute;
  font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
  color: #000;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
}

/* line 179, /myapp/app/assets/stylesheets/homepage.css.scss */
div#container {
  margin: 0;
  padding: 0;
}

/* line 184, /myapp/app/assets/stylesheets/homepage.css.scss */
div#spinner-container {
  position: fixed;
  z-index: 100;
  background-color: #000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 200ms ease-in;
  -moz-transition: opacity 200ms ease-in;
  -o-transition: opacity 200ms ease-in;
  -ms-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
/* line 199, /myapp/app/assets/stylesheets/homepage.css.scss */
div#spinner-container.visible {
  opacity: 1;
}
/* line 203, /myapp/app/assets/stylesheets/homepage.css.scss */
div#spinner-container .spinner {
  top: 50%;
  left: 50%;
}

/* HomePage */
/* line 211, /myapp/app/assets/stylesheets/homepage.css.scss */
div#homepage nav {
  margin-top: 80px;
  text-align: center;
  line-height: 1.5em;
  border: none;
}
/* line 219, /myapp/app/assets/stylesheets/homepage.css.scss */
div#homepage nav ul li a {
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
  -webkit-transition: color 200ms ease-in;
  -moz-transition: color 200ms ease-in;
  -o-transition: color 200ms ease-in;
  -ms-transition: color 200ms ease-in;
  transition: color 200ms ease-in;
}
/* line 230, /myapp/app/assets/stylesheets/homepage.css.scss */
div#homepage nav ul li a:hover, div#homepage nav ul li a:active {
  color: #999;
}

/* line 240, /myapp/app/assets/stylesheets/homepage.css.scss */
div#screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* Smaller Desktop */
/* iPad */
@media all and (max-width: 767px) {
  /* line 272, /myapp/app/assets/stylesheets/homepage.css.scss */
  #homepage nav ul li a {
    opacity: 1 !important;
  }
}
/* iPhone 5 landscape */
@media all and (max-width: 600px) {
  /* line 279, /myapp/app/assets/stylesheets/homepage.css.scss */
  body {
    position: relative;
  }
}
/* iPhone Landscape */
