html, body {
  background: #fcfcfc;
}

body {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  margin: 0;
  padding: 0;
}

.rotatable .container:after {
  content: 'Rotate!';
}

a {
  color: #6E9AE0;
  text-decoration: none;
}

section > header {
  margin-bottom: 5em;
}
section > header h1 {
  font-size: 3em;
  line-height: 1;
  margin-bottom: .1em;
  display: inline-block;
}
section > header h2 {
  color: #aaa;
  line-height: 1;
  font-weight: normal;
  display: inline-block;
}
section > header hgroup + p {
  font-size: 1.3em;
  font-weight: 300;
  color: #222;
}

article {
  margin-top: 3em;
}
article h1 {
  font-size: 2em;
  margin-bottom: .1em;
}

p {
  margin-top: 0;
  margin-bottom: 1.5em;
}



.display [class*=col] {
  background: #eee;
  color: #555;
  text-shadow: rgba(255,255,255,.3) 0 1px 0;
  text-align: left;
  line-height: 2em;
  border-radius: 3px;
  position: relative;
  margin-bottom: 20px;
  padding: 0px 20px;
  -webkit-transition: background-color .5s, color .5s;
  -moz-transition: background-color .5s, color .5s;
  -ms-transition: background-color .5s, color .5s;
  -o-transition: background-color .5s, color .5s;
  transition: background-color .5s, color .5s;
}

.display [class*=col]:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: attr(data-actual);
  background: #ccc;
  color: #444;
  text-shadow: none;
  border-radius: 3px;
  line-height: 2em;
  display: none;
}

.display [class*=col]:hover:before {
  background: #FFF;
}

.row .row:last-child [class*=col] {
  margin-bottom: 0;
}

.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	box-shadow:inset 0px 1px 0px 0px #54a3f7;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
	background:-moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
	background-color:#007dc1;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #124d77;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #154682;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
	background:-moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
	background-color:#0061a7;
}
.myButton:active {
	position:relative;
	top:1px;
}

.top {
	padding-top: 22px;
}

.highlight {
	color: #6E9AE0;
}

#beards {
	width:96%;
	text-align: center;
	display: inline-block;
}

#beards img {
	width: 50%;
}

@media (max-width:768px) {
  .row .row:last-child [class*=col] {
    margin-bottom: 20px;
  }
  #beards img {
  	width: 75%;
  }
}
