body{
  overflow-x: hidden;
}
#name{
  font-family: 'Poppinn', serif;
  font-weight: bold;
  font-size: 72pt;
  color: #44281d;
}

#header{
  margin-top: 75px;
}
#rick_img{
  right: 0;
}

#quote{
  font-family: 'Dosis', sans-serif;
  font-size: 27pt;
  color: #e4a788;
}

#timeline{
  background-color: #97ce4c;
  color: white;
  padding: 30px;
}

#timeline-title{
 font-family: 'Arvo', serif;
 font-size: 40pt;
 color: white;
  margin-top: 25px;
}

#read_more{
  padding: 20px;
  font-family: 'Dosis', sans-serif;
}

.right{
  float: right;
}
.left{
  float: left;
}


.timeline-photos img{
  border-radius: 50%;
  width: 100%;
}
.timeline-photos{
  padding:10px;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

@media (max-width: 750px) {
  #name{
    font-size: 42pt;
  }
  #quote{
    font-size: 20pt;
  }
  .left{
   text-align: center;
  }
  .right{
    text-align: center;
  }
  .timeline-photos img{
    width: 50%;
  }
}
