
.heading {
	margin: 0;
	width: 100%;
	height: auto;
	text-align: center;
	border-bottom: 1px solid #eee;
}

.row {
	width:100%;
	height: auto;
	margin-top: 10px;
	margin-bottom: 10px;	
}

.col25 {
	float: left;
	width: 25%;
}

.col50 {
	float: left;
	width: 50%;
}

.col100 {
	float: left;
	width: 100%;
}

#author_info {
	margin: 10px 15px 10px 0px;
	
}

h1 {
	color: #00A2E8;
	font-size: 3em;
	font-family: 'Quintessential', cursive;	
}

h2 {
	color: #;
	font-size: 1.25em;
	font-family: 'Merriweather', serif;	
}

p {
	font-family: 'Cormorant Garamond', serif;
	font-weight: 500;
}

#content {
	line-height: 32px;
	text-align: center;
	font-size: 23px;
	font-weight: 500;
	font-family: 'Cormorant Garamond', serif;

}

.display-titles {
	
}


.zoom {
  *padding: 50px;
  background-color: #00A2E8;
  transition: transform .2s; /* Animation */
  *width: 200px;
  *height: 200px;
  margin: 0 auto;
  
}

.zoom:hover {
  transform: scale(1.5);
  border: 3px solid #00A2E8;

  /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}


.unavail {
  opacity: 0.25;
}

.unavail:hover {
  opacity: 1.0;
  border: 3px solid black;
}


.button-buy {
	border: none;
	border-radius: 15px;
	color: white;
	padding: 5px;
	text-align: center;
	font-size: .55em;
	font-weight: bolder;
	letter-spacing: 1px;
	word-spacing: 3px;
	width: 200px;
	height: 40px;
	margin: 5px;
	background-color: #de2454;
	cursor: pointer;

	box-shadow: 1px 1px 3px black;
}

.button-buy:hover {
	border: 2px solid #de2454;
	color: #de2454;
	background-color: #fff;
	
}