body {
  font-family: 'Montserrat', sans-serif;
  line-height: 1.5em;
  padding: 20px;
  color: #333;
}

p {
  margin-top: 0px;
}

p:last-child {
  margin-bottom: 0;
}

h1 {
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  padding: 0;
}

h2 {
  font-size: 20px;
  font-weight: 400;
  margin-top: 0;
  padding: 0;
}

h3 {
  font-size: 16px;
  font-weight: 400;
  margin-top: 0;
  padding: 0;
}

a {
  color: #2276AD;
  font-weight: 500;
  text-decoration: none;
}

.header {
  margin-top: 40px;
  margin-bottom: 30px;
}

.header-link {
  padding-left: 30px;
}

.header-link:hover {
  text-decoration: underline;
}

.header-name {
  color: #333;
}

.header-name:hover {
  color: #52a3d9;
  text-decoration: underline;
}

.statement {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 50px;
  line-height: 1.6em;
}

.section {

}

.section p {
  font-weight: 300;
  font-size: 15px;
}

.left {
  display: inline-block;
  text-align: left;
}

.right {
  display: inline-block;
  text-align: right;
}

.project {
  border: 2px solid #2276AD;
  border-radius: 3px;
  margin-bottom: 20px;
  margin-top: 5px;
  max-width: 500px;
  position: relative;
}

.project:last-child {
  margin-bottom: 0px;
}

.project:hover {
  border: 2px solid #52a3d9;
}

.project:hover a div {
  /*background-color: #52a3d9;*/
  color: #52a3d9;
}

.project a:after {
  font-family: 'FontAwesome';
  content: "\f105";
  position: absolute;
  top: 0px;
  right: 25px;
  font-size: 20px;
  line-height: 68px;
}

.project:hover a:after {
  color: #52a3d9;
}

.project-image {
  border-top: 1px solid #f5f5f5;
  height: 48px;
  background-size: cover;
}

#tectonic {
  background-image: url("tectonic.png");
}

#rackspace {
  background-image: url("rackspace.png");
}

#thesis {
  background-image: url("thesis.png");
}

#github {
  background-image: url("github.png");
}

#heavybit {
  background-image: url("heavybit.png");
}

#kubecon {
  background-image: url("kubecon-eu.png");
}

.project-title {
  font-size: 15px;
  color: #2276AD;
  font-weight: 500;
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 50px;
}

.project-subtitle {
  font-size: 12px;
  color: #999;
  font-weight: 300;
  padding-top: 0px;
  padding-left: 15px;
  padding-bottom: 10px;
}

.divider {
  width: 50px;
  margin: 50px auto;
  height: 2px;
  background: #ccc;
}

.superlative {
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 991px) {
  .project {
    margin-top: 20px;
  }
}
