html, body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: "Segoe UI", "Helvetica Neue", sans-serif;
}
h1,h2,h3,h4,h5 {
	font-weight: normal;
}
nav {
	position: fixed;
	width: 100%;
	background: #fff;
	z-index: 1;
}
nav ul {
	list-style: none;
    	display: inline-flex;
    	width: 100%;
	padding: 0;
}
nav a {
	padding: 0.5em;
	font-size: 1.5em;
	/* color: #73B744; */
	color: #444;
}
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;
}
.header {
    width: 100%;
	height: 100%;
	position: relative;	
}
.header-logo {
    width: 100%;
    height: 100%; 
	background: url(../img/logo1main-20.min.png) center center no-repeat;
	background-size:  60%;
}
.header-policy {
	position: fixed;
	bottom: 0;
	background: #f0f0f0;
	color: #73B744;
	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;
}
.header-policy-button {
	padding: 0.5em 2em;
	background-color: #73B744;
	color: #f0f0f0;
	margin: 0.5em;
	max-height: 50px;
	cursor: pointer;
	flex: 0 0 auto;
	border:none;
	font-weight: bold;
}
.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,
.miljo {
	color: #000;
	padding: 2em;
	font-size: 2em;
	text-align: center;
}
.welcome-header {
	margin: 0.5em 0;
	text-align: center;
	font-size: 1em;
}
.welcome-body {
	font-size: 0.6em;
	text-align: center;
	margin: auto;
	max-width: 1000px;
}
.even {
	background: #f0f0f0;
	/* color: #73B744; */
	color: #444;
}
.even a {
	/* color: #73B744; */
	color: #444;
	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;
}
.staff, .members {
	color: #000;
}
.staff-card {
	border: 1px solid #f0f0f0;
	border-radius: 2px;
	display: inline-block;
	padding: 0.5em;
	margin-right: 0.5em;
	width: 700x;
    margin-top: 0.5em;
	text-align: left;
	background: #fff;
}
.staff-card-name {
	font-size: 1.5em;
	margin: 0.5em 0;
}
.staff-card-title {
	font-style: italic;
	font-size: smaller;
}
.staff-photo {
    background: #f0f0f0;
    text-align: center;
    color: #666;
}
.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; */
	background-color: #444;
	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;
	font-size: 1.5em;
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0;
}
@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) {
	.miljo {
		padding: 0;
	}
}
@media only screen and (orientation: landscape) {
	.header-logo {
		background-size: 40%;
	}
}