




* {
	/*border: 1px solid red;*/
  box-sizing: border-box;
}

body {
	font-family: aktiv-grotesk, sans-serif;
	font-weight: 700;
	font-style: normal;
  	font-size: 30px;
  	margin-bottom: 2em;
}

body#ric {
  background-color: white;
  color: black;
}

a, a:hover, a:focus, a:active {
  color: black;
  text-decoration: none;
}




section {
  width: 80%;
  margin: 1em auto 0;
}

}
section p {
  line-height: 1.4em;
  text-align: left;
  letter-spacing: -0.02em;
}

@media (min-width: 600px) {
  header,
  section {
    width: 560px;
  }
  section ul li {
    width: 48.5%;
    margin-bottom: 14px;
  }
  section ul.backstory li {
    width: 100%;
  }
}

@media (min-width: 860px) {
  body {
    font-size: 40px;
  }
  header {
    width: 800px;
    margin: 0 auto;
  }
  header .home {
    width: 28px;
    height: 28px;
    top: -3px;
  }
  section {
    width: 800px;
    margin: 0 auto;
  }
  section ul {
  }
  section ul li {
    width: 32%;
    margin-bottom: 12px;
    float: left;
  }
  section ul.backstory {
    float: right;
    width: 50%;
    margin-top: -3em;
    margin-left: 2em;
  }
  section ul.backstory li {
    width: 100%;
  }
  section ul.backstory li:nth-child(2) {
    display: block;
  }
}

@media (min-width: 1200px) {
  body {
    font-size: 50px;
  }
  header,
  section {
    width: 1000px;
  }
  header .home {
    width: 32px;
    height: 32px;
    top: -3px;
  }
  section ul li {
    margin-bottom: 16px;
  }

}