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

body {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 0em;
  font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, sans-serif;
  font-size: 1em;
  line-height: 1.4em;
  background: #222222;
  color: #DDDDDD;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
      background-image:url(../background.jpg);
      background-repeat:repeat;
      background-attachment:fixed;
      background-size:100% 100%;
      text-shadow: 3px 3px 6px #111111;
}
a {
  color: orange;
  text-decoration: none;
}
img {
  border: 0;
  vertical-align: middle;
}
h1 {
  text-align: center;
  line-height: 1em;
}
h2,
.links {
  text-align: center;
}

h4,
.links {
  text-align: center;
}

.thumbnail {
  height: 100px;
  border: 2px solid #555555;
  border-radius: 5px;
  margin: 5px;
}
.slidebackground {
  background-color: #000000;
}

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