@import url(//fonts.googleapis.com/css?family=Open+Sans:400italic,400,700,800);
body {
  font-family: 'Open Sans', Arial, serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans', Arial, serif;
  font-weight: 800;
}

.top-text {
	font-size: 18px;
	text-transform: none;
	font-weight: normal;
	line-height: 1.8em;
	color: #999999;
}

.thumbnail-figure {
	background: inherit;
}