.content .overlay{
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    text-align: center;
    color: #fff;
    width: 100%;
    height: 100%;
    opacity: 1;
    background: rgba(0, 0, 0, 0.5);
    text-shadow: 0px 0px 10px #000;
}
.content .overlay .text{
    margin-top: auto;
    margin-bottom: auto;
    font-size: 27px;
}
.bg-light {
	background-color: #fafaef !important;
}
.companies p {
	margin: 0;
}
.cursive {
	font-family: 'Dancing Script', cursive;
}
a.cursive {
	color: #000000 !important;
	font-size: 20px;
}
.cursive.text-center {
	margin: 25px 0;
}
.cursive.text-center p {
    font-size: 24px;
    margin: 0;
}
.carousel-label{
    background: rgba(0, 0, 0, 0.5);
}
.carousel-img{
    height: 690px;
}