body {
  background: url('../img/projects.jpg') no-repeat center center fixed;
  background-size: cover;
  overflow-x: hidden;
}
.navbar-nav {
  margin-left: 17px;
}
.navbar-default .navbar-nav> li> a {
  color: #0f0e0e;
}
#wrapper {
  margin: 80px 0 100px 0;
}
#wrapper .wow {
  visibility: hidden;
}
.griditem {
  background: rgba(43, 51, 63, 0.4);
  border: 1px solid rgba(43, 51, 63, 0.1);
  padding: 5%;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  margin-bottom: 20px;
  min-width: 260px;
}
.griditem:hover {
  background: transparent;
  border-color: #000000;
}
.griditem__detail {
  color: #FFFFFF;
  text-align: center;
}
.griditem__detail:hover, .griditem__detail:focus {
  color: #FFFFFF;
  text-decoration: none;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.griditem__detail--span {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.griditem__detail--museum, .griditem__detail--location {
  letter-spacing: 1px;
  font-size: 16px;
  text-transform: uppercase;
}
.griditem__detail--museum {
  padding-top: 15px;
}
@media all and (max-width:360px) {
  .navbar-nav {
    margin-left: 0;
  }
}
