body {
  background-color: rgba(255, 255, 255, 0.76);
}

.jumbotron {
  background-color: #DADADA;
  color: #3E3C3C;
  border: solid #BDBDBD 2px;
}

.jumbotron h1 {
  padding-bottom: 10px;
  font-weight: bold;
}

.jumbotron h2 {
  font-style: italic;

}

.school {
  font-style: italic;
}

.inner_content {
  border: solid #BDBDBD 2px;
  border-radius: 3px;
  padding: 2px 10px;
  margin-top: 4px;
  margin-bottom: 8px;
}

.inner_content h3 {
  color: #444444;
  padding-bottom: 5px;
  border-bottom: dashed #7D7979 1px;
}

.inner_content a, a:visited {
  text_decoration: none;
  color: #801919;
}

.projects {
  background-color: #F9EDED;
  color: #598C7B;
}

.projects p {
  font-size: 1.2em;
}

.about_me {
  background-color: #CAC5CE;
  color: #303B61;
}

.about_me p {
  font-size: 1.1em;
}

.about_me img {
  float: right;
  height: 150px;
  width: auto;
  border-radius: 80%;
  margin: 5px;
}
