<head>

<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link href="https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Zilla+Slab:500,600" rel="stylesheet">
<link rel="stylesheet" href="{{ "/assets/css/style.css" | relative_url }}">
{%- if jekyll.environment == 'production' and site.google_analytics -%}
  {%- include google-analytics.html -%}
{%- endif -%}
<style type="text/css">
  .img {
    background-image: url("{{ site.rebuild.header_img | relative_url }}");
    background-position: center center;
    background-size: cover;
    height: 600px;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: -1;
    overflow: hidden;
  }
</style>

</head>