#era {
  clear:both;
  width: 100%;
  padding: 40px 15px;
}

.era-imagie {
  width: 150px;
}

.era-providie {
  font-family: 'Roboto Condensed';
  color: #999;
  margin: 0 0 10px 0;
  padding: 0;
}

.era-margie {
  margin: 1.2em 1.2em 1.2em 0!important;
}

.era-redie {
  color: darkred;
  font-weight: bold;
  white-space: nowrap;
}

.era-greenie {
  color:seagreen;
  font-weight: bold;
  white-space: nowrap;
}

.era-bluei {
  color: #245aa2;
  font-weight: bold;
  white-space: nowrap;
}

span.biggie {
  font-size: 2.4em;
  font-family: 'Roboto Condensed';
  font-weight: 700;
}

@media only screen and (min-width: 900px) {
  .era-left {
      width: 70%;
      float: left
  }

  .era-right {
      width: 25%;
      float: right;
  }

  span.biggie{
      font-size: 3.4em;
      font-family: 'Roboto Condensed';
      font-weight: 700;
  }

  p.middlie {
      font-family: 'Roboto Condensed';
      font-size: 1.8em;
  }
}