
@font-face {
  font-family: 'Questrial';
  font-style: normal;
  font-weight: 400;
  src: local('Questrial'), local('Questrial-Regular'), url(https://fonts.gstatic.com/s/questrial/v6/MYWJ4lYm5dbZ1UBuYox79JBw1xU1rKptJj_0jans920.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

h1, h2, h3, h4 {
	font-family: 'Questrial', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

h3, h4 {
	font-weight: bold;
}

h4 {
	margin-top: 1em;
}

body {
	font-size: 16px;

	font-family: sans-serif;
}

footer {
	background-color: #222;
	height: 5%;
}

nav {
	font-family: 'Questrial', sans-serif;
	margin-bottom: 0 !important;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

html,body{margin:0; padding:0; height:100%; width:100%;}

article .container {margin-bottom: 4em;}

