body,html {
  height: 93%;
}

.carousel,
.item,
.active {
  height: 100%;
}

.carousel {
  top: -30px;
}

.carousel-inner {
  height: 100%;
}

.fill {
  width: 100%;
  height: 100%;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.carousel-indicators {
  z-index: 1;
}

.menu-overlay {
  width: 100%;
  z-index: 2;
  height: calc( 100% - 30px );
  position: fixed;
  top: 30px;
  left: 0;
  bottom: 0;
  background: #000;
  opacity: 0.8;
  display: none;
}

.main-wrapper {
  background: #fff;
	font-family: 'Raleway';
}

.main-wrapper .container h2 {
	font-family: 'Montserrat';
}

.pageLoader {
 height: 100%;
}