/*! HTML5 Boilerplate v9.0.1 | MIT License | https://html5boilerplate.com/ */

/* main.css 3.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */


@font-face {
  font-family: 'Rubik';
  src: url('../fonts/Rubik/static/Rubik-Regular.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Rubik';
  src: url('../fonts/Rubik/static/Rubik-Bold.ttf');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto/Roboto-VariableFont.ttf') format('truetype');

}

@font-face {
  font-family: 'Cooper Hewitt';
  src: url('../fonts/Cooper/cooperhewitt-medium-webfont.woff2')
  format('woff2'),
  url('../fonts/Cooper/cooperhewitt-medium-webfont.woff')
  format('woff');
  font-weight: normal;
  font-style: normal;
}

html {
  color: #222;
  font-size: 1.2em;
  line-height: 1.4;
}

body {
  padding: 0;
  margin: 0;
  font-family: Roboto, sans-serif;
}

header {
  padding: 18px 32px;
  background-color: #003594;
  background-image: url("img/bg_header.png");
  display: flex;
  align-items: stretch;

  font-family: "Cooper Hewitt", sans-serif;
}

header a {
  color: #eee;
  text-decoration: none;
}

.vr {
  border-right: 2px solid #bbb;
  margin: 0 16px;
}

header .site-name {
  display: flex;
  align-items: center;
  font-size: 1.2em;
}

main{
  max-width: 800px;
  margin: 2em auto;
  padding: 0 1em;
}

h1 {
  font-size: 1.5em;
  font-family: "Rubik", serif;
}
