body {
  padding-top: 0;
  padding-bottom: 0;
  color: #5a5a5a;
}

.carousel {
  margin-bottom: 0;
}
.carousel-caption {
  z-index: 10;
  top: 0;
}

.carousel-item {
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top !important;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.logo {
  filter: drop-shadow(3px 2px 4px rgba(0, 0, 0, 0.6));
  background: radial-gradient(rgba(0, 0, 0, 0.15) 0%, transparent 60%);

  /* height: 50%; */
  width: 50%;
  /* top: 50%; */
  margin-left: 25%;
  /* transition: all 1.2s; */
  /* transition-timing-function: ease-in; */
  /* opacity: 0; */
  /* transform: translate(-50%, -50%) */
}

.img1 {
  background: url("../img/1.jpg") no-repeat center center fixed;
}
.img2 {
  background: url("../img/2.jpg") no-repeat center center fixed;
}
.img3 {
  background: url("../img/3.jpg") no-repeat center center fixed;
}

@media (min-width: 40em) {
  .carousel-caption p {
    margin-bottom: 0;
  }
}
