/*!
Slider & Well
 */

body {
  padding-top: 54px;
}

@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}

.carousel-item {
  height: 65vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.portfolio-item {
  margin-bottom: 30px;
}
/*!Slide Background colour*/
.well{
    background: rgba(10, 24, 45, 0.4);
}

/* Sticky Footer Fix */
html, body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
}

/* This ensures the content area takes up all available space */
.flex-grow-wrapper, main {
  flex: 1 0 auto;
}

footer {
  flex-shrink: 0;
}