/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
    background: url('./images/bg_gray4.jpg') top left;
}
.brand {
  font-family: 'Lobster', cursive; font-size: 48px !important;
  margin-top: 10px;
}

@media (min-width: 979px) {
  body {
    margin-top: 155px;
  }
}
.footer {
    background-color: #F5F5F5;
    border-top: 1px solid #E5E5E5;
    margin-top: 70px;
    padding: 20px 0;
    text-align: center;
}
@media (max-width: 979px) {
  .footer {
      margin-left: -20px;
      margin-right: -20px;
  }
}
.footer p {
    color: #777777;
    margin-bottom: 0;
}
.footer-links {
    margin: 10px 0;
}
.footer-links li:first-child {
    padding-left: 0;
}
.footer-links li {
    display: inline;
    padding: 0 2px;
}
.muted {
    color: #999999;
}
ul.nav {
    margin-top: 25px !important;
}
.navbar-inner > .container > p {
    margin-top: 25px !important;
}
.thumbnail div {
    font-size: 11px; 
    text-align: center
}
.centered {
   position: fixed;
   bottom: 80px;
   right: 20px;
   height: 100px;
   margin-top: -50px;
   width: 500px;
   margin-left: -250px;
}
#logo a {
  text-decoration: none;
  color: #444444;
}
