/**
 * Variables
 *
 */
/**
 * Import partials from `sass_dir` (defaults to `_sass`)
 */
.page--prelaunch {
  background-color: transparent;
  background-image: url(/http/data.fractracker.org/images/background--prelaunch.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  height: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%; }

.page--prelaunch img {
  margin: 12.5% 0 0;
  max-height: 40%;
  max-width: 50%; }

body {
  background-color: #eeeeee;
  font-family: "proxima-nova", "helvetica neue", "helvetica", "arial", sans-serif; }
