/*
 * blueimp Gallery Demo CSS 2.0.0
 * https://github.com/blueimp/Gallery
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */

body {
  max-width: 1250px;
  margin: 0 auto;
  padding: 1em;
  font-family:  Arial, sans-serif;
  font-size: 1em;
  line-height: 1.4em;
  background: #000000;
  color: #fff;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
a {
  color: #dddada;
  text-decoration: none;
}
img {
  border: 0;
  vertical-align: middle;
  margin:20px;
}
h1 {
  line-height: 1em;
}
h2,
.links {
  text-align: center;
}

#content {
  width: 1100px ;
  margin-left: auto ;
  margin-right: auto ;
}


@media (min-width: 481px) {
  .navigation {
    list-style: none;
    padding: 0;
  }
  .navigation li {
    display: inline-block;
  }
  .navigation li:not(:first-child):before {
    content: '| ';
  }
}
