@import url("https://fonts.googleapis.com/css?family=Poppins:400,800&display=swap");
@font-face {
  font-family: Moderat-Bold;
  src: url("../fonts/Moderat-Bold.eot");
  src: url("../fonts/Moderat-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Moderat-Bold.woff2") format("woff2"), url("../fonts/Moderat-Bold.woff") format("woff"); }

@font-face {
  font-family: Moderat-Light;
  src: url("../fonts/Moderat-Light.eot");
  src: url("../fonts/Moderat-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Moderat-Light.woff2") format("woff2"), url("../fonts/Moderat-Light.woff") format("woff"); }

body {
  font-family: 'Moderat-Bold', sans-serif;
  margin: 0; }

p {
  font-weight: 400; }
  p a {
    text-decoration: underline; }

a {
  color: #000;
  text-decoration: none; }

hr {
  border: none;
  height: 1px;
  color: #000;
  background-color: #000; }

.navbar {
  border-top: 1px #000 solid;
  border-bottom: 1px #000 solid;
  height: 2rem; }
  .navbar-brand {
    border-right: 1px #000 solid;
    display: inline-block;
    width: 2rem;
    padding: 6px 5px; }
  .navbar .linkout {
    border-left: 1px #000 solid;
    float: right;
    padding: 6px 5px; }

.intro {
  clear: both;
  border-bottom: 1px #000 solid; }
  .intro h1 {
    font-size: 4rem;
    padding-left: 1rem; }
    @media (max-width: 575.98px) {
      .intro h1 {
        font-size: 2rem; } }
  .intro p {
    padding: 0 1rem; }

.challenge {
  margin-top: 3rem; }
  .challenge .row .item {
    padding: 1rem 0.5rem; }
    .challenge .row .item-header h3 {
      font-family: moderat-light, helvetica, arial,sans-serif;
      margin: 0;
      width: 85%;
      float: left; }
    .challenge .row .item-header .download {
      float: right; }
      .challenge .row .item-header .download a img {
        width: 25px;
        height: auto; }
    .challenge .row .item-canvas img,
    .challenge .row .item-canvas video {
      max-width: 100%; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }
/*# sourceMappingURL=style.css.map */