/* Enter Your Custom CSS Here */
body {
 color: black; 
}

/* homepage */
.center_button {
 margin-left: 30px;
  margin-right: 30px;
  margin-top: 5px;
  margin-bottom: 5px;
}

/* Catalog Stuff */

.upcp-detail-title {
 color: #6b7825; 
}

@media (max-width: 767px) {
	
	.desktop_catalog {
  		display: none;
	}
}

@media (min-width: 768px) {
	
	.mobile_catalog {
  		display: none;
	}
}

.author {
 color: black;
  font-weight: bold;
}

.sm-text {
 font-size: 12px; 
  margin-bottom: 0px;
  padding-bottom: 0px;
}

/*catalog info pages*/
.title-info {
 font-size: 25px; 
}

.upcp-detail-image-div {
 background: #eeeeee; 
}

.item_border {
 border-style: solid;
  border-width: 4px;
  border-color: #eeeeee;
  
}

.span8.gradient-back {
 background-image: url("http://hammill-institute.org/hipp/wp-content/uploads/2014/10/gradient2.png");
  background-repeat: repeat-x;
  margin-left: 0px;
  margin-right: 0px;
  padding:15px;

}

.prod-cat-details-link.upcp-detail-details-link {

  padding-right: 10px;
  
}

.row.little-pad {
  margin-left: 4px;
}


/* homepage */
.no_top_pad {
 padding-top: 7px;
 margin-top: 0px;
}

.home_par {
  font-size: 25px;
  
}

.dropcap {
 float: left; 
 font-size: 50px; line-height: 40px; 
  padding-top: 4px; 
  padding-right: 8px; 
  padding-left: 3px;  
}

.home_list {
 font-size: 18px;
  margin-left: 30px;
}

.section.section-padded.padless {
 padding-bottom: 0px; 
}

.center_text {
 text-align: center; 
}

.Blue-prod-cat-header-div {
  border-bottom-color: white !important;
}

/* contact form */
.big {
  width: 100% !important;
  
}

/* header */
.navbar .nav li.menu-item a {
  
  color: #6b7825;
}

/* slideshow */

div.super-hero-unit {

}

.attachment-full.wp-post-image {
 border-style: solid;
  border-width: 2px;
  border-color: black;
  -moz-box-shadow:    3px 3px 5px 6px #ccc;
  -webkit-box-shadow: 3px 3px 5px 6px #ccc;
  box-shadow:         3px 3px 5px 6px #ccc;
  
}