﻿/* Global Variables */
/* Responsive Image used in Home page, Products page and Cart so far. */
/*.img-responsive {
    box-shadow: 10px 10px 5px #ccc;
    -moz-box-shadow: 10px 10px 5px #ccc;
    -webkit-box-shadow: 10px 10px 5px #ccc;
    -khtml-box-shadow: 10px 10px 5px #ccc;
}*/
/* Home page Only */
/* Tab Name text that comes under the Icons on Home page. */
.tab-text-below {
  color: black;
  font-family: Raleway, sans-serif;
  text-decoration: none;
  font-size: 25px; }





/* Product page Only */
/* Tab Buttons Styling. Product Page only for now */
#tabButton {
  border-radius: 15px;
  font-family: "Copperplate Gothic", "Georgia"; }
