.ftco-navbar-light.scrolled{
	background: #6d004d !important;
}
.fb-page span{
	max-width: 100% !important;
}
.hero-wrap.main_banner{
	max-height: 100%;
	height: auto !important
}
.ftco-navbar-light .container{
	max-width: 100%
}
@media screen and (max-width: 991px){
	.ftco-navbar-light{display: none}
	.ftco-navbar-light.scrolled{display: block;}
}
@media screen and (max-width: 768px){
	.navbar-brand{
		margin: 0 auto !important;
	}
	h1{
		font-size: 1.7rem;
	}
	.ftco-about.img.ftco-section{
		padding-top: 2em;
	}
}

@media (min-width: 1921px){
	.container-fluid {
		max-width: 1140px;
	}
	.hero-wrap.main_banner{
		background: #6c1245
	}
}