/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
#wrapper {
  background: #ffffff;
}

* {
    box-shadow: none !important;
}

.carousel .carousel-inner{
    height:auto !important;
}

#custom-text h2 {
	text-transform: none !important;
}

.carousel .carousel-control .icon-next i, .carousel .carousel-control .icon-prev i {
    font-size: 2.8rem;
    color: #000;
}