@import 'https://fonts.googleapis.com/css?family=Roboto:300,400,500';

body {
	margin: 0 auto;
	max-width: 50em;

	font-family: "Roboto", "Helvetica", "Arial", sans-serif;

	line-height: 1.5;
	padding: 4em 1em;

	color: #566b78;
}

h2 {
	margin-top: 1em;
	padding-top: 1em;
}

h1,
h2,
string {
	color: #333;
}

code,
pre,
.tile {
	background: #f5f7f9;
	border-bottom: 1px solid #d8dee9;
	color: #a7adba;
}

code {
	padding: 2px 4px;
	vertical-align: text-bottom;
}

pre {
	padding: 1em;
	border-left: 2px solid #69c;
}

a {
	color: #e81c4f;
}

header {
	# background-color: #263d36;
	background-color: #333;
	backgrond-image: url("/img/header.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	line-heigh: 1.2;
	padding: 10vw 2em;
	text-align: center;
}

header img {
	display: inline-block;
	height: 120px;
	vertical-align: top;
	width: 120px;
}

header h1 {
  color: white;
  font-size: 2.5em;
  font-weight: 300;
  text-transform: uppercase;
}

header a {
  border: 1px solid #e81c4f;
  border-radius: 290486px;
  color: white;
  font-size: 0.6em;
  letter-spacing: 0.2em;
  padding: 1em 2em;
  text-transform: uppercase;
  text-decoration: none;
  transition: none 200ms ease-out;
  transition-property: color, background;
}

header a:hover {
  background:  #e81c4f;
  color: white;
}

.tile h2 {
	margin-top: 0.2em;
	padding-top: 0.2em;
	margin-bottom: 0.2em;
	padding-bottom: 0.2em;
}

.tile {
	margin-top: 30px;
	margin-bottom: 15px;
	/* width: 180px; */
}

.container {
	/* border: 2px dotted rgb(96 139 168); */
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
}

.container > * {
	border: 2px solid rgb(96 139 168);
  	border-radius: 5px;
  	background-color: rgb(96 139 168 / 0.2);
  	padding: 1em;
}
