header {
  background-image: url("gripandle.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: none;
  padding: 15vw 2em;
  text-align: center;
}

@import 'https://fonts.googleapis.com/css?family=Roboto:300,400,500,900';

main {
	margin: 0 auto;
	max-width: 50em;
	font-family: "Roboto", "Helvetica", "Arial", sans-serif;
	line-height: 1.5;
	padding: 1em 1em;
	color:: #555;
}

h1 {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  color: red;
  font-size: 2em;
  line-height: 110%;
  font-weight: 900;

}

h2 {
  margin-top: 1em;
  padding-top: 1em;
}

h2,
strong {
  color: #333;
}


a {
  color:#F00;
}

.right {
    position: absolute;
    right: 0px;
}
	
.fixed-ratio-resize {
	max-width: 100%;
	height: auto;
	width: auto\9; /* IE8 */
}