@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	background: #fff;
	text-align: center;
	font-size: 1em;
}

* {box-sizing:border-box}  /* 100% width 2% padding  */

#container {
	width: 100%;	
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top:1%;	
	font-size: 100%;	
}

p {
	margin-bottom: 3%;	
}

h1 {			
	padding-top: .5%;
	padding-bottom: 2%;
	color:#0a4d68;				
	font-weight: bold;		
	line-height:130%;
}

h2 {		
	padding-top: 1%;
	padding-bottom: 2%;
	color:#146C94;					
	font-weight: bold;		
}

h3 {			
	padding-top: 1%;
	padding-bottom: 2%;
	color:#146C94;				
	font-weight: bold;		
	line-height:130%;
}

h3 a:link, h3 a:visited, h3 a:hover, h3 a:active {		
	color: #146C94;
	text-decoration: none;
}

h4 {		
	padding-top: 3%;
	padding-bottom: 3%;
	color:#146C94;				
	font-weight: bold;		
}

#topHolder {
	float: left;
	width:100%;	
	padding-top:2%;	
	padding-bottom:2%;
	padding-left:3%;
	padding-right:3%;
}

.topHolderLeft {
	float: left;	
	text-align:left;
}

.topHolderRight {
	float: right;
	width:10%;
	text-align:right;
	padding-top:2%;
}

titleName {
	font-weight: bold;		
	color: #0a4d68;					
}

titleName a:link, titleName a:visited, titleName a:hover, titleName a:active {
	font-weight: bold;		
	color: #0a4d68;	
	text-decoration: none;				
}

topDesc {
	float:left;		
	font-weight: normal;			
	color: #146C94;
	font-size: 95%;
	padding-top:1.5%;
	padding-left:2%;
}

.topnav {
  	overflow: hidden;  	
  	position: relative;
	background: #fff;
  	color:#0a4d68; 	
	text-align:left;
	font-weight: normal;
	padding-top:0%;
	padding-bottom:2%;
	padding-left:2%; 	
	font-size: 100%;  								
}

.topnav a {
	display: block;
	background: #fff;
	color: #0a4d68;				
	text-align: left;
	text-decoration: none;
	margin-top: 2%;	
	margin-right: 2%;	
	padding-top: 0%;
	padding-bottom: 0%;	
	padding-left:2%;
	padding-right:2%;	
}	

.topnav a:hover {
  background: #fff;
  color: #0a4d68;  
}

.topnav a:active {
  background: #fff;
  color: #0a4d68;  
}

.topnav a.icon {
  background: #fff;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  text-shadow: #fff 0px 0px 0px;	
  font-weight:normal;	
  margin-top: 3%;		
}

.topnav #myLinks {
  display: none; 
  margin-top:8%;   
}

.topnav #myLinks a {  
  background: #0a4d68;
  color: #fff; 
  padding-top:4%; 
  padding-bottom:3%;  
  padding-left:4%;  
  border: 1px solid #000;
  font-size: 105%;
}

.topnavWhite a {	
	color: #000;	
	background: #fff;	
}

a:link {
	text-decoration: none;
	color: #0A8C94;
}

a:visited {
	text-decoration: none;
	color:#0A8C94;
}

a:hover {
	text-decoration: underline;
	color:#0A8C94;
}

a:active {
	text-decoration: underline;
	color:#0A8C94;
}

.active {
  background: #ddd;
  color: #000;  
}

.active a {
  background: #ddd;
  color: #000;    
}

.mobMenu {
	background-image: url(../images/menu.png);
	background-size: cover;	
	height:40px;
	width:40px;		
}

.banner {
	width: 100%;
	float: left;
	text-align: center;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;		
	padding-top:3%;
	padding-bottom:2.75%;
	background-color: #0a4d68;
	font-weight:bold;	
}

.banner a:link {
	text-decoration: none;
	color:#fff;
	background-color: #0a4d68;	
}

.banner a:visited {
	text-decoration: none;
	color:#fff;
	background-color: #0a4d68;	
}

.banner a:hover {
	text-decoration: none;
	color:#fff;
	background-color: #0a4d68;	
}

.banner a:active {
	text-decoration: none;
	color:#fff;
	background-color: #0a4d68;	
}

#content {
	width: 100%;
	float:left;
	text-align: left;		
	padding-top:2%;
	padding-left:3%;
	padding-right:3%;
	line-height: 150%;	
}

.justifyContent {
	float:left;
	width:97%;
	text-align:justify;
}

.homePageImage {
	float: left;	
	width: 100%;
	height: 653px;		
	background-image: url(../images/therapist.png);		
	background-position: center top;
	background-repeat: no-repeat;			
}  

.childrenPageImage {
	float: left;	
	width: 100%;
	height: 653px;		
	background-image: url(../images/children.png);		
	background-position: center top;
	background-repeat: no-repeat;			
}  

.teenPageImage {
	float: left;	
	width: 100%;
	height: 624px;		
	background-image: url(../images/teenager.png);		
	background-position: center top;
	background-repeat: no-repeat;			
}  

.womanPageImage {
	float: left;	
	width: 100%;
	height: 624px;		
	background-image: url(../images/woman.png);		
	background-position: center top;
	background-repeat: no-repeat;			
}  

picture {	
	float:left;
	width: 100%;								
}
	
picture > * {
		max-width: 100%;
}

.pageDesc {
	float: left;
	width:100%;
	padding-top: 2%;
	padding-bottom: 1%;
	text-align:left;	
}

.imageLinkHolder {
	float: left;
	width:100%;		
}

.spacer {
	float:left;
	width:100%;
	padding-top:2%;
}

.spacerMedium {
	float:left;
	width:100%;
	padding-top:3%;
}

.spacerLarge {
	float:left;
	width:100%;
	padding-top:5%;
}

img {
  border: 1px solid #000;
}

.imgNoBorder {	
	border: 0px solid #fff;
}

.imgRightNoBorder {	
	float:right;
	border: 0px solid #fff;		
	padding-left: 5%;
}

.imgVertNoBorder {	
	border: 0px solid #fff;
	vertical-align:middle;
}

.imgHolder {
  display: block;
  margin-left: auto;
  margin-right: auto; 
  padding-top:4%; 
  padding-bottom:2%; 
}

.imageCenter {
		width:100%;
		float:left;
		text-align:center;		
}

bold {
	font-weight: bold;		
	color: #000000;
}

phone {
	font-size:100%;
}

span {
	padding-left:3%;
	padding-right:3%;
}

.listHolder {
	float: left;
	width: 100%;	
	clear: right;
}

ul {	
	font-size: 100%;		
}

ul li {
	float: left;
	text-align: left;
	line-height: 150%;
	list-style-type: square;
	margin-left: 5%;
	padding-bottom: 2%;	
	color: #000;	
}

.round-button {
	position: relative;
	margin-right: auto;
	margin-left: auto;	
  background-color: #0a4d68; /* Green */
  width:85%;  
  color: #fff;
  padding-top: 2.5%; 
  padding-bottom: 2%;  
  text-align: center;
  text-decoration: none;
  display: inline-block;   
  border-radius: 20px;
  border:1px solid #CCC;
  font-weight: bold;
}

.round-button a:link {
  background-color: #0a4d68;
  color: #fff;  
}

.round-button:hover {
  background-color: #0a4d68;
  color: #fff;
}

.round-button a:visited {
  background-color: #0a4d68; /* Green */    
  color: #fff;
}

.bottom-button a:link {
  float:left;
  background-color: #fff; /* Green */
  width:100%;  
  color: #146C94;
  padding-top: 2.5%; 
  padding-bottom: 2%;  
  text-align: center;
  text-decoration: none;  
  font-size: 100%;  
  font-weight: bold;
  margin-bottom:2%;
}

.bottom-button a:hover {
  float:left;
  background-color: #fff; /* Green */
  width:100%;  
  color: #146C94;
  padding-top: 2.5%; 
  padding-bottom: 2%;  
  text-align: center;
  text-decoration: none;  
  font-size: 100%;  
  font-weight: bold;
  margin-bottom:2%;
}

.bottom-button a:visited {
  float:left;
  background-color: #fff; /* Green */
  width:100%;  
  color: #146C94;
  padding-top: 2.5%; 
  padding-bottom: 2%;  
  text-align: center;
  text-decoration: none;  
  font-size: 100%;  
  font-weight: bold;
  margin-bottom:2%;
}

.footer {
	width: 100%;
	float: left;
	text-align: center;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;		
	padding-top:3%;
	padding-bottom:2.75%;
	background-color: #0a4d68;
	font-weight:bold;	
}

.footer a:link {
	text-decoration: none;
	color:#fff;
	background-color: #0a4d68;	
	padding-left:5%;
	padding-right:5%;
	font-size: 100%;
}

.footer a:visited {
	text-decoration: none;
	color:#fff;
	background-color: #0a4d68;	
	padding-left:5%;
	padding-right:5%;
}

.footer a:hover {
	text-decoration: none;
	color:#fff;
	background-color: #0a4d68;	
	padding-left:5%;
	padding-right:5%;
}

.footer a:active {
	text-decoration: none;
	color:#fff;
	background-color: #0a4d68;	
	padding-left:5%;
	padding-right:5%;
}

.therapistHolder {
	float:left;
	width:100%;
}

.therapistHolderLeft {
	float:left;
	width:50%;
}

.therapistHolderRight {
	float:left;
	width:47%;
	padding-top:1%;
	padding-left:2%;
	padding-right:1%;
	text-align:center;
}

.addressHolder {
	float:left;
	width:100%;
	padding-top:3%;
	font-size:100%;	
}

.addressHolder a:link {
	text-decoration: none;
	color:#000;	
}

.addressHolder a:visited {
	text-decoration: none;
	color:#000;	
}

.addressHolder a:hover {
	text-decoration: none;
	color:#000;	
}

.addressHolder a:active {
	text-decoration: none;
	color:#000;	
}


@media screen and (max-width: 912px) {

titleName {		
	font-size: 300%;
}

topDesc {	
	font-size:200%;	
	padding-top:1.5%;	
}

.mobMenu {
	background-image: url(../images/menu.png);	
	height:60px;
	width:60px;			
}

.banner a:link {	
	font-size:200%;
}

#content {		
	font-size:200%;		
}	

.homePageImage {	
	background-image: url(../images/therapist.png);	
	height: 650px;			
}

.childrenPageImage {			
	background-image: url(../images/children.png);		
	height: 625px;			
}  

.teenPageImage {				
	background-image: url(../images/teenager.png);		
	height: 625px;			
}  

.womanPageImage {				
	background-image: url(../images/woman.png);		
	height: 625px;			
}  

h1 {	
	font-size: 110%;		
}

h3 {
	font-size: 105%;		
}

.round-button a:link {
 	font-size:200%;	
}

.footer a:link {	
	font-size: 150%;
}

.addressHolder {	
	font-size:175%;	
}
	
}

@media screen and (max-width: 820px) {

titleName {		
	font-size: 250%;
}

topDesc {	
	font-size:170%;			
}

.banner a:link {	
	font-size:180%;
}

#content {		
	font-size:170%;		
}	

.homePageImage {	
	background-image: url(../images/therapist-karen-820.png);	
	height: 635px;			
}

.childrenPageImage {			
	background-image: url(../images/children-820.png);			
	height: 540px;			
}  

.teenPageImage {				
	background-image: url(../images/teenager-820.png);		
	height: 540px;			
}  

.womanPageImage {				
	background-image: url(../images/woman-820.png);		
	height: 540px;			
}  

h1 {	
	font-size: 120%;		
}

h2 {	
	font-size: 110%;		
}

h3 {	
	font-size: 115%;		
}

h4 {
	font-size: 100%;		
}

.addressHolder {	
	font-size:150%;	
}
	
}

@media screen and (max-width: 768px) {

titleName {		
	font-size: 250%;
}

topDesc {	
	font-size:160%;			
}

.banner a:link {	
	font-size:170%;
}

#content {		
	font-size:170%;		
}	

.homePageImage {	
	background-image: url(../images/therapist-karen-768.png);	
	height: 595px;				
}

.childrenPageImage {			
	background-image: url(../images/children-768.png);			
	height: 510px;			
}  

.teenPageImage {				
	background-image: url(../images/teenager-768.png);		
	height: 505px;			
} 

.womanPageImage {				
	background-image: url(../images/woman-768.png);		
	height: 505px;			
}   

h1 {	
	font-size: 120%;		
}

h2 {	
	font-size: 105%;		
}

h3 {	
	font-size: 110%;		
}

h4 {
	font-size: 100%;		
}

.round-button {
 	font-size:90%;	
}

.addressHolder {	
	font-size:150%;	
}
	
}

@media screen and (max-width: 720px) {

titleName {		
	font-size: 240%;
}

topDesc {	
	font-size:155%;		
}

.banner a:link {	
	font-size:170%;
}

#content {		
	font-size:160%;		
}	

.homePageImage {	
	background-image: url(../images/therapist-karen-720.png);	
	height: 558px;				
}

.childrenPageImage {			
	background-image: url(../images/children-720.png);			
	height: 475px;			
}  

.teenPageImage {				
	background-image: url(../images/teenager-720.png);		
	height: 475px;			
}  

.womanPageImage {				
	background-image: url(../images/woman-720.png);		
	height: 475px;			
}  

h1 {	
	font-size: 120%;		
}

h2 {	
	font-size: 110%;		
}

h3 {	
	font-size: 115%;		
}

h4 {
	font-size: 100%;		
}

.round-button {
 	font-size:90%;	
}

.addressHolder {	
	font-size:140%;	
}
	
}

@media screen and (max-width: 640px) {

titleName {		
	font-size: 180%;
}

topDesc {	
	font-size:120%;		
}

.mobMenu {
	background-image: url(../images/menu.png);	
	height:50px;
	width:50px;		
}

.banner a:link {	
	font-size:140%;
}

#content {		
	font-size:160%;		
}	

.homePageImage {	
	background-image: url(../images/therapist-karen-640.png);	
	height: 496px;				
}

.childrenPageImage {			
	background-image: url(../images/children-640.png);		
	height: 425px;			
}  

.teenPageImage {				
	background-image: url(../images/teenager-640.png);		
	height: 420px;			
} 

.womanPageImage {				
	background-image: url(../images/woman-640.png);		
	height: 420px;			
}   

h1 {	
	font-size: 100%;		
}

h2 {	
	font-size: 100%;		
}

h3 {	
	font-size: 105%;		
}

h4 {
	font-size: 95%;		
}

.round-button {
 	font-size:90%;	
}

.addressHolder {	
	font-size:140%;	
}

}

@media screen and (max-width: 600px) {

#topHolder {	
	padding-bottom:1.5%;	
}

.topHolderRight {	
	padding-top:.5%;
}

titleName {		
	font-size: 200%;
}

topDesc {	
	font-size:125%;		
}

.mobMenu {
	background-image: url(../images/menu.png);	
	height:50px;
	width:50px;		
}

.banner a:link {	
	font-size:140%;
}

#content {		
	font-size:160%;		
}	

.homePageImage {	
	background-image: url(../images/therapist-karen-600.png);	
	height: 465px;	
}

.childrenPageImage {			
	background-image: url(../images/children-600.png);		
	height: 395px;			
}  

.teenPageImage {				
	background-image: url(../images/teenager-600.png);		
	height: 395px;			
} 

.womanPageImage {				
	background-image: url(../images/woman-600.png);		
	height: 395px;			
}   

h1 {	
	font-size: 100%;		
}

h2 {	
	font-size: 100%;		
}

h3 {	
	font-size: 100%;		
}

h4 {
	font-size: 100%;		
}

.round-button {
 	font-size:80%;	
}

.addressHolder {	
	font-size:140%;	
}
	
}

@media screen and (max-width: 540px) {

titleName {		
	font-size: 170%;
}

topDesc {	
	font-size:120%;		
}

.mobMenu {
	background-image: url(../images/menu.png);	
	height:40px;
	width:40px;		
}

.banner a:link {	
	font-size:125%;
}

#content {		
	font-size:110%;		
}	

.homePageImage {	
	background-image: url(../images/therapist-karen-540.png);	
	height: 419px;			
}

.childrenPageImage {			
	background-image: url(../images/children-540.png);			
	height: 355px;			
}  

.teenPageImage {				
	background-image: url(../images/teenager-540.png);		
	height: 355px;			
}  

.womanPageImage {				
	background-image: url(../images/woman-540.png);		
	height: 355px;			
}  

h1 {	
	font-size: 125%;		
}

h2 {	
	font-size: 110%;		
}

h3 {	
	font-size: 115%;		
}

h4 {
	font-size: 100%;		
}

.round-button {
 	font-size:75%;	
}

.footer a:link {	
	font-size: 120%;
}

.addressHolder {	
	font-size:100%;	
}
	
}

@media screen and (max-width: 480px) {

titleName {		
	font-size: 150%;
}

topDesc {	
	font-size:100%;		
}

.banner a:link {	
	font-size:110%;
}

#content {		
	font-size:110%;		
}	

.homePageImage {	
	background-image: url(../images/therapist-karen-480.png);	
	height: 372px;				
}

.childrenPageImage {			
	background-image: url(../images/children-480.png);	
	height: 318px;			
}  

.teenPageImage {				
	background-image: url(../images/teenager-480.png);		
	height: 315px;			
}  

.womanPageImage {				
	background-image: url(../images/woman-480.png);		
	height: 315px;			
}  

h1 {	
	font-size: 115%;		
}

h2 {	
	font-size: 100%;		
}

h3 {	
	font-size: 100%;		
}

h4 {
	font-size: 100%;		
}

.round-button {
 	font-size:65%;	
}

.footer a:link {	
	font-size: 110%;
}

.addressHolder {	
	font-size:100%;	
}
	
}

@media screen and (max-width: 424px) {

titleName {		
	font-size: 150%;
}

topDesc {	
	font-size:95%;		
}

.mobMenu {
	background-image: url(../images/menu.png);	
	height:30px;
	width:30px;		
}

.banner a:link {	
	font-size:110%;
}

#content {		
	font-size:110%;		
}	

.homePageImage {	
	background-image: url(../images/therapist-karen-425.png);	
	height: 325px;				
}

.childrenPageImage {			
	background-image: url(../images/children-425.png);		
	height: 280px;			
}  

.teenPageImage {				
	background-image: url(../images/teenager-425.png);		
	height: 280px;			
}  

.womanPageImage {				
	background-image: url(../images/woman-425.png);		
	height: 280px;			
}  

h1 {	
	font-size: 115%;		
}

h2 {
	font-size: 100%;		
}

h3 {
	font-size: 100%;		
}

h4 {
	font-size: 100%;		
}

.round-button {
 	font-size:60%;	
}

.footer a:link {	
	font-size: 100%;
}

.addressHolder {	
	font-size:100%;	
}
	
}

@media screen and (max-width: 414px) {

titleName {		
	font-size: 150%;
}

topDesc {	
	font-size:95%;		
}

.mobMenu {
	background-image: url(../images/menu.png);	
	height:30px;
	width:30px;		
}

.banner a:link {	
	font-size:105%;
}

#content {		
	font-size:110%;		
}	

.homePageImage {	
	background-image: url(../images/therapist-karen-425.png);
	height: 320px;					
}

.childrenPageImage {			
	background-image: url(../images/children-425.png);		
	height: 280px;			
}  

.teenPageImage {				
	background-image: url(../images/teenager-425.png);		
	height: 280px;			
}  

.womanPageImage {				
	background-image: url(../images/woman-425.png);		
	height: 280px;			
}  

h1 {	
	font-size: 105%;		
}

h2 {
	font-size: 100%;		
}

h3 {
	font-size: 100%;		
}

h4 {
	font-size: 100%;		
}

.round-button {
 	font-size:60%;	
}

.footer a:link {	
	font-size: 90%;
}

.addressHolder {	
	font-size:100%;	
}
	
}

@media screen and (max-width: 400px) {

titleName {		
	font-size: 135%;
}

topDesc {	
	font-size:90%;		
}

.banner a:link {	
	font-size:95%;
}

#content {		
	font-size:95%;		
}

.homePageImage {	
	background-image: url(../images/therapist-karen-400.png);
	height: 310px;				
}

.childrenPageImage {			
	background-image: url(../images/children-400.png);	
	height: 265px;			
}  

.teenPageImage {				
	background-image: url(../images/teenager-400.png);		
	height: 265px;			
}  

.womanPageImage {				
	background-image: url(../images/woman-400.png);		
	height: 265px;			
}  

h1 {	
	font-size: 110%;		
}

h2 {
	font-size: 100%;		
}

h3 {
	font-size: 100%;		
}

h4 {
	font-size: 100%;		
}

.round-button {
 	font-size:40%;	
}

.footer a:link {	
	font-size: 90%;
}

.addressHolder {	
	font-size:85%;	
}
	
}

@media screen and (max-width: 384px) {

titleName {		
	font-size: 135%;
}

topDesc {	
	font-size:90%;		
}

.banner a:link {	
	font-size:90%;
}

#content {		
	font-size:95%;		
}

.homePageImage {	
	background-image: url(../images/therapist-karen-400.png);
	height: 310px;				
}

.childrenPageImage {			
	background-image: url(../images/children-400.png);		
	height: 250px;			
}  

.teenPageImage {				
	background-image: url(../images/teenager-400.png);		
	height: 250px;			
}  

.womanPageImage {				
	background-image: url(../images/woman-400.png);		
	height: 250px;			
}  

h1 {	
	font-size: 110%;		
}

h2 {
	font-size: 100%;		
}

h3 {
	font-size: 100%;		
}

h4 {
	font-size: 100%;		
}

.round-button {
 	font-size:40%;	
}

.addressHolder {	
	font-size:80%;	
}
	
}

@media screen and (max-width: 375px) {

titleName {		
	font-size: 135%;	
}

topDesc {	
	font-size:90%;		
}

.mobMenu {	
	height:30px;
	width:30px;		
}

.banner a:link {	
	font-size:90%;
}

h1 {	
	font-size: 105%;		
}

h2 {
	font-size: 100%;		
}

h3 {
	font-size: 100%;		
}

h4 {
	font-size: 100%;		
}

#content {		
	font-size:95%;	
}

.homePageImage {	
	background-image: url(../images/therapist-karen-400.png);	
	height:310px;				
}

.childrenPageImage {			
	background-image: url(../images/children-400.png);		
	height: 245px;			
}  

.teenPageImage {				
	background-image: url(../images/teenager-400.png);		
	height: 245px;			
}  

.womanPageImage {				
	background-image: url(../images/woman-400.png);		
	height: 245px;			
}  

.round-button {
 	font-size:40%;	
}

.addressHolder {	
	font-size:85%;	
}
	
}

@media screen and (max-width: 360px) {

titleName {		
	font-size: 130%;	
}

topDesc {	
	font-size:80%;			
}

.mobMenu {	
	height:30px;
	width:30px;		
}

.banner a:link {	
	font-size:85%;
}

h1 {	
	font-size: 105%;		
}

h2 {
	font-size: 100%;		
}

h3 {
	font-size: 100%;		
}

h4 {
	font-size: 100%;		
}

#content {		
	font-size:90%;	
}

.homePageImage {	
	background-image: url(../images/therapist-karen-360.png);		
	height: 280px;	
}

.childrenPageImage {			
	background-image: url(../images/children-360.png);
	height: 235px;			
}  

.teenPageImage {				
	background-image: url(../images/teenager-360.png);		
	height: 235px;			
}  

.womanPageImage {				
	background-image: url(../images/woman-360.png);		
	height: 235px;			
}  

.round-button {
 	font-size:40%;	
}

.addressHolder {	
	font-size:80%;	
}
	
}

@media screen and (max-width: 320px) {

titleName {		
	font-size: 120%;	
}

topDesc {	
	font-size:70%;			
}

.mobMenu {	
	height:30px;
	width:30px;		
}

.banner a:link {	
	font-size:90%;
}

#content {		
	font-size:85%;	
}

.homePageImage {	
	background-image: url(../images/therapist-karen-320.png);	
	height: 250px;		
}

.childrenPageImage {			
	background-image: url(../images/children-320.png);		
	height: 212px;			
}  

.teenPageImage {				
	background-image: url(../images/teenager-320.png);		
	height: 212px;			
}  

.womanPageImage {				
	background-image: url(../images/woman-320.png);		
	height: 212px;			
}  

h1 {	
	font-size: 105%;		
}

h2 {
	font-size: 100%;		
}

h3 {
	font-size: 100%;		
}

h4 {
	font-size: 100%;		
}

.round-button {
 	font-size:40%;	
}

.footer a:link {	
	font-size: 80%;
}

.addressHolder {	
	font-size:75%;	
}
	
}

@media screen and (max-width: 280px) {

titleName {		
	font-size: 110%;	
}

topDesc {	
	font-size:65%;		
}

.mobMenu {		
	background-image: url(../images/menu.png);
	height:25px;
	width:25px;			
}

.banner a:link {	
	font-size:75%;
}

#content {		
	font-size:85%;	
}

.homePageImage {	
	background-image: url(../images/therapist-karen-320.png);	
	height: 240px;				
}

.childrenPageImage {			
	background-image: url(../images/children-320.png);		
	height: 187px;			
}  

.teenPageImage {				
	background-image: url(../images/teenager-320.png);		
	height: 187px;			
}  

.womanPageImage {				
	background-image: url(../images/woman-320.png);		
	height: 187px;			
}  

.round-button {
 	font-size:40%;	
}

h1 {	
	font-size: 100%;		
}

h2 {	
	font-size: 100%;		
}

h3 {	
	font-size: 100%;		
}

h4 {
	font-size: 100%;		
}

.footer a:link {	
	font-size: 70%;
}

.therapistHolderRight {
	font-size:70%;
}

.addressHolder {	
	font-size:75%;	
}
	
}

@media screen and (max-width: 240px) {

titleName {		
	font-size: 90%;	
}

topDesc {	
	font-size:55%;		
}

.mobMenu {		
	background-image: url(../images/menu.png);
	height:20px;
	width:20px;			
}

.banner a:link {	
	font-size:60%;
}

#content {		
	font-size:80%;	
}

.spacerLarge {	
	padding-top:2%;
}

.homePageImage {	
	background-image: url(../images/therapist-karen-240.png);
	height: 185px;		
}

.childrenPageImage {			
	background-image: url(../images/children-240.png);	
	height: 160px;			
}  

.teenPageImage {				
	background-image: url(../images/teenager-240.png);		
	height: 160px;			
}  

.womanPageImage {				
	background-image: url(../images/woman-240.png);		
	height: 160px;			
}  

h1 {
	font-size: 100%;		
}

h2 {
	font-size: 100%;		
}

h3 {
	font-size: 100%;		
}

h4 {
	font-size: 100%;		
}

.round-button {
 	font-size:35%;	
}

.footer a:link {	
	font-size: 60%;
}

.therapistHolderRight {
	font-size:65%;
}

.addressHolder {	
	font-size:70%;	
}
	
}