@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


.font-brand-1{
	font-family: Georgia, Times, "Times New Roman", serif !important;
}
.font-brand-2{
	font-family: 'Source Sans 3', sans-serif;
}

.brand-link{
	color: #D37200;
	text-decoration: none;
}

.brand-link:hover{
	color: #000000;
	text-decoration: underline;
}

.brand-link-email{
	color: #000000;
	text-decoration: none;
}

.brand-nav .active{
	border-bottom:3px solid #FF971D !important;
}

body{
	font-family: 'Source Sans 3', sans-serif;
}

.container{
	max-width: 1240px;
}

.banner{
	background: #f5f5f5;
	position: relative;
	border-radius: 0 0 40px 40px;
	/* offset-x | offset-y | blur-radius | spread-radius | color */
	box-shadow: 0px 4px 3px 1px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}

.treatment-bg{
	background-image: url('../img/treatment-img.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right;
}

.hero-text {
	line-height: 150%;
}

.imgprofile{
	position: relative;
	z-index: 1;
}

.backdrop, .backdrop-inner-page{
	background-image: url('../img/hero_banner-backdrop.png');
	background-position: 95% 120px;
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	width:600px;
	height: 100%;
	right:0;
	bottom: 0;
	z-index: -1;
}

.backdrop-inner-page{
	background-image: url('../img/hero_childImage.png');
	background-position: 100% -80px;
	z-index: -1;
}

.btn.cta{
	background: linear-gradient(85deg, #FF971D 0%, #FFB359 76.59%);
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.10), 0px 0px 1px 0px rgba(0, 0, 0, 0.10), 0px 2px 2px 0px rgba(0, 0, 0, 0.09), 0px 4px 3px 0px rgba(0, 0, 0, 0.05), 0px 8px 3px 0px rgba(0, 0, 0, 0.01), 0px 12px 3px 0px rgba(0, 0, 0, 0.00);
	border: 0;
	color: #000;

}

.card{
	background: #FFF7ED !important;
	border: 0;
	box-sizing: border-box;
}

.card:hover{
	border:1px solid #FF971D;
	/* offset-x | offset-y | blur-radius | spread-radius | color */
	box-shadow: 0px 4px 3px 1px rgba(0, 0, 0, 0.1);
}

.btn-round {
	border-radius:30px;
}

// `sm` applies to x-small devices (portrait phones, less than 576px)
@media screen and (max-width: 575.98px) { 
	.backdrop
	{
  		background-position: 90% 0px;
  	}
 }

.footer-bar{

}