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: 500;
  margin-top: 0;
  padding: 0;
}

h3 {
  font-size: 16px;
  font-weight: 500;
  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;
}

.section ol, .section ul {
  font-weight: 300;
  font-size: 15px;
}

.section ul li {
  padding-bottom: 10px;
}

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

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

pre {
  font-size: 13px;
  font-family: Courier, serif;
  line-height: 1.4em;
  background: #333;
  color: #fff;
  padding: 0 20px;
  border-radius: 3px;
  margin: 20px 0;
  overflow: auto;
  word-wrap: normal;
}

pre > code {
  word-break: normal;
  white-space: pre;
  word-break: break-word;
}

code {
  font-family: Courier, serif;
}

.image {
  margin: 20px 0;
}

.image img {
  text-align: center;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.caption {
  font-size: 13px;
  color: #999;
  text-align: center;
}

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

.post-title {
  margin: 30px 0 10px 0;
}

.post-date {
  font-size: 16px;
  margin-bottom: 30px;
}

.gif {

}

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