
/* VAR
****************************************************************/
/* gray: #828282; */
/* blue: #4c96b9; */

/* BASE
****************************************************************/
body {
	font-size: 16px;
	color: #6d6e70;
	/* font-family: arial !important; */
	/* font-family: 'Mulish', sans-serif !important; */
	font-style: normal;
	font-weight: 400;

}
img, video {
	max-width: 100%;
	height: auto;
}


/* HEADING
****************************************************************/
/* h1 {font-size: 16px;}
h2 {font-size: 15px;}
h3 {font-size: 14px;} */

h1 {
	/* font-size: 50px; */
	/* color: #babbbd; */
}

h2 {
	/* font-size: 30px; */
	font-weight: bold;
}

@media screen and (max-width: 768px) {
	h1 {
		/* font-size: 50px; */
	}
}



/* TYPOGRAPHY
****************************************************************/
@font-face {
	font-family: HelveticaNeue;
	src: url('/fonts/HelveticaNeue.woff2') format('woff2');
}
@font-face {
	font-family: CenturyGothic;
	src: url('/fonts/Century Gothic.otf') format('opentype');
}
@font-face {
	font-family: CenturyGothicBold;
	src: url('/fonts/Century Gothic Bold.otf') format('opentype');
}
body{
    font-family: CenturyGothic;
}
h1{
    font-family: CenturyGothicBold;
}

/* link
****************************************************************/
.ipm-link {
	color: #828282;
	text-decoration: none;
	transition: color 300ms;
}
.ipm-link:visited {
	color: #828282;
}
.ipm-link:hover {
	color: #4c96b9;
	text-decoration: underline;
}

.schedule-an-appointment {
}
@media screen and (max-width: 768px) {
	.schedule-an-appointment {
		font-size: 80%;
		display: block;
		margin-bottom: 24px;
		text-decoration: underline;
	}
}



/* offset for link, so it doesnt show under the nav */
.schedule-anchor {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}



/* LAYOUT
****************************************************************/
/* main {min-height: 500px;} */
main {
	margin-top: 90px;
}


/* NAV
****************************************************************/
#nav-main {}


#nav-main > div {
	line-height: 4;
}

#nav-main a {
	font-size: 18px;
	font-weight: bold;
	font-family: HelveticaNeue;
	text-decoration: none;
	color: #4c96b9;
	transition: all .25s;
}
#nav-main a:hover {
	color: #4c96b9;
	text-decoration: underline;
}

#nav-link-start {
	border: 2px solid #4c96b9;
	padding: 5px;
}
#nav-link-start:hover {
	color: #fff !important;
	background-color: #4c96b9;
}



/* LOGO
****************************************************************/
.logo {
	max-height: 70px;
}


/* HEADING
****************************************************************/
.awesome-heading {
	text-align: center;
	position: relative;
	background: #4c96b9;

}
.awesome-heading h1 {
	position: relative;
	z-index: 1;
	font-size: 2.5rem;
	font-weight: bold;
	color: #fff;
	margin: 0;
	padding: 17px;
}
.awesome-heading .img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("/images2/building1.jpg") scroll no-repeat center -212px #afb0b4;
	opacity: .15;
}




/* SECTION NAV
****************************************************************/

.section-navigation {
	position:fixed;
	top: 0px;
	width: 100%;
	z-index: 20;
	background: transparent;
	color: #fff;
	padding: 10px 0;
	transition: all .15s;
	background: white;
}


.section-navigation .hof-link {
	font-size: 17px;
	font-weight: bold;
	font-family: HelveticaNeue;
	transition: all .25s;
	text-decoration: none;
	transition: all .5s;
	color: #4c96b9;

	margin: 20px 20px 0 0;
}
#nav-main a.hof-link.active {
	background: #4c96b9;
	color: white;
	padding: 8px  12px;
	border-radius: 3px;
}
.section-navigation a.hof-link:hover {
	color: #4c96b9;
}
.section-navigation a.hof-link.active:hover {
	color: #4c96b9;
	text-decoration: none;
}


.section-navigation .nav-toggle {
	padding: 2px 12px;
	font-size: 40px;
	color: #828282;
	text-decoration: none;
}
.scrolled .section-navigation .nav-toggle {
	color: #000;
}


@media screen and (max-width: 768px) {
	.section-navigation a {display: block;}	
	#nav-main {display: none;}
	.showMobileNav #nav-main {display: block;}
	.showMobileNav .section-navigation {
		top: 0;
		background: #fff;
	}
	.section-navigation .hof-link {
		font-size: 36px;
		line-height: 1.5;
		width: 100%;
		text-align: center;
	}
	.showMobileNav .section-navigation {
		box-shadow: 3px 3px 3px #777;
	}

}



/* HOME / HERO
****************************************************************/
.hero {
	background-color: #afb0b4; 
}

.hero .container {
	position: relative;
}

.hero video {
	display: block;
}

.hero-text {
	position: absolute;
	bottom: 50px;
	left: 90px;
	color: white;
	font-size: 34px;;
}

@media screen and (max-width: 985px) {
	.hero-text  {
		bottom: 10px;
		left: 30px;		
	}
}
@media screen and (max-width: 768px) {
	.hero-text  {
		position: static;	
		font-weight: bold;
		font-size: 26px;
	}
}




/* HOME / REVIEWS
****************************************************************/
.swiper .card {
	border: 0;
}




/* HOME / LOGOS
****************************************************************/
.society-section img {
	/* width: 200px; */
}








/* CONTACT
****************************************************************/
.contact-vertical-borders {
	border: 1px solid #828282;
	border-width: 0 1px;
}
@media screen and (max-width: 768px) {
	.contact-vertical-borders {
		border-width: 1px 0;
	}
}

.contact {
	line-height: 1.2;
}

.contact-action {
	font-size: 30px;
	color: #1b91af;
	font-weight: bold;
}

.contact-instructions {
	font-size: 30px;
	color: #828282;
}
.contact-number {
	font-size: 30px;
	color: #828282;
	font-weight: bold;
}
.contact-button {
	font-size: 30px;
	background-color: #828282;
	color: #fff;
	font-weight: bold;
	padding: 10px 15px;
	border-radius:20px;
	display: inline-block;
	width: 200px;
	text-decoration: none;
	transition: background-color 300ms;

}
.contact-button:hover {
	color: #fff;
	background-color: #4c96b9;
}


/* CONDITIONS
****************************************************************/
.conditions-section {
	background-color: #a5c7d0;
	min-height: 500px;
}

.condition {
	overflow: hidden;
	position: relative;
	margin-bottom: 30px;
}
@media (max-width: 768px) {
	.condition  {
		width: 100%;
		text-align: center;
	}
}

.condition-body {
	background: #fff;
	height:400px;
	overflow: hidden;
}

.condition-img {
	position: relative;
	overflow: hidden;
	height: 355px
}

.condition-text {
	padding: 10px;
	position: relative;
	z-index: 1;
	width: 100%;
	background: #fff;
	transition: transform 300ms;
}
.condition:hover .condition-text {
	transform:translateY(-30px);
}
.condition:hover .condition-text.hover-more {
	transform:translateY(-50px);
}

.condition img {
	transition: all 0.5s ease;
}
.condition:hover img {
    transform: scale(1.2,1.2);
}



@media screen and (max-width: 768px) {
	.condition-body {
		height: auto;
	}
	.condition-img {
		height: auto;
	}

	.conditions-section .form-check {
		display: block;
	}
}




/* TREATMENTS
****************************************************************/
.treatments-section {
	background-color: #a5c7d0;
	min-height: 500px;
}


/* LOCATIONS
****************************************************************/
.fax {
	color: white;
	text-decoration: none;
}



/* FOOTER
****************************************************************/

.footer-icon {
	background-color: #828282;
	color: white;
	font-size: 36px;
	border-radius: 36px;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	text-decoration: none;
	transition: background-color 300ms;
}
.footer-icon:visited {
	color: white;
}
.footer-icon:hover {
	color: #fff;
	background-color: #4c96b9;
}