@charset "utf-8";
/* CSS Document */

/* General */

h4 {
  font-size: 1.4em;
  font-weight: bold;
  margin-top: 15px;
}

.wrapper {
  overflow: hidden;
}

/* Activity one */

.activity-one h4 
{
	text-align: center;
}

.glyphicon {
  font-size: 2em;
  color: #333332;

}
.eye {
  color: #333332;
  margin: 0 auto;
}
.eye:before {
  content: "";
  display: inline-block;
  position: relative;
  color: #620100;
  left: 3px;  /*border: 6px solid transparent;
    border-left-color: #000;*/
}
.eye.active:before {
  color: #620100;
  left: 0;
  top: 0px;
  border-color: #620100 transparent transparent;
}
.eye:hover {
  cursor: pointer;
  color: #000;
}
.content {
  font-size: 1.15em;
  line-height: 1.8em;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.content.show {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* Activity two */

.activity-two, #hints
{
	display: none;
}

.humans-image
{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.text-entry p 
{
	font-size: 14px !important;
}

.well 
{
	background-color: #b0bcbd;
	color: #3c5c67;
	border-color: #3c5c67;
}


@media print 
{
	#hints 
	{
		display: none !important;
	}
}