/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

/*--- HomePage SLider ---*/
#slider {
		height: 70vh;
	}

.slider-caption h2 {
	font-size: 3rem;
}

.slider-caption p {
    font-size: 1.5rem;
    color: #d5d5d5;
}

.testimonials-carousel .owl-dots {
	text-align: center;
}

.mobile-image {
	width: 680px; 
	height: auto; 
	object-fit: cover;
}

/*--- Contact Card ---*/
.flip-card-inner {
	top: 40%;
}

.flip-card-front::after, .flip-card-back::after {
	height: 80%;
	opacity: .75;
}

@media (max-width: 545px) {
	#logo {
		padding-left: 0;
	}
	
	#slider {
		height: 75vh;
	}
}


