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

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


.bg-color-custom {
	background-color: #91472f !important;
}

.bg-color-secondary-custom {
	background-color: #b96f52 !important;
}

.border-left {
	border-radius: 15px 15px 15px 15px !important;
}

.coming-soon-title {
	margin-top: 1rem;
}

.custom-img{
	height: 95%; 
	width: 90%;
}

@media (min-width: 768px) {
	.custom-img{
		height: 95%; 
		width: 40%;
	}
}