/* Globals */
/* Links */
/* Custom default button */
/* line 8, /Users/tony/Projects/www.diversityhackers.com/source/stylesheets/cover.css.sass */
.btn-default {
  color: #333;
  text-shadow: none;
  /* Prevent inheritence from `body` */
  background-color: #fff;
  border: 1px solid #fff; }
  /* line 14, /Users/tony/Projects/www.diversityhackers.com/source/stylesheets/cover.css.sass */
  .btn-default:hover, .btn-default:focus {
    color: #333;
    text-shadow: none;
    /* Prevent inheritence from `body` */
    background-color: #fff;
    border: 1px solid #fff; }

/* Base structure */
/* line 24, /Users/tony/Projects/www.diversityhackers.com/source/stylesheets/cover.css.sass */
html {
  height: 100%;
  background-color: #fff; }

/* line 28, /Users/tony/Projects/www.diversityhackers.com/source/stylesheets/cover.css.sass */
body {
  height: 100%;
  background-color: #fff; }

/* line 32, /Users/tony/Projects/www.diversityhackers.com/source/stylesheets/cover.css.sass */
body.index {
  color: #fff;
  text-align: center; }
  /* line 36, /Users/tony/Projects/www.diversityhackers.com/source/stylesheets/cover.css.sass */
  body.index a {
    color: #fff; }
    /* line 38, /Users/tony/Projects/www.diversityhackers.com/source/stylesheets/cover.css.sass */
    body.index a:focus, body.index a:hover {
      color: #fff; }

/* Extra markup and styles for table-esque vertical and horizontal centering */
/* line 43, /Users/tony/Projects/www.diversityhackers.com/source/stylesheets/cover.css.sass */
.site-wrapper {
  display: table;
  width: 100%;
  height: 100%;
  /* For at least Firefox */
  min-height: 100%;
  -webkit-box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.5);
  background: url("/images/stock-background-mountain-c07f20ae.jpg") no-repeat;
  background-size: cover; }

/* line 54, /Users/tony/Projects/www.diversityhackers.com/source/stylesheets/cover.css.sass */
.site-wrapper-inner {
  display: table-cell;
  vertical-align: top; }

/* line 58, /Users/tony/Projects/www.diversityhackers.com/source/stylesheets/cover.css.sass */
.cover-container {
  margin-right: auto;
  margin-left: auto; }

/* Padding for spacing */
/* line 64, /Users/tony/Projects/www.diversityhackers.com/source/stylesheets/cover.css.sass */
.inner {
  padding: 30px; }

/* Header */
/* line 70, /Users/tony/Projects/www.diversityhackers.com/source/stylesheets/cover.css.sass */
.masthead-brand {
  margin-top: 10px;
  margin-bottom: 10px; }

/* line 75, /Users/tony/Projects/www.diversityhackers.com/source/stylesheets/cover.css.sass */
.masthead-nav > li {
  display: inline-block; }
  /* line 77, /Users/tony/Projects/www.diversityhackers.com/source/stylesheets/cover.css.sass */
  .masthead-nav > li + li {
    margin-left: 20px; }
  /* line 79, /Users/tony/Projects/www.diversityhackers.com/source/stylesheets/cover.css.sass */
  .masthead-nav > li > a {
    padding-right: 0;
    padding-left: 0;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    /* IE8 proofing */
    color: rgba(255, 255, 255, 0.75);
    border-bottom: 2px solid transparent; }
    /* line 88, /Users/tony/Projects/www.diversityhackers.com/source/stylesheets/cover.css.sass */
    .masthead-nav > li > a:hover, .masthead-nav > li > a:focus {
      background-color: transparent;
      border-bottom-color: #a9a9a9;
      border-bottom-color: rgba(255, 255, 255, 0.25); }
/* line 92, /Users/tony/Projects/www.diversityhackers.com/source/stylesheets/cover.css.sass */
.masthead-nav > .active > a {
  color: #fff;
  border-bottom-color: #fff; }
  /* line 95, /Users/tony/Projects/www.diversityhackers.com/source/stylesheets/cover.css.sass */
  .masthead-nav > .active > a:hover, .masthead-nav > .active > a:focus {
    color: #fff;
    border-bottom-color: #fff; }

@media (min-width: 768px) {
  /* line 100, /Users/tony/Projects/www.diversityhackers.com/source/stylesheets/cover.css.sass */
  .masthead-brand {
    float: left; }

  /* line 102, /Users/tony/Projects/www.diversityhackers.com/source/stylesheets/cover.css.sass */
  .masthead-nav {
    float: right;
    margin-top: 25px; } }
/* Cover */
/* line 109, /Users/tony/Projects/www.diversityhackers.com/source/stylesheets/cover.css.sass */
.cover {
  padding: 0 20px; }
  /* line 111, /Users/tony/Projects/www.diversityhackers.com/source/stylesheets/cover.css.sass */
  .cover .btn-lg {
    padding: 10px 20px;
    font-weight: bold; }

/* Footer */
/* line 118, /Users/tony/Projects/www.diversityhackers.com/source/stylesheets/cover.css.sass */
.mastfoot {
  color: #999;
  /* IE8 proofing */
  color: rgba(255, 255, 255, 0.5); }

/* Affix and center */
@media (min-width: 768px) {
  /* Pull out the header and footer */
  /* line 128, /Users/tony/Projects/www.diversityhackers.com/source/stylesheets/cover.css.sass */
  .index .masthead {
    position: fixed;
    top: 0; }

  /* line 131, /Users/tony/Projects/www.diversityhackers.com/source/stylesheets/cover.css.sass */
  .mastfoot {
    position: fixed;
    bottom: 0; }

  /* Start the vertical centering */
  /* line 135, /Users/tony/Projects/www.diversityhackers.com/source/stylesheets/cover.css.sass */
  .site-wrapper-inner {
    vertical-align: middle; }

  /* Handle the widths */
  /* line 138, /Users/tony/Projects/www.diversityhackers.com/source/stylesheets/cover.css.sass */
  .masthead, .mastfoot, .cover-container {
    width: 100%;
    /* Must be percentage or pixels for horizontal alignment */ } }
@media (min-width: 992px) {
  /* line 143, /Users/tony/Projects/www.diversityhackers.com/source/stylesheets/cover.css.sass */
  .masthead, .mastfoot, .cover-container {
    width: 800px; } }
