/* poppins-200 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 200;
  src: local('Poppins ExtraLight'), local('Poppins-ExtraLight'), url('/fonts/poppins-v6-latin-200.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('/fonts/poppins-v6-latin-200.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* poppins-regular - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: local('Poppins Regular'), local('Poppins-Regular'), url('/fonts/poppins-v6-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('/fonts/poppins-v6-latin-regular.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* poppins-700 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: local('Poppins Bold'), local('Poppins-Bold'), url('/fonts/poppins-v6-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('/fonts/poppins-v6-latin-700.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
* {
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  padding: 0;
  font-family: 'Poppins', Arial, sans-serif;
}
#page {
  margin: 0 16px;
}
a:hover {
  opacity: 0.9;
}
a:active {
  opacity: 0.8;
}
#topbar {
  background: #0986ff;
  color: white;
  height: 64px;
  line-height: 64px;
  font-size: 48px;
  padding: 0 16px;
}
#topbar #logo-anchor {
  display: inline-block;
  color: white;
  text-decoration: none;
  font-weight: 600;
}
#topbar #nav {
  float: right;
  padding: 12px;
  height: 64px;
  text-align: right;
}
#topbar #nav a,
#topbar #nav img {
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: top;
}
#primary-text {
  font-size: 48px;
  line-height: 58px;
  font-weight: 600;
  color: #0986ff;
  text-align: center;
  margin-top: 32px;
}
@media screen and (min-width: 980px) {
  #primary-text {
    margin-top: 64px;
  }
}
#description {
  margin: 0 auto;
  text-align: center;
  margin-top: 32px;
  font-size: 28px;
  max-width: 1200px;
}
@media screen and (min-width: 980px) {
  #description {
    margin-top: 64px;
  }
}
.blocks {
  margin: 0 auto;
  max-width: 1200px;
  margin-top: 32px;
}
@media screen and (min-width: 980px) {
  .blocks {
    margin-top: 64px;
  }
}
@media screen and (min-width: 980px) {
  .blocks > .block {
    vertical-align: top;
    display: inline-block;
    width: 50%;
  }
}
.blocks > .block > .title {
  font-size: 28px;
  color: #0986ff;
}
.blocks > .block a {
  display: block;
}
.blocks > .block a img {
  width: 100%;
}
@media screen and (min-width: 980px) {
  .blocks > .block a img {
    max-width: 480px;
  }
}
.blocks > .block .twitch {
  width: 86vw;
  height: 48vw;
  border: 0;
}
@media screen and (min-width: 980px) {
  .blocks > .block .twitch {
    width: 480px;
    height: 270px;
  }
}
