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

body {
	background-color: #D9D4CB;
}
.navbar .navbar-nav {
    display: inline-block;
    float: none;
}
.navbar .navbar-collapse {
    text-align: center;
}
footer {
	background-color: #D9D4CB;
}
.Treatments_heading {
	font-family: 'Tangerine', cursive;
	font-size: 63px;
	color: #59514D;
	border-bottom: 2px solid #B0E9C2;
	display: inline-block;
	line-height: 35px;
}
.underline:hover,
.underline:focus,
.underline:active {
	border-bottom: 2px solid #B0E9C2;
	font-weight: 700;
}
.underline {
	border-bottom: 2px solid transparent;
	font-family: 'Nobile', sans-serif;
}
.panel-heading .panel-title a:hover,
.panel-heading .panel-title a:focus,
.panel-heading .panel-title a:active {
	text-decoration: none !important;
}
.row_skinny {
	margin: 10px 20px;
}
.jumbotron, h1 {
	border: transparent;
	text-align: center;
	margin-bottom: 5vh;
}
.jumbotron_corners {
	border-radius: 10px;
	border: solid 2px #59514D;
	background-color: rgba(191, 182, 170, 0.8);
}
.panel-heading {
	border: solid 2px rgba(191, 182, 170, 0.8) !important;
	text-align: center;
}
.panel-heading:hover,
.panel-heading:focus,
.panel-heading:active {
	border: solid 2px #59514D !important;
	background-color: #59514D;
	color: #B0E9C2;
}
.active {
	border: solid 2px #59514D !important;
	background-color: #59514D;
	color: #B0E9C2;
}
.accordian_row {
	width: 95vw !important;
	margin-left: 2.5vw !important;
}
.price_box {
	text-align: right;
}
.jumbotron_Heading {
	color: #59514D;
	font-family: 'Tangerine', cursive;
	font-size: 63px;
}