@import url(bootstrap.css);



body {
  padding-top: 10px;
  background-color: #fbf7f3;
}

.hero-unit{
  background-color: #64584c;
  padding: 30px;
}
.hero-unit p{
  padding-bottom: 20px;
}
hgroup{
  margin-top: 10px;
}
.hero-unit hgroup h1, h2{
  display: inline;
  color: #fbf7f3;
  font-size:7em;
}

.hero-unit h2{
  color: #e47a80;
}

.hero-unit hgroup h2{
  font-size:4em;
  font-weight: normal;
}

#start{
  margin-left: 85px;
}


.row > [class*="span"] {
  text-align: justify;
}

.row{
  padding-top:10px;
}

.row h3{
  color: #e47a80;
}


.gitribbon {
  position: absolute; 
  top: 0; 
  right: 0; 
  border: 0;
}