/**
 * HTTP Status Dogs
 *
 * @package HTTPStatusDogs
 * @author  Mike Lee
 * @version 2.0
 */

body {
  font-family: Helvetica, Arial, sans-serif;
  background-color: #FFFAF0;
}

header .row {
  position: relative;
}

h1 {
  text-transform: uppercase;
  font-size: 50px;
}

h1 a,
h1 a:hover {
  color: #000;
  font-weight: bold;
}

h2,
.inspiration {
  color: #999;
}

h2 {
  font-size: 28px;
  margin: 5px 0 0;
}

.inspiration {
  position: absolute;
  text-align: right;
  bottom: 0;
  right: 0;
}

@media (max-width: 992px) {
  .inspiration {
    position: relative;
    margin-top: 20px;
    text-align: left;
  }
}

a.thumbnail {
  display: block;
  margin-bottom: 20px;
}

a.thumbnail img {
  max-width: 100%;
  height: auto;
}

a.thumbnail:hover {
  -moz-box-shadow: 0 0 10px 1px #999;
  -webkit-box-shadow: 0 0 10px 1px #999;
  box-shadow: 0 0 10px 1px #999;
}

.navigation a {
  font-size: 100px;
}

.navigation a:hover {
  text-decoration: none;
}

.navigation.next {
  text-align: right;
}

.detail .image-container {
  text-align: center;
}

.detail .image-container a {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}

.detail .thumbnail {
  max-width: 100%;
}

.detail .lead {
  margin-top: 1em;
}

.paw {
  margin-top: 50px;
  height: 16px;
  background: transparent url("../img/icon-paw.png") top center no-repeat;
}

footer {
  padding-bottom: 20px;
}

.social-share {
  color: #999;
}

.fb-share-button {
  position: relative;
  top: -5px;
  margin: 0 20px;
}

.reddit {
  position: relative;
  top: -6px;
  margin-right: 20px;
}
