
@media (min-width: 1px){
	#HealingHands {

		display:none;
		text-align: center;
		align: center;
		margin: 10px;
		height:auto;
		widht:900px;
	}
	#navigation {
		vertical-align: middle;
		margin:auto;
		text-align:center;
/*		max-width: 1708px;*/
		width: 100%;
		/* max-width: */
		min-height: 60px;
		background-color: #F6EFE2;
		font-family: poppins-extralight,poppins,sans-serif;
/*		font-size: 24px;*/
		white-space: nowrap;
		line-height:60px;
	}
	* {
			font-family: poppins-extralight,poppins,sans-serif;
			font-size: 32px;
		}
	.flex-containerN {
			display: block;
/*			flex-wrap: wrap;*/
/*			flex-direction: row;*/
			justify-content: space-between;
	
		}
	.flex-childN {
			margin: 20px;
			width: 90%;
		}
	.flex-childN img {
			border-radius:50%;
		}
}

@media (min-width: 600px) {
	#HealingHands {
		height:auto;
		width:900px;
		display:block;
		text-align: center;
		align: center;
		top-margin: 10px;
		bottom-margin: 10px;
		margin-left: auto;
		margin-right: auto;
	}
	#navigation {
			vertical-align: middle;
			margin:auto;
			text-align:center;
			width:100%;
			max-width: 1708px;
			min-height: 60px;
			background-color: #F6EFE2;
			font-family: poppins-extralight,poppins,sans-serif;
/*			font-size: 24px;*/
			white-space: nowrap;
			line-height:60px;
		}
	* {
			font-family: poppins-extralight,poppins,sans-serif;
			font-size: 24px;
		}
	.flex-containerN {
			display: flex;
			flex-wrap: wrap;
			flex-direction: row;
			justify-content: space-between;
	
		}
	.flex-childN {
			margin: 20px;
			max-width: 40%;
			min-width: 300px;
		}
	.flex-childN img {
			border-radius:50%;
			
		}
}
.noBullet {
	list-style-type: none;
}
#container {
/*	max-width: 100%;*/
	min-width: 900px;

}

p {
	color: black;
	font-family: poppins-extralight,poppins,sans-serif;
/*	font-size: 24px;*/
}
h3 {
	color: #5C946F;
}
h2 {
	font-family: poppins-extralight,poppins,sans-serif;


}


.image {
	text-align: center;
	align: center;
	margin: 10px;
}
#header {
	align: center;
	text-align: center;
/*	font-size:24px;*/
	font-family: poppins-extralight,poppins,sans-serif;
}
	#header img {
		margin: 10px;
	}


 	#navigation a {
		padding:0px 10px;
		color: black;
		text-decoration: none;
	}
	
	#navigation a:link {
		padding:0px 10px;
		color: black;
		text-decoration: none;
	}
	#navigation a:visited {
		text-decoration: none;
		color:black;
		font-style:normal;
	}

#contentBackground {
	top-margin:0px;
	bottom-maring:0px;
	left-margin:auto;
	right-margin:auto;
	margin:auto;
	max-width:1708px;
	background-color: #E3F2F3;

}
#content {
	padding:10px;
	min-width: 900px;
	max-width: 1600px;
	width: 90%;	
	margin: auto;
	justify-content: center;
	font-family: poppins-extralight,poppins,sans-serif;
	background-color: #E3F2F3;
/*	font-size: 24px;*/
}
	#content img {
		margin:auto;
		display:block;
		
	}
	#content p {
		color: black;
		font-family: poppins-extralight,poppins,sans-serif;
/*		font-size: 24px;*/

	}
	#content h3 {
		color: #5C946F;
		font-size: 32px;
	}
	#content ul  li  a:link {
				color:black
			}
	#content ul li  a:visited {
				color:black
			}
		
	

#links h2 { 
			font-size:30px;
			text-align: center;
		}

		#links h3 {
		
	       		color: #5C946F;
		}

.twoRow {

}
#footer {
	margin:auto;
	max-width: 1708px;
	justify-content: center;
	background-color: #F6EFE2;
}


.class {
}

.flex-container3 {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: center;
}
.flex-child3 {
	width: 300px;
	justify-content: center;
}
	.flex-child3  a  img {
		margin-bottom:10px;
}


a:link.plain {

/*	font-size: 24px;*/
	text-decoration: none;
	color: black;
}
a:visited.plain {

/*	font-size:24px;*/
	text-decoration: none;
	color: black;
}

a:link.shadow, a:visited.shadow {
		margin-left: 10px;
		border-style: solid;
/*		font-size: 24px;*/
		text-decoration: none;
		color: black;
		border-color: rgb(236,224,197);
		box-shadow: -10px +10px  rgb(246,239,226);
}
a:hover.shadow {

		border-style: solid;
		border-width: 2px;
		border-color: rgba(176, 169,134,1);
		box-shadow: -10px +10px rgba(176, 169, 134,1);
	
		border-color: rgba(176, 169,134,1);
/*		font-size:24px;*/
		text-decoration: none;
/*		color: rgba(176,169,134,1)*/
		color: black;

}

.flex-container {
	width:80%;
	flex-wrap: wrap;
	flex-direction:row;
	display: flex;
/*	order:1;*/
	/*	align-items: center; 
	justify-content: center;
	*/
}

.flex-container2 {
	width:80%;
	flex-wrap: nowrap;
	flex-direction:row;
	display: flex;
/*	align-items: center; 
	justify-content: center;
	*/
}
.flex-child2-image {
	width:300px;
	order:2;
}
	.flex-child2-image img {
	        margin: 10px;
	}
.flex-child2-image-alt {
	width:234px;
	max-width: 40%;
	left-padding:20px;
	padding-right:40px;
	order:-1;
}
.flex-child2-image-alt img {
	        margin: 10px;
	
}	


.flex-child2-text { 
	order:1;
	flex-shrink: 1;
	max-width: 60%;
/*	min-width:400px;*/
}

.flex-child2 {
	text-justify: center;

	margin:auto;
}
.flex-child2 ul {
		list-style-type: none;
	
}


.flex-childN50 {
	margin: 20px;
	max-width: 45%;
	min-width: 300px;

}
.flex-childN50 img {
		border-radius:50%;
}

