@media only screen and (max-width: 768px) {
.text_full_width_container_three_columns {
	-moz-column-count: 2; /* Firefox */
	-webkit-column-count: 2; /* Safari and Chrome */
	column-count: 2;
}
}

@media only screen and (max-width: 640px) {
.text_full_width_container_two_columns {
	-moz-column-count: 1; /* Firefox */
	-webkit-column-count: 1; /* Safari and Chrome */
	column-count: 1;
}
.text_full_width_container_three_columns {
	-moz-column-count: 1; /* Firefox */
	-webkit-column-count: 1; /* Safari and Chrome */
	column-count: 1;
}
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 40/71) and (orientation:portrait) {
/* columns */
.text_full_width_container_two_columns {
	-moz-column-count: 1; /* Firefox */
	-webkit-column-count: 1; /* Safari and Chrome */
	column-count: 1;
}
.text_full_width_container_three_columns {
	-moz-column-count: 1; /* Firefox */
	-webkit-column-count: 1; /* Safari and Chrome */
	column-count: 1;
}
.footer {
	width: auto;
}
/* menu elements */
#navigation {
	height: auto;
	width: auto;
	/*clear: both;*/
	background-color: #008080;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-left: 0px;
	margin-right: 0px;
}
.nav {
	display: none;
}
#navigation select {
	display: inline-block;
	font-size: 24px;
}
/* text */
.text_heading {
	font-size: 3em;
}
.promising_care {
	font-size: 2.5em;
}
.text_body {
	font-size: 2em;
	line-height: 2em;
	margin-bottom: 2em;
}
.text_body_list {
	font-size: 2em;
	line-height: 2em;
	margin-bottom: 2em;
}
.text_body_span {
	font-size: 2em;
	line-height: 2em;
	margin-bottom: 2em;
}
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 40/71) and (orientation:landscape) {
/* columns */
.text_full_width_container_two_columns {
	-moz-column-count: 1; /* Firefox */
	-webkit-column-count: 1; /* Safari and Chrome */
	column-count: 1;
}
.text_full_width_container_three_columns {
	-moz-column-count: 1; /* Firefox */
	-webkit-column-count: 1; /* Safari and Chrome */
	column-count: 1;
}
.footer {
	width: auto;
}
/* menu elements */
#navigation {
	height: auto;
	width: auto;
	/*clear: both;*/
	background-color: #008080;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-left: 0px;
	margin-right: 0px;
}
.nav {
	display: none;
}
#navigation select {
	display: inline-block;
	font-size: 18px;
}
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 2/3) and (orientation:landscape) {
/* columns */
.text_full_width_container_two_columns {
	-moz-column-count: 1; /* Firefox */
	-webkit-column-count: 1; /* Safari and Chrome */
	column-count: 1;
}
.text_full_width_container_three_columns {
	-moz-column-count: 1; /* Firefox */
	-webkit-column-count: 1; /* Safari and Chrome */
	column-count: 1;
}
.footer {
	width: auto;
}
/* menu elements */
#navigation {
	height: auto;
	width: auto;
	/*clear: both;*/
	background-color: #008080;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-left: 0px;
	margin-right: 0px;
}
.nav {
	display: none;
}
#navigation select {
	display: inline-block;
	font-size: 18px;
}
}
