

/* the styles for the elements */
* {
	margin: 0;
	padding: 0;
}
html {
	background-color: #af79c9;
	/* background-image: url('../images/background.jpg'); */
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
}
body {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    width: 1200px;
    margin: 0 auto;
    /*border: 3px solid #931420;*/
    background-color: rgba(235, 235, 235, 0.7);

}
img {
    margin-left: auto;
    margin-right: auto;
    display: block;
	padding: 0.75em;
}
p, blockquote {
	font-size: 120%;
}

h1, h2, h3, p, blockquote {
	text-align: center;
}

#book {
	text-align: center;
}

a:focus, a:hover {
	font-style: italic;
}
/* the styles for the header */
header {
	padding: 1.5em 0 4em 0;
	border-bottom: 3px solid #943481;
	/* background-image: url('../images/header.jpg'); */
}
header h2 {
	padding-top: 1em;
	font-size: 175%;
	color: rgb(59, 59, 59);
	text-align: center;
}
header h3 {
	font-size: 130%;
	font-style: italic;
	text-align: center;
}
header img {
	/* float: left; */
	padding: 0 30px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.shadow {
	text-shadow: 2px 2px 2px #943481;
}
/* the styles for the navigation menu */
#nav_menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 1.5em;
}
#nav_menu ul li {
	float: left;
}
#nav_menu ul li a {
    display: block;
	font-size: 120%;
    width: 82%;
	min-width: 82%;
    text-align: center;
    padding: 1em;
    text-decoration: none;
    color: rgb(49, 49, 49);
    font-weight: bold;
}
#nav_menu ul li a:hover {
	border-bottom: 2px solid #943481;
}
#nav_menu a.current {
	color: #943481;
}
#nav_menu ul ul {
    display: none;
    position: absolute;
    top: 100%;
}
#nav_menu ul ul li {
	float: none;
}
#nav_menu ul li:hover > ul {
	display: block;
}
#nav_menu > ul::after {
    content: "";
    clear: both;
    display: block;
}
/* the styles for the main content */
main {
	clear: left;
}

main h2 {
	padding-top: 1em;
	padding-bottom: 1em;
	text-align: center;
}

main blockquote {
	text-align: center;
}

main h3 {
	padding-top: 0.5em;
}

#allTreatments {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 95%;
}

/*div h3 {
    font-style: normal;
    letter-spacing: 1px;
	font-family: 'Cantata One',Georgia,"Times New Roman",serif;
}*/

div blockquote {
	font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
	font-weight: 500;
}

/*some formatting*/
.betterLineHeight {
	line-height: 2em;
}

/*styles for the social media buttons*/
.socials {
	text-decoration: none;
	padding: 0.9em;
	margin: 1em;
	border: 3px solid black;
	border-radius: 20px;
	color: lightgrey;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 1px;
}
#btnFb {
	background-color: #1877f2;
	border-color: #135bb9;
}
#btnInsta {
	background-color: #c0007a;
	border-color: #850054;
}
.flex-parent {
	display: flex;
}  
.jc-center {
	justify-content: center;
}

/* the styles for the footer */
footer {
	background-color: #943481;
	clear: both;

}
footer p {
	text-align: center;
	color: white;
	padding: 1em 0;
}
@media(min-width:480px){body{min-width: 50%}}