@charset "utf-8";
/* CSS Document */

@import url(https://db.onlinewebfonts.com/c/09d5772629cb46bc57208ddfd7b77f63?family=Carol+Gothic+W10+Regular);

/* Colors

#000 - Black
#D5BDE5 - Purple.

*/

* {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	line-height: 2;
	font-size: 24px;

	
}

.before,
.during,
.healing,
.healed {
    cursor:pointer;	
	display:block;
    height:auto;
	width: 50%;
	position: relative;
	left: 25%;
	border-bottom:solid 2px #000000;
	padding-top: 6px;
	text-transform: uppercase;
    font-size:20px;
	color:#000;
    background:#FFF;
    -moz-border-top-left-radius:5px;
    -moz-border-top-right-radius:5px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
	text-align: center;
}

.before-info,
.during-info,
.healing-info,
.healed-info {
	margin-bottom: 16px;
	overflow: hidden;
	padding: 14px;
}

.slide {
	margin: 0;
	padding: 0;
}

body {
	background-image: url("images/background-1.jpg");
	
}

#wrapper {
	background-color: #000;
	border: none;
	margin: auto 5%;
	width: 90%;
	
}

h1 {
	font-size: clamp(36px, 6vw, 72px);
	font-family: "Carol Gothic W10 Regular";
	text-align: center;
	margin-top: 20px;
	color: #D5BDE5;
	
}

h2 {
	text-align: center;
	font-size: clamp(32px, 4vw, 64px);
	font-family: "Carol Gothic W10 Regular";
	color: #D5BDE5;
	
}

h1, h2 {
	font-weight: 500;
	
}

h3 {
	display: inline;
	font-size: 24px;
	padding: 10%;
	text-decoration: underline;
	color: #D5BDE5;
	font-weight: 300;
	
}

p ul {
	padding-left: 20px;
	margin: 1em;
	flex-direction: column;
	
}

p li {
	font-size: 20px;
	list-style-type: square;
}

p {
	font-size: 24px;
	line-height: 1.75;
	padding: 10px 10%;
	color: #D5BDE5;
	font-weight: 150;
	
}

section img {
	margin-left: 10%;
	width: 30%;
	
}

section {
	float: left;
	width: 35%;
	color: #D5BDE5;
	
}

aside {
	float: right;
	width: 60%;
	
}

div {
	display: inline-block;
	
}

footer {
	clear: both;
	text-align: center;
	padding-bottom: 10px;
	color: #D5BDE5;
	
}

nav {
	margin-right: auto;
	margin-left: auto;
	padding: 6px 0;
	text-align: center;
	font-size: 16px;
	
}

nav ul {
	display: block;
	color: #D5BDE5;
}

nav li {
	display: inline-block; 
	color: #D5BDE5;
}

nav p {
	text-align: center;
}

nav a {
	margin-left: 35px;
	margin-right: 35px;
	text-decoration: underline;

}

nav a:link {
	color: #FFF;
}

nav a:visited {
	color: #D5BDE5;

}

nav a:hover {
	background-color: #D5BDE5;
	color: #000;
	padding: 12px;
	transition: linear 0.37s;
	border-radius: 12px;
	
}

nav a:active {
	text-decoration: underline;
	
}

p a {
	color: #D5BDE5;
	
}

a.button {
	
	transform: translateX(50%);
	clear: both;
	margin: 100px auto;
	padding: 10px 20px;
	cursor: pointer;
	box-shadow: 2px 2px 2px 2px gray;
	border-radius: 4px;
	
}

.bottom {
	align-items: center;
	position: fixed;
	font-weight: 400;
	text-decoration: underline;
	font-size: 20px;
	align: center;
	color: #000;
	background-color: #FFF;
	bottom: 50px;
	right: 25px;
	z-index: 99;
	outline: none;
	padding: 11px;
	border-radius: 11px;
	
	
}

.main-image img {
	width: 50%;
	margin-left: 50%;
	
}

.image-body {
	text-align: center;
	
}

.image-body img {
	border-radius: 11%;
	
}

.center {
	clear: both;
	text-align: center;
	margin: 40px auto;
}

.box {
	vertical-align: top;
	width: 80%;
	align-content: center;
	align-items: center;
	
}

.info {
	text-align: center;
	clear: both;
	width: 35%;
	vertical-align: top;
	left: 15%;
	display: inline-block;
	
	
	
}

.image-box {
	width: 25%;
	margin: auto 100px;
	display: inline-block;
	
}

.image-center {
	width: 37%;
	clear: both; 
	text-align: center;
	
}

.image {
	width: 150px;
	display: inline-block;
	margin: 20px;
	
}

.image-line {
	margin: 50px auto 100px auto;
	
}

.feature {
	font-size: 28px;
	text-align: center;
	font-weight: 600;
	
}

.clear {
	clear: both;
	
}

.calendly-inline-widget {
	width: 100%;
	
}



@media only all and (max-width: 767px) {
	
.before,
.during,
.healing,
.healed {
	width: 90%;
	left: 5%;
		
	}
	
	
	body {
		background-image: none;
		background-color: #D5BDE5;
		
	}
	
	#wrapper {
		background-color: #000;
		border: none;
		margin: auto 5%;
		width: 90%;
		border-radius: 0;
	
	}	
	
	nav {
		width: 100%;
		clear: both;
		background-color: #000;
		font-weight: 200;
		
	}
	
	nav ul {
		margin: 6px 0;
		color: #D5BDE5;
		
	}
	
	nav li {
		display: block;
		text-align: center;
		width: auto;
		
	}
	nav a:link {
		font-size: 16px;
		
	}
	
	h1 {
		font-size: 24px;
		
	}
	
	h2 {
		font-size: 24px;
		
	}
	
	p {
		font-size: 18px;
		margin: auto;
		
	}
	
	p a {
		font-size: 18px;
		
	}
	
	section {
		width: 91.25%;
		left: 4.375%;
		
	}
	
	aside {
		width: 91.25%;
		
	}
	
	.box {
		vertical-align: top;
		margin-top: 50px;
		margin-bottom: 50px;
		
	}
	
	.info {
		display: block;
		width: 100%;
		transform: translateX(10%);
		
		
	}
	
	.image-box {
		width: 75%;
		margin: 40px auto;
		
	}

	.main-image img {
		width: 75%;
		margin-left: 12.5%;
		
	}
	
	footer {
		font-size: 16px;
		color: #FFF;
		
	}
	
	.calendly-inline-widget {
		width: 86.875%;
		
	}
	
	.o5PJ_9jHomezuy5op7Th {
		width: 30px;
		height: 30px;
		
	}
	
	.bottom {
		width: 30%;
		left: 35%;
		bottom: 25px;
		font-size: 12px;
		text-align: center;
		padding: 6px;
		
	}
	
} /* Closes 480 resolution */


@media only all and (min-width: 1024px) {
	
	
	
} /* Closes 1024 resolution */