html, body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: "Segoe UI", Popins, sans-serif;
	font-size: 1rem;
}
h1,h2,h3,h4,h5 {
	font-weight: normal;
	text-transform: uppercase;
}
header {
	width: 100%;
	display: flex;
	justify-content: center;
	position: absolute;
	border-bottom: 2px solid #192c37;
}
section.header-policy {
	display:none;
	position: fixed;
	bottom: 0;
	background: #f0f0f0;
	color: #444;
	margin: 0 auto;
	padding: 1em;
	display: flex;
	align-items: center;
	align-content: space-between;
	justify-content: space-around;
	width: 100%;
	box-sizing: border-box;
	border-top: 1px solid #fff;
	z-index: 2;
	text-align: left;
}
section.header-policy a {
	text-decoration: underline;
	font-size: inherit;
}
.header-policy-button {
	padding: 0.5em 2em;
	background-color: #444;
	color: #f0f0f0;
	margin: 0.5em;
	max-height: 50px;
	cursor: pointer;
	flex: 0 0 auto;
	border:none;
	font-weight: bold;
}
nav {
	width: 100%;
	z-index: 1;
	display: flex;
	/* max-width: 700px; */
	justify-content: center;
	background-color: #fff;
}
nav>.nav-brand {
	display: flex;
	text-shadow: 1px 1px #ccc;
}
nav>.nav-brand a {
	text-decoration: none;
	display: flex;
	align-items: center;
}
nav>.nav-brand img {
	max-height: 32px;
	max-width: 100%;
	padding: 0.5rem;
}
nav ul {
	list-style: none;
	display: none;
	width: 100%;
	padding: 0;
}
nav a {
	padding: 0.5em;
	font-size: 1.5em;
	color: #333;
}
nav a:hover {
	background: #f0f0f0;
}
nav li:first-child {
	margin-left: auto;
}
nav li:last-child {
	margin-right: auto;
}
.nav-target {
	margin-top: -4em;
	position:absolute;
}
main {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}
section {
	opacity: 1;
	color: #333;
	text-align: center;
	text-shadow: 1px 1px #ccc;
	padding: 2rem;
}
section a {
	color: #333;
	text-decoration: none;
	font-size: 1.3rem;
}
section a:hover {
	text-decoration: underline;
}
section ul {
	list-style: none;
	/* display: inline-flex; */
	width: 100%;
	padding: 0;
	margin: 0;
}
section li {
	padding: 0.5em;
}
section li:first-child {
	margin-left: auto;
}
section li:last-child {
	margin-right: auto;
}
section p {
	font-size: 1.2rem;
}
section h2 {
	font-size: 1.3rem;
}
.logo {
	font-size: 7rem;
}
.content {
	margin: 0 auto;
	padding: 1em;
	position: relative;
}
.content-wrap {
	max-width: 70%;
	margin: 0 auto;
	font-size: 1.2em;
}
.content img {
	width: 100%;
	max-width: 700px;
}
.row {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 auto;
}
.focus {
	color: #000;
	padding: 2em;
	font-size: 2em;
	text-align: center;
}
.even {
	background: #f0f0f0;
	color: #73B744;
}
.even a {
	color: #73B744;
	text-decoration: none;
}
.even a:hover {
	text-decoration: underline;
}
.adress {

}
.adress-block {
	margin: auto;
}
.adress-text {
	display: inline-block;
}
.flip-y {
	transform: rotateY(180deg);
}
.r-space {
	margin-right: 0.5em;
	margin-bottom:  0.5em;
	margin-top:  0.5em;
}
ul.included, ul.membership {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-top: 2rem;
}
.included li, .membership li {
	display:flex;
	flex-direction: column;
	width: 250px;
	margin: 0;
	cursor: pointer;
	border: 1px solid transparent;
	position: relative;
}
.membership li:hover {
	border: 1px solid #f0f0f0;
	background-color: #f0f0f0;
}
.included li:first-child, .membership li:first-child {
	margin-left: 0;
}
.included li:last-child, .membership li:last-child {
	margin-right: 0;
}
.included li > i {
	font-size: 2rem;
}
.included li > span {
	font-size: 1.5rem;
}
.included-info {
	display: none;
	position: absolute;
    top: 100%;
    background-color: #f0f0f0;
    z-index: 2;
    border: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
    width: 250px;
    text-align: left;
    padding: 8px;
    margin: -9px;
}
.included-info p {
	font-size: 0.9rem;
}
.closeInfo {
	position: absolute;
    right: 0.5em;
	top: 0;
	display: none;
}
.showInfo, .clickInfo {
	background-color: #f0f0f0;
	border: 1px solid #f0f0f0;
}
.showInfo .included-info,
.clickInfo .included-info,
.clickInfo .closeInfo {
	display: block;
}

section.welcome {
	padding: 8rem 2rem 6rem 2rem;
	background: url(../img/bg-fade.png) center center no-repeat;
	background-size: cover;
	border-bottom: 1px solid #192c37;
	margin-top: 4.5rem;
}
section.call {
	background-color: #f0f0f0;
	padding: 0.5rem;
}
section.call p {
	font-size: 1.5rem;
	font-style: italic;
}
section.map {
	padding: 0;
}
.map iframe {
	height: 300px;
}
.staff, .members {
	color: #000;
}
.card {
	/* border: 1px solid #f0f0f0; */
	border-radius: 2px;
	display: inline-block;
	padding: 0.5em;
	min-width: 150px;
	max-width: 250px;
	/* text-align: left; */
	background: #fff;
	height: 100%;
}
.card-name {
	font-size: 1.5em;
	margin: 0.5em 0;
}
.card-title {
	font-style: italic;
	font-size: smaller;
}
.card-photo {
    text-align: center;
	color: #000;
	font-size: 8rem;
}
.card-photo img {
	width: 100%;
}
.member {
	padding: 2em;
    background: #fff;
	margin: 1em;
	text-align: center;
}
.member img {
	display: inline-block;
	width: 200px;
	vertical-align: middle;
}
.treatments ul {
	font-size: 1.2em;
}

footer {
	min-height: 100px;
	background-color: #73B744;
	color: #f0f0f0;
	padding: 0.5em;
	text-align: center;
}
footer a {
	color: #f0f0f0;
	text-decoration: none;
}
footer a:hover {
	text-decoration: underline;
}
footer .row {
	padding: 2em;
}
@media only screen and (max-width: 1000px) {
	.content-wrap {
		max-width: 80%;
	}
}

@media only screen and (max-width: 900px) {
	.content-wrap {
		max-width: 90%;
	}
}
@media only screen and (max-width: 700px) {
	.header {
		/*-webkit-background-size: contain;
		-moz-background-size: contain;
		-o-background-size: contain;
		background-size: contain;*/
	}
}