/*!
 * Start Bootstrap - 1 Col Portfolio (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body {
    padding-top: 70px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

footer {
    margin: 50px 0;
}

.thumb img {
  opacity: 0.7;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.thumb:hover img { opacity: 1; }

hr {
  margin: 50px auto;
}
hr.first {
  margin: 20px auto 50px;
}

.page-header {
  border: none;
  margin: 0;
  padding: 0;
}

.btn {
  margin-bottom: 5px;
  margin-right: 5px;
}

.tag.label {
  margin-bottom: 5px;
  margin-right: 5px;
}
