@CHARSET "ISO-8859-1";

/*
 * HOME PAGE CSS
 *
 */

 /* For all pages */
.footer{
   text-align: center;
}
.footer_label{
   font-size: 20px;
   font-weight: bolder;
}
 /* end For all pages */


 /* index.html page */ 
#overall_container { 
   background-color: #70DBDB;
}

/* top lines */
#top_lines_container {
  text-align: center;
}

#pain_specialist{
   color: red;
}

#combination_line{
   font-size: 20px;
   font-weight: bold;
}
/* end top lines */ 

/* row of bullets and pic card container */
#bullets_and_pic_card_container {
   background-color: #70DBDB;
}

#bullets_container {

}

#pic_card_container {

}
/* end row of bullets and pic card container */

/* membership section */
#memberships_container {

text-align: center;
}
/* end membership section */

/* address section */
#address {
  text-align: center;
  font-size: 20px;
}
#directions {
  font-size: 20px;
}
/* end address section */

/* END index.html Page */ 

/* THE REST OF THE PAGES */ 

/* products and services */ 
#services {
  font-size: 20px;
  margin-left: 3%;
  margin-right: 3%;
}
#treatments {
  text-align: center;
}
#treatments p {
  text-align: left;
  font-size: 20px;
  margin-left: 3%;
  margin-right: 3%;
}
/* for when the menu opens */
#accordion {
  font-size: 20px;
}
/* the actual card header */
.card-header button {
  font-size: 20px;
}
#herbal_products {
  background-color: #EAC696;
  color: green;
  margin-left: 3%;
  margin-right: 3%;
}
/* currently not using health_links */
#health_links_list {
  list-style-type: none;
  font-size: 20px;
}
/* end products and services */ 

/* what's new page */ 
   /* nothing in here yet */
/* end what's new page*/ 

/* testimonials page */
#stripe1 P{
   //background-color: #70DBDB;
   //background-color: LightGray;
   background-color: Gainsboro;
   font-size: 20px;
   margin-left: 3%;
   margin-right: 3%;
}
.career_day {
  text-align: center;
  font-size: 20px;
  margin-left: 3%;
  margin-right: 3%;
}
/* end testimonials page */

/* insurance page */
#insurance{
  text-align: center;
  font-size: 20px;
  margin-left: 3%;
  margin-right: 3%;
}
#insurance_list{
  text-align: left;
  font-size: 20px;
}
/* end insurance page */

/* directions page*/ 
#we_moved{
  font-size: 20px;
  margin-left: 3%;
  margin-right: 3%;
}
#directions_location{
  color: red;
  font-size: 20px;
  margin-left: 3%;
  margin-right: 3%;
}
#link_southland{
  text-align: center;
}
/* end directions page*/ 

/* aboutus page */
#aboutus_main{
  text-align: center;
  font-size: 20px;
  margin-left: 3%;
  margin-right: 3%;
}
/* end aboutus page */

@media screen and (max-width: 500px) {
  div.career_day  {
    display: none;
  }
}