@charset "utf-8";
/* CSS Document */
body {font-size: 1.5em;}
a {
color: #019245;
text-decoration: underline;
}
a.hover {color: #93268F
;}
h1, h2, h3, h4, h5 {font-family:"Minion Pro", Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif"; font-variant-caps: small-caps}
p {font:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";}
.topinfo {
background-color: #FFFFFF;
color: #AC4A9D;
padding: 15px;
}

header {margin-bottom: 15px;}

main > .container {
  padding: 60px 15px 0;
}

.footer {
  background-color: #f5f5f5;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

.accent2 {
color: #019245;
}

.services li {}

.btn-link {color: #863F63}
.btn-link:hover {
color: #019245
}

#carouselProviders a {color:#FFFFFF}
#carouselProvidres a.hover {color: #93268F}


.amymartin {
/*#E41A74; bright pink */
background-color: #8A3C66;
color: #FFFFFF;
border: 10px solid #000000;
padding: 15px;
margin-top: 15px;
margin-right: 11px;
margin-left: 11px;
margin-bottom: 0px;
} 
.massage {
/* #3D9BE9; blue */
background-color: #BE77B3;
color: #FFFFFF;
border: 10px solid #000000;
margin-top: 15px;
margin-right: 10px;
margin-left: 10px;
margin-bottom: 0px;

}
.massage-header{
	background-color: #ffffff; 
	text-align: center; 
	width: 100%; 
	padding-top: 5px; 
	color: #BE77B3;}

/* #Media Queries
================================================== */
/*Extra small devices (portrait phones, less than 576px)*/
@media screen and (max-width:575px){
.amymartin {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 15px;
}
.massage {margin: 0px;}
}
/*Small devices (landscape phones, less than 768px)*/
@media screen and (min-width:576px) and (max-width:767px){
.amymartin {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 15px;
}
.massage {margin: 0px;}
}
/*Medium devices (tablets, less than 992px)*/
@media screen and (min-width:768px) and (max-width:991px){

}
/*Large devices (desktops, less than 1200px)*/
@media screen and (min-width:992px) and (max-width:1199px){
.services li {float:left; display:inline; width:50%;}
}
/*Extra large devices (large desktops)*/
@media screen and (min-width:1200px){
.services li {float:left; display:inline; width:50%;}
}
