.show {
  visibility: visible;
}

.hide {
  visibility: hidden;
}

h1 {
	font-size: 27px;
}

h2 {
	font-size: 23px;
}

h3 {
	font-size: 17px;
}

h1, h2, h3 {
	color: #6f6f6f;
}

.top-bar h1 span {
	display: none;
}

/*hide orbit timer */
.orbit-wrapper .timer {
	left: -10000px;
	top: auto;
	height: 1px;
	overflow: hidden;
	position: absolute;
	width: 1px;
}

/*orbit avoid showing images before fully loaded*/
#who img { display: none; }

#who.orbit { background: none; }
#who.orbit img { display: block; }
/*orbit avoid showing images before fully loaded*/
