body {
  background-color: #777;
  background: linear-gradient(rgba(120, 120, 120, 0.8), rgba(120, 120, 120, 0.8)), url("../images/bg.png") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  margin-bottom: 60px; }

header {
  max-width: 1024px;
  margin: auto; }
  header .navbar-brand i {
    margin-right: 8px; }

footer {
  max-width: 1024px;
  height: 56px;
  margin: auto;
  display: inline-block;
  position: fixed !important;
  bottom: 0;
  right: 0;
  left: 0;
  padding: .5rem 1.5rem;
  z-index: 50; }

main {
  max-width: 1024px;
  width: 1024px;
  margin: auto;
  position: relative; }

.title {
  margin: 50px 0 50px;
  width: 100%; }

main {
  min-width: 320px;
  margin-top: 30px;
  margin-bottom: 56px; }

.board {
  margin: auto;
  background-color: rgba(2, 2, 2, 0.4);
  border-radius: 4px;
  box-shadow: -8px 8px 8px #333; }
  .board .cells .cell {
    margin: 0 0 -1px -1px;
    border: 1px solid #444;
    float: left; }
    .board .cells .cell.dead {
      background-color: #333; }
    .board .cells .cell.alive {
      background-color: #0F0;
      background-color: rgba(0, 255, 0, 0.8); }
    .board .cells .cell.new {
      background-color: rgba(180, 255, 180, 0.8); }
  .board .buttons > .btn-group {
    margin-top: 10px;
    width: 70%; }
    .board .buttons > .btn-group .btn {
      transition: none;
      background-color: rgba(2, 2, 2, 0.3); }
      .board .buttons > .btn-group .btn:hover {
        background-color: rgba(2, 2, 2, 0.4); }
    .board .buttons > .btn-group .dropdown-menu {
      padding: 0;
      border: 2px solid #AAA;
      min-width: 0; }
      .board .buttons > .btn-group .dropdown-menu .dropdown-item {
        background-color: #333;
        color: #CCC; }
        .board .buttons > .btn-group .dropdown-menu .dropdown-item:hover {
          background-color: #222;
          color: #EEE; }
  .board .buttons .generations {
    display: inline-block;
    width: 30%;
    border: 2px solid #333;
    background-color: #333;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    color: lightgray;
    text-align: center;
    box-shadow: -2px 2px 4px #111; }

a:hover {
  text-decoration: none; }

.text-shadow {
  text-shadow: -3px 3px 8px #444; }

.white-shadow:hover {
  text-shadow: 0 0 8px #EEE; }

.display-6 {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.1; }

.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default; }

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