@keyframes rotate {from {transform:rotate(0deg) translate(-10px) rotate(0deg) }to {transform:rotate(360deg) translate(-10px) rotate(-360deg) }}#homeCarousel {width:80%;margin:1.5rem auto auto auto;box-shadow:6px 6px 12px #b8b9be,-6px -6px 12px #fff !important}
#homeCarousel .carousel-control-prev {filter:invert(1);left:-10%;border:none}
#homeCarousel .carousel-control-next {filter:invert(1);right:-10%;border:none}
#homeCarousel .carousel-indicators {filter:invert(1);bottom:-3rem}
#homeCarousel .carousel-caption {position:relative;background:rgba(0,0,0,0.2);color:#34608F;padding:5px 10px;margin:10px;bottom:0;left:0;right:0;min-height:4.5rem}
#homeCarousel .carousel-caption h3 {color:#34608F;margin:0}
#homeCarousel .carousel-caption p {margin-bottom:0}