body {
  background: url('../img/9.jpg') no-repeat center center fixed;
  background-size: cover;
  overflow: hidden;
}
.navbar-nav {
  margin-left: 17px;
  }
.navbar-default .navbar-nav> li> a {
  color: #0f0e0e;
}
.container .wow {
  visibility: hidden;
}
.mission-statement {
  background: rgba(11, 12, 17, 0.2);
  padding: 40px 30px 30px 30px;
  border-radius: 4px;
  margin-bottom: 25px;
}
.mission-statement p {
  letter-spacing: 0.5px;
  line-height: 26px;
  font-size: 16px;
}
.logo img {
  padding: 5px;
  margin: 0 auto;
  background: rgb(255, 255, 255);
}
#wrapper {
  margin: 80px 0 100px 0;
}
#wrapper .wow {
  visibility: hidden;
}
.carousel-caption {
  margin: 70px 0px 20px 0px;
  background: rgba(43, 51, 63, 0.6);
  padding: 40px 50px 30px 50px;
  border-radius: 4px;
  position: static;
}
.carousel-caption h4 {
  font-size: 17px;
  letter-spacing: 1px;
}
.carousel-caption p {
  margin: 15px 0px 25px 0px;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.5px;
  text-align: left;
}
.fa-times {
  color: white;
  background: transparent;
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.item:nth-child(1) {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: contain;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
}
.item:nth-child(2) {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: contain;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
}
.item:nth-child(3) {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: contain;
}
.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) {
  .carousel-caption {
    margin-top: 0;
    padding: 10px 30px 0 30px;
}
@media all and (max-width:360px) {
  .navbar-nav {
    margin-left: 0;
  }
}
