/**
JORDAN 11-15-2024 
CUSTOM CSS FOR LANDING PAGE

/* Move carousel icons up (over floating text) on small devices */
@media screen and (max-width: 767px) {
	.carousel-control-next-icon, .carousel-control-prev-icon {
		position: relative;
		top: -58px;
	}
}




/*6-24-2021  Committing out the remove indoicator in mobile */
/* CAROUSEL CUSTOM CLASSES  */
@media (max-width:720px) {
    

.carousel-caption.story {
    width: 100%!important;
    height: 65px;
    z-index: 50!important;
    padding: 4px 20px!important;
    color: #fff !important;
    text-align: left!important;
   /* background-color: #58595b!important; */
    margin-bottom: -20px!important;

}


.carousel-caption.story h1 {
    font-size: 1rem!important;
    color: #fff !important;
    font-weight: 700!important;
    width: 25rem!important;
    text-align: left!important;
    margin-left: 7px!important;
}

.carousel-caption.story p {
    font-weight: 300 !important;
    font-size: .75rem !important;
    line-height: 1 !important;
    color: #fff !important;
    text-align: left!important;
    margin-left: 7px!important;
    margin-right: 20px!important;
    margin-bottom: 50px!important;

}




.d-md-block {
    display: block!important;

}





/* HIDE CAROUSEL AND INDICATORS */ 

/*
.carousel-control-next, .carousel-control-prev {
display: none !important;



}


.carousel-indicators {
display: none!important;


} 

*/
/* HIDE CAROUSEL AND INDICATORS */



