/*
Theme Name: Foundation Child
Description: Business Name
Template: foundation-parent
Version: 1.0.0
*/

.btn {background:var(--color-5); color:#fff !important;}
.btn:hover {color:#000 !important;}
.logo-col {background-color:#fff !important;}

.home .carousel.fade .item {height: 42vw;}

.normal { font-size: 32px; display: block;font-weight: 300;}

.header_text {background:var(--color-3);}


.marquee {
	position: relative;
	overflow: hidden;
	text-align: center;
	margin: 0 auto;
	width: 100%;
	height: 40px;
	/* This is required, adjust as needed */
	display: flex;
	align-items: center;
	white-space: nowrap;
	font-size: 1.5em;
    font-weight: bold;
}

.mobile-logo {
    background-color:#fff;}

.mobile-logo img {width:350px;}

a.tops {
		display: block;
		position: relative;
		top: -125px;
		visibility: hidden;
	}



@media screen and (max-width: 991px) {
    .service-section .content-row .image-col {
        min-height: auto!important;
    }
}