/*
  acupuncture.css
*/

.a_section {
	width:90%;
	clear:both;
	margin-top:30px;
	padding-top:20px;
	padding-bottom:50px;
	margin-left:auto;
	margin-right:auto;
	border-bottom:1px solid #666;
}
.section_header {
	font-size:1em;	
	margin-bottom:40px;
	text-align:center;
	color: #666;
}
.section_blurb {
  display:flex;
  justify-content:center;
  align-items:center;
}
.no_border {
	border:none;
}
.read_more {
	text-align:center;
	font-size:1.2em;
}
.read_more a, label span {
	color:#de4444;
}
.read_more a:hover {
	font-style:italic;
}

#div_about_img {
	text-align:center;
	float:left;
	width:65%;
}
#div_about_img img {
	text-align:center;
	width:65%;
}
#div_about_blurb {
	float:left;
	width:90%;
	padding-left:5%;
	padding-right:5%;
	font-size:0.6em;
	line-height:1.3em;
	color:#000;
}

#div_acupuncture_img {
	text-align:center;
	width:50%;
}
#div_acupuncture_img img {
	text-align:center;
	width:60%;
}
#div_acupuncture_blurb {
	width:50%;
	padding-left:5%;
	padding-right:5%;
	font-size:0.6em;
	line-height:1.3em;
	color:#000;
}

#div_reflexology_img {
	text-align:center;
	float:left;
	width:50%;
}
#div_reflexology_img img {
	text-align:center;
	width:60%;
}
#div_reflexology_blurb {
	float:right;
	width:50%;
	padding-left:5%;
	padding-right:5%;
	font-size:0.6em;
	line-height:1.3em;
	color:#000;
}

#div_holistic_therapies_img {
	text-align:center;
	float:right;
	width:50%;
}
#div_holistic_therapies_img img {
	text-align:center;
	width:60%;
}
#div_holistic_therapies_blurb {
	width:50%;
	padding-left:5%;
	padding-right:5%;
	font-size:0.6em;
	line-height:1.3em;
	color:#000;
}

#div_facials_img {
	text-align:center;
	float:left;
	width:50%;
}
#div_facials_img img {
	text-align:center;
	width:60%;
}
#div_facials_blurb {
	float:right;
	width:50%;
	padding-left:5%;
	padding-right:5%;
	font-size:0.6em;
	line-height:1.3em;
	color:#000;
}

#div_acu_facial_img {
	text-align:center;
	float:right;
	width:50%;
}
#div_acu_facial_img img {
	text-align:center;
	width:60%;
}
#div_acu_facial_blurb {
	width:50%;
	padding-left:5%;
	padding-right:5%;
	font-size:0.6em;
	line-height:1.3em;
	color:#000;
}


/* Non-Retina */
@media screen and (-webkit-max-device-pixel-ratio: 1) {

}

/* Retina */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {

}

/* iPhone Portrait */
@media screen and (max-width:767px) and (orientation:portrait) {

.section_blurb {
  display:inline;
  justify-content:center;
  align-items:center;
}
.column_reverse {
	display:flex;
	flex-direction:column-reverse;
}

#div_about_img {
	width:80%;
	margin-left:10%;
	margin-bottom:20px;
}
#div_about_img img {
	width:100%;
}
#div_about_blurb {
	width:100%;
}

#div_acupuncture_img {
	width:80%;
	margin-bottom:20px;
}
#div_acupuncture_img img {
	width:100%;
}
#div_acupuncture_blurb {
	width:100%;
}

#div_reflexology_img {
	width:80%;
	margin-left:10%;
	margin-bottom:20px;
}
#div_reflexology_img img {
	width:100%;
}
#div_reflexology_blurb {
	width:100%;
}

#div_holistic_therapies_img {
	width:80%;
	margin-bottom:20px;
}
#div_holistic_therapies_img img {
	width:100%;
}
#div_holistic_therapies_blurb {
	width:100%;
}

#div_facials_img {
	width:80%;
	margin-left:10%;
	margin-bottom:20px;
}
#div_facials_img img {
	width:100%;
}
#div_facials_blurb {
	width:100%;
}

#div_acu_facial_img {
	width:80%;
	margin-bottom:20px;
}
#div_acu_facial_img img {
	width:100%;
}
#div_acu_facial_blurb {
	width:100%;
}

} 

/* iPhone Landscape */
@media screen and (max-width:767px) and (orientation:landscape) {

#div_about_img {
	width:100%;
	margin:0;
}
#div_about_img img {
	width:90%;
}
#div_about_blurb {
	width:100%;
	padding-right:0;
}

#div_acupuncture_img {
	width:100%;
	margin:0;
}
#div_acupuncture_img img {
	width:90%;
}
#div_acupuncture_blurb {
	width:100%;
	padding-right:0;
}

#div_reflexology_img {
	width:100%;
	margin:0;
}
#div_reflexology_img img {
	width:90%;
}
#div_reflexology_blurb {
	width:100%;
	padding-right:0;
}

#div_holistic_therapies_img {
	width:100%;
	margin:0;
}
#div_holistic_therapies_img img {
	width:90%;
}
#div_holistic_therapies_blurb {
	width:100%;
	padding-right:0;
}

#div_facials_img {
	width:100%;
	margin:0;
}
#div_facials_img img {
	width:90%;
}
#div_facials_blurb {
	width:100%;
	padding-right:0;
}

#div_acu_facial_img {
	width:100%;
	margin:0;
}
#div_acu_facial_img img {
	width:90%;
}
#div_acu_facial_blurb {
	width:100%;
	padding-right:0;
}

}

/* iPad Portrait */
@media screen and (min-width:768px) and (max-width:1024px) and (orientation:portrait) {

#div_about_img {
	width:100%;
	margin:0;
}
#div_about_img img {
	width:90%;
}
#div_about_blurb {
	width:100%;
	padding-right:0;
}

#div_acupuncture_img {
	width:100%;
	margin:0;
}
#div_acupuncture_img img {
	width:90%;
}
#div_acupuncture_blurb {
	width:100%;
	padding-right:0;
}

#div_reflexology_img {
	width:100%;
	margin:0;
}
#div_reflexology_img img {
	width:90%;
}
#div_reflexology_blurb {
	width:100%;
	padding-right:0;
}

#div_holistic_therapies_img {
	width:100%;
	margin:0;
}
#div_holistic_therapies_img img {
	width:90%;
}
#div_holistic_therapies_blurb {
	width:100%;
	padding-right:0;
}

#div_facials_img {
	width:100%;
	margin:0;
}
#div_facials_img img {
	width:90%;
}
#div_facials_blurb {
	width:100%;
	padding-right:0;
}

#div_acu_facial_img {
	width:100%;
	margin:0;
}
#div_acu_facial_img img {
	width:90%;
}
#div_acu_facial_blurb {
	width:100%;
	padding-right:0;
}

}

/* iPad Landscape */
@media screen and (min-width:768px) and (max-width:1024px) and (orientation:landscape) {

#div_about_img {
	width:100%;
	margin:0;
}
#div_about_img img {
	width:90%;
}
#div_about_blurb {
	width:100%;
	padding-right:0;
}

#div_acupuncture_img {
	width:100%;
	margin:0;
}
#div_acupuncture_img img {
	width:90%;
}
#div_acupuncture_blurb {
	width:100%;
	padding-right:0;
}

#div_reflexology_img {
	width:100%;
	margin:0;
}
#div_reflexology_img img {
	width:90%;
}
#div_reflexology_blurb {
	width:100%;
	padding-right:0;
}

#div_holistic_therapies_img {
	width:100%;
	margin:0;
}
#div_holistic_therapies_img img {
	width:90%;
}
#div_holistic_therapies_blurb {
	width:100%;
	padding-right:0;
}

#div_facials_img {
	width:100%;
	margin:0;
}
#div_facials_img img {
	width:90%;
}
#div_facials_blurb {
	width:100%;
	padding-right:0;
}

#div_acu_facial_img {
	width:100%;
	margin:0;
}
#div_acu_facial_img img {
	width:90%;
}
#div_acu_facial_blurb {
	width:100%;
	padding-right:0;
}

}