body {
  font-family: "Georgia", serif;
  font-size: 150%;
  color: #3b4059;
}

h1 {
  font-family: "franklin-gothic-urw-cond", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 300%;
  text-transform: uppercase;
}

a {
  color: #3b4059;
  text-decoration: underline;
  font-size: 200%;
}

#heading {
  height: 15%;
  padding-top:2%;
  padding-left:10%;
}

#content {
  height: 85%;
}

.stripe{
  height: 20%;
  padding-left: 10%;
}

.stripe p {
  padding-top:3%;
}

.greenstripe{
  background-color:#74e14d;
}
.yellowstripe{
  background-color:#d6e320;
}
.redstripe {
  background-color:#ed4932;
}
.orangestripe {
  background-color:#ff9400;
}
.noscript {
  font-size: 70%;
  color: #999;
}
