.homepage .jumbotron {
  background-image: url(../image/homepage/header.jpg);
  background-position: right;
  background-repeat: no-repeat;
  background-color: #DFDFDF;
}
.project .jumbotron {
  background-image: url(../project/image/header.png);
  background-position: right;
  background-repeat: no-repeat;
  background-color: #DFDFDF;
}
body {
  font-size: large;
  font-family: Verdana,Geneva,Arial,sans-serif;
  line-height: 2em;
  margin: 50px;
}
h2{
  font-size:170%;
  color: green;
}
h3 {
  font-size: 120%;
  color:#A1AADD;
}
.social-media{
  text-align: center;
}
ul {
  list-style-type: none;
}
.container {
  padding: 20px 10px 20px 10px;
}
.tablerow label {
  font-size: small;
}
.projectDescription {
  text-align: center;
}
