/* CSS Document */
html {
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  font-size: .9rem;
  font-size: .9rem;

  line-height: 1.5rem;
  font-weight: normal;
}

h1 {
  font-size: 4rem;
  line-height: 3.5rem;
  text-align: center;
/*  text-shadow: 2px 2px 6px black;*/
  text-transform: uppercase;
}

h2 {
  font-size: 3rem;
  margin: 0;
}

h1, h2, h3, .beer-name {
  color: #4C9BD5;
  font-family: 'Open Sans Condensed', sans-serif;
}

.on-tap .card-header {
  color: #fff;
}

h3, .beer-name {
  font-size: 1.85rem;
  line-height: 2rem;
}

.info-text {
	margin-top: 0rem;
}

.beer-name {
  margin: .5rem 0 0 .5rem;
  font-weight: bold;

}

.beer-style {
  color: rgba(0, 0, 0, .5);
  font-size: .75rem;
  margin: .25rem 0 0 .5rem;
  font-weight: bold;
}

.beer-bio {
  font-size: .9rem;
  margin: 1rem .5rem;
  line-height: 1.5rem;
  font-weight: normal;
}


.beer-season, .beer-bio {
  letter-spacing: 1px;
}


.beers-on-tap {
	list-style: disc;
	color: #4C9BD5;
}

.beers-on-tap a {
	text-decoration: none;
	color: #000;
}

.beers-on-tap a:hover {
/*	color: rgba(0, 0, 0, .5);*/
	font-weight: bold;
	color: #4C9BD5;
}


.align-right {
	text-align: right;
}
