/* your styles go here */
.header {
    position: fixed;
    width: 100%;
    z-index: 999;
}

section.hero {
    padding-top: 81px;
}

#carouselExampleFade {
    width: 100%;
}

.carousel-control-next, .carousel-control-prev {
    width: unset;
    border: none;
}

.carousel-control-next {
    right: 500px;
}

.carousel-indicators {
    margin-left: 0;
    margin-right: 500px;
}

.carousel-fade .carousel-item img {
    float: left;
}

.banner-text {
    float: left;
}