body {
	font-family: 'Montserrat', sans-serif;
}

h1 {
	font-family: 'Fredoka One', cursive;
}

h2 {
	font-family: 'Quicksand', sans-serif;
}

.homepage {
	background: #5fb3c1;
}

.homepage header {
	padding-top: 65px;
}

.nav {
		font-family: 'Quicksand', sans-serif;
		font-weight: 700;
		color: white;
		text-align: right;
}

.nav li {
		display: inline;
list-style-type: none;
margin: 0;
padding: 0;
text-align: right;
margin-left: 30px;
}


.nav li a {
		color: white;
}

.nav li a:hover {
		color: #002058;
}

.nav ul {

width: 100%;
}

.home-bg-image {
	/*background:  url('images/tmp-homebg.png') no-repeat right top;
	padding-top: 80px;*/
	background:  url('images/homepage-image-bg.jpg') no-repeat center top;
	background-size: 90%;
	padding-top:75%;
	margin-top: -40px;
}

@media (min-width: 768px) {

.home-bg-image {
	/*background:  url('images/tmp-homebg.png') no-repeat right top;
	padding-top: 80px;*/
	background:  url('images/homepage-image-bg.jpg') no-repeat bottom right -440px;
	background-size: auto;
	padding-top:80px;
	margin-top: -40px;
}
}

@media (min-width: 992px) {

.home-bg-image {
	/*background:  url('images/tmp-homebg.png') no-repeat right top;
	padding-top: 80px;*/
	background:  url('images/homepage-image-bg.jpg') no-repeat bottom right -240px;
	background-size: auto;
	padding-top:80px;
	margin-top: -40px;
}
}

@media (min-width: 1200px) {

.home-bg-image {
	/*background:  url('images/tmp-homebg.png') no-repeat right top;
	padding-top: 80px;*/
	background:  url('images/homepage-image-bg.jpg') no-repeat top right -140px;
	background-size: auto;
	padding-top:80px;
	margin-top: 0px;
}
}

@media (min-width: 1400px) {

.home-bg-image {
	/*background:  url('images/tmp-homebg.png') no-repeat right top;
	padding-top: 80px;*/
	background:  url('images/homepage-image-bg.jpg') no-repeat top right -0px;
	background-size: auto;
	padding-top:80px;
	margin-top: 0px;
}
}

.home-intro {
/*	margin-top: 80px;*/
}

.home-intro h1 {
	color: #002058;
	font-size: 56px;
	font-family: 'Fredoka One', cursive;
}

.home-intro h2 {
	color: #fff;
	font-size: 32px;
	font-family: 'Fredoka One', cursive;
}



.bigbtn {
	background: #f7931e;
	padding: 20px 30px;
	display: inline-block;
	border-radius: 50px;
	width: 250px;
	color: white;
	font-family: 'Quicksand', sans-serif;
	font-weight: 700;
	font-size: 24px;
	text-align: center;
	line-height: 1.2;
}

.pinkbtn {
	background: #da4d83;
}

.bigbtn:hover {
	text-decoration: none;
	background: white;
	color: #002058;
}

.home-desc {
	font-size: 18px;
	padding-bottom: 50px;
}


/*INTERNAL*/

.internal header {
	background: #5fb3c1;
	padding-top: 30px;
	padding-bottom: 20px;
}

.internal header .logo img {
	width: 150px;
	height: auto;
}

.internal header .logo a {
	
	display: inline-block;
}

.internal header .bigbtn {
	background: #f7931e;
	padding: 10px 15px;
	font-size: 16px;
	width: auto;
	pointer-events: auto; 
}

.internal header .pinkbtn {
	background: #da4d83;
}

.imbtnlist  {
	margin-top: -39px;
	margin-bottom: 0;
	pointer-events: none; 
}
.nav .imbtnlist li {
	margin-left: 5px;
	
}

.internal-hero {
	background: #f5f5f5 url('images/tmp-int.jpg') no-repeat center center;
	background-size: cover;
	height: 290px;

}

.practitioner .internal-hero {
	background: #f5f5f5 url('images/tmp-int2.jpg') no-repeat center center;
	background-size: cover;
	height: 290px;

}

.about-us .internal-hero {
	background: #f5f5f5 url('images/tmp-int3.jpg') no-repeat center center;
	background-size: cover;
	height: 290px;

}

.contact-us .internal-hero {
	background: #f5f5f5 url('images/tmp-int4.jpg') no-repeat center center;
	background-size: cover;
	height: 290px;

}

.internal-main {
	padding-bottom: 30px;
}

.internal-title-pill {
	background: #f7931e;
	width: auto;
	display: inline-block;
	padding: 10px 30px;
	border-radius: 50px;
	color: white;
	font-family: 'Fredoka One', cursive;
	font-size: 24px;
	border: 4px solid #fff;
	text-align: center;
	margin-top: -30px;
	margin-bottom: 80px;
	position: relative;

}

.internal-title-pill:before {
	content: '';
	height: 120px;
	border-right: 2px solid #f7931e;
	position: absolute;
	left: calc(50% - 1px);
	top: 0;
	z-index: -1;

}

.practitioner .internal-title-pill {
	background: #da4d83;
}

.internal-title-hero {
	background: #f7931e;
	height: 290px;
	color: white;
}

.practitioner .internal-title-hero {
	background: #da4d83;
	height: 290px;
	color: white;
}


.internal-title-hero h1 {
	font-size: 36px;
}
.internal-title-hero h2 {
	font-size: 20px;
}

.internal-title {
	overflow: hidden;
}

.internal-title-main {
	padding-top: 40px;
	padding-bottom: 40px;
}

.internal-title-main .link-list ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.internal-title-main .link-list li {
	margin-bottom: 15px;
}

.internal-title-main .link-list a {
	display: block;
	background: #f2f2f2 url('images/link-chevron-orange.svg') no-repeat right 10px center;
	padding: 10px 30px 10px 15px;
	border-radius: 30px;
	color: #222;
	font-weight: 700;
}

.internal-title-main .link-list a:hover {
	background: #ddd url('images/link-chevron-orange.svg') no-repeat right 10px center;

}

.practitioner .internal-title-main .link-list a {
	display: block;
	background: #f2f2f2 url('images/link-chevron-pink.svg') no-repeat right 10px center;
	padding: 10px 30px 10px 15px;
	border-radius: 30px;
	color: #222;
	font-weight: 700;
}

.practitioner .internal-title-main .link-list a:hover {
	background: #ddd url('images/link-chevron-pink.svg') no-repeat right 10px center;

}

.internal-title-main h1 {
	color: #002058;
	margin-bottom: 30px;
}

.internal-links-box {
	background: #e7f4f6;
	text-align: center;
	padding: 30px 20px 20px 20px;
	border-radius: 20px;
}

.internal-links-box h6 {
	color: #5fb3c1;
	font-family: 'Quicksand', sans-serif;
	font-size: 20px;
	font-weight: 700;
	border-bottom: 1px solid #fff;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.internal-links-box a {
	color: #002058;
	font-weight: 700;
}




/*accordian*/

.card {
	border: none;
	margin-bottom: 10px;
}
.card-header {
	background: #fddfbb;
	border: none;
}

.practitioner .card-header {
	background: #F4C9DA;
}

.card-header button {
	color: #222;
	font-family: 'Quicksand', sans-serif;
	font-weight: 700;
	font-size: 18px;	
}

.card-header button:hover {
	color: #002058;
	
}

.card-body {
	background: #f2f2f2;
	border: none;
	padding-left: 2rem;
}

.card-body a {
	color: #002058;
}

#accordion p.menudepth0 a {
	background: #fddfbb;
	color: #222;
	font-family: 'Quicksand', sans-serif;
	font-weight: 700;
	font-size: 18px;
display: block;	
padding: 1.25rem 2rem;
}

.practitioner #accordion p.menudepth0 a {
	background: #F4C9DA;

}

/*FOOTER*/

footer {
	background: #002058;
	padding-top: 50px;
	padding-bottom: 50px;
	color: white;
	font-size: 14px;
}

footer h6 {
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 20px;
}

footer img {
	margin-right: 60px;
	margin-bottom: 30px;
}







/*MEDIA QUERIES */

/*Large devices (desktops, less than 1200px)*/
@media (max-width: 1199px) {


}

/*Medium devices (tablets, less than 992px)*/
@media (max-width: 991px) {



}

/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 767px) {


.home-intro, .home-desc {
	background: #66c0cf;
	outline: 20px solid #66c0cf;
}

.home-intro h1 {
	color: #002058;
	font-size: 46px;
	font-family: 'Fredoka One', cursive;
	padding-top: 20px;
}

.home-intro h2 {
	color: #fff;
	font-size: 24px;
	font-family: 'Fredoka One', cursive;
}

.bigbtn {
	border-radius: 50px;
	width: 220px;
	font-size: 20px;
}

.imbtnlist .bigbtn  {
	font-size: 12px!important;
}

}

/* x Small devices (landscape phones, less than 768px)*/
@media (max-width: 575px) {

header {
	padding-top: 25px;
}

.logo img {
	width: 150px;
	height: auto;
}


.home-intro, .home-desc {
	background: #66c0cf;
	outline: none;
	text-align: center;

}

.bigbtn {
	margin-bottom: 20px;
}

.home-desc {
	font-size: 16px;
}

.home-intro h1 {
	font-size: 40px;
	text-align:  center;
}

.imbtnlist   {
	margin-top: 20px;
	text-align: center!important;
	display: none;
}

.internal-title-hero {
	text-align: center;
	height: auto;
	padding-top: 20px;

}

.internal-title-hero h2 {
	padding-bottom: 20px;

}

.internal-title-hero .col-sm-7 {
	padding: 0;

} 
.internal-title-hero img {
	width: 100%;
	height: auto;
}

.internal-title-main .link-list a {
	font-size: 14px;
	
}

}