* {
  box-sizing: border-box;
}

[class*="col-"] {
  float: left; 
  padding: 15px;
}


html {
  font-family: "Lucida Sans", sans-serif;
}


/* For desktop: */
/* this is the very top: phone number, email, address */
.col-top-1 { width: 19%; }
.col-top-2 { width: 38%; }
.col-top-3 { width: 43%; } 

/* the logo and slideshow */
.col-banner-1 { width: 17%; }
.col-banner-2 { width: 24%; height: 400px; }
.col-banner-3 { width: 59%; }

/* this is the boilerplate - caring for your health, etc. */
.col-blurb-1 { width: 17%; }
.col-blurb-2 { width: 22%; }
.col-blurb-3 { width: 22%; }
.col-blurb-4 { width: 22%; }
.col-blurb-5 { width: 17%; height: 0%;}

/* the flipcards */
.col-treatment-1 { width: 17%; height: 0%;}
.col-treatment-2 { width: 21%; margin-right: 30px;}
.col-treatment-3 { width: 21%; margin-right: 30px;}
.col-treatment-4 { width: 21%; margin-right: 30px;}
.col-treatment-5 { width: 20%; }

.col-treatment-pre { width: 100%; text-align: center; margin-right: 30px;}

.testimonial { width: 100%; text-align: center; padding-left: 275px; padding-right: 200px;}

.shrinkable-img { width: 600px; height: 400px; }

.mapimg_large { display: block;}
.mapimg_small { display: none;}

.address_caption { font-size: 20pt; font-weight: bold;}

.menu_cn { padding-left: 175px; }

.about_table { width: 60%; border-spacing: 20px; }


@media only screen and (max-width: 768px) {
  [class*="col-"] {
    width: 100%;
  }
  [class*="col-top"] {
    width: 103%;  
  }
  [class*="col-banner-"] {
    width: 100%;
    margin-right: 0px;
  }
  [class="col-banner-1"] {
    width: 0%;
  }
  [class="col-treatment-pre"] {
    margin-right: 0px;
  }
  [class="shrinkable-img"] {
    width: 110%;
  }
  [class="testimonial"] {
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }
  [class="mapimg_large"] {
    display: none;   
  }
  [class="mapimg_small"] {
    display: block;
  }
  [class="address_caption"] {
    font-size: 15pt;  
    font-weight: bold;
  }
  [class="menu_cn"] {
    padding-left: 0px;  
  }
  [class="about_table"] {
    width: 100%;
    border-spacing: 0px;
  }
} 
