body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}

a {
  text-decoration: none;
  color: inherit;
}

.name {
  padding-top: 20px;
  padding-bottom: 5px;
  display: block;
  font-size: 2.3rem;
}

@media screen and (max-width: 320px) {
  .name {
    font-size: 2.0rem;
  }
}

.email {
  display: block;
  font-size: 1rem;
}


.topRow {
  padding-top: 1px;
  padding-left: 15px;
}

.bottomRow {
  background-image: url("../bg.png");
  background-repeat: repeat;
  min-width: 100%;
  position:absolute;
  height:auto;
  top:110px;
  bottom:0px;
  left: 0px;
}
