/*mine*/
a, p, h1, h2, h3, h4, h5 {
    font-family: 'Montserrat';
}

.navbar.fixed-top .navbar-brand.js-scroll-trigger {
    background: url(../img/logo2.png) no-repeat 0%;
    background-size: contain;
    height: 100px;
    width: 600px;
}

.navbar.fixed-top.navbar-shrink .navbar-brand.js-scroll-trigger {
    background: url(../img/logo.png) no-repeat 0%;
    background-size: contain;
    height: 50px;
    width: 300px;
}
#mainNav.navbar-shrink {
    box-shadow: 1px 1px 15px #eee;
}
.header-content-inner {
    padding-top: 150px;
}
section#about {
	padding-top: 0;
}
.row.video-image {
    padding-top: 30px;
}

.bg-primary-new {
    background-color: #fff;
}
header.masthead .header-content .header-content-inner h1 {
    font-family: 'Montserrat', cursive;
    color: #333;
}
header.masthead .header-content .header-content-inner p {
    color: #666;
    font-family: 'Montserrat', cursive;

}
#about .ml-auto.text-center img, #pics .ml-auto.text-center img {
    height: 100%!important;
    width: 100%;
    border-radius: 0!important;
    margin-top: 0!important;
   }
#pics .ml-auto.text-center img {
    height: auto!important;
}

.service-box h3 {
    font-family: 'Marck Script';
    line-height: 24px;
    padding: 15px 0 5px;
}

#contact {
    background: #51b92a;
}

.text-white a {
    color: #fff;
}
#contact .text-white {
    margin-bottom: 0!important;
}
#mission .container, #services .container {
    padding-top: 50px;
}
.bg-primary-new.first-page {
	background: #e1e8de;
}

#quote {
    background-image: url(../img/hero2.jpg);
    background-position: center;
    background-size: cover;
    padding: 50px 0 20px;
    color: #333;
}
#quote .section-heading.text-dark {
    font-family: 'Marck Script';
    font-size: 34px;
    line-height: 34px;
}
#myiFrame .ytp-chrome-top.ytp-show-cards-title {
    display: none;
}
#about h3 {
    padding: 30px 0;
    color: #51b92a;
    font-size: 24px;
}
#about h3 span {
    color: #999;
}
#about img {
    height: 200px;
    border-radius: 20px;
    float: left;
    margin-right: 10px;
    margin-top: 5px;
}
#about p.section-heading {
    font-size: 18px;
}
#schedule img {
    height: 150px;
    border-radius: 20px;
    float: left;
    margin-right: 20px;
    margin-top: 5px;
}
#schedule .text.img img {
    height: 250px;
    border-radius: 20px;
    float: left;
    margin-right: 20px;
    margin-top: 5px;
}
#schedule p.text {
    text-align: left;
    font-size: 18px;
}
.service-box button.btn.btn-primary {
    margin-top: 20px;
}
.btn-primary.focus, .btn-primary:focus {
    box-shadow: 0 0 0 3px rgba(255, 126, 0, 0.5);
}

.col-center {
	margin: 0 auto;
	float: none !important;
}
.carousel {
	margin: 50px auto;
	padding: 0 70px;
}
.carousel .item {
	color: #999;
	font-size: 14px;
    text-align: center;
	overflow: hidden;
    min-height: 290px;
}
.carousel .item .img-box {
	width: 135px;
	height: 135px;
	margin: 0 auto;
	padding: 5px;
	border: 1px solid #ddd;
	border-radius: 50%;
}
.carousel .img-box img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
}
.carousel .testimonial {
	padding: 30px 0 10px;
}
.carousel .overview {	
	font-style: italic;
}
.carousel .overview b {
	text-transform: uppercase;
	color: #7AA641;
}
.carousel .carousel-control {
	width: 40px;
    height: 40px;
    margin-top: -20px;
    top: 50%;
	background: none;
}
.carousel-control i {
    font-size: 68px;
	line-height: 42px;
    position: absolute;
    display: inline-block;
	color: rgba(0, 0, 0, 0.8);
    text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}
.carousel .carousel-indicators {
	bottom: -40px;
}
.carousel-indicators li, .carousel-indicators li.active {
	width: 10px;
	height: 10px;
	margin: 1px 3px;
	border-radius: 50%;
}
.carousel-indicators li {	
	background: #999;
	border-color: transparent;
	box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}
.carousel-indicators li.active {	
	background: #555;		
	box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}

/* HEALCODE*/
#bw-widget__schedules-134294 {
    max-height: 600px;
    overflow: scroll;
}

section#schedule {
    margin-top: 80px;
    padding-bottom: 60px;
}
.header-content-inner {
    padding-top: 0px;
}



@media (max-width: 991px) {
	.navbar.fixed-top .navbar-brand.js-scroll-trigger, .navbar.fixed-top.navbar-shrink .navbar-brand.js-scroll-trigger {
    background: url(../img/logo.png) no-repeat 0%;
    background-size: contain;
    height: 50px;
    width: 600px;
}
#quote .section-heading.text-white {
    text-shadow: 2px 2px 4px #000;
}

}

@media (max-width: 768px) {
	.navbar.fixed-top .navbar-brand.js-scroll-trigger, .navbar.fixed-top.navbar-shrink .navbar-brand.js-scroll-trigger {
    width: 200px;
}
#quote {
    background-position: right;
}
#quote .section-heading.text-white {
    font-size: 24px;
    line-height: 24px;
}
}