* {
  font-family: 'Open Sans', sans-serif !important; }

html, body {
  height: 100%; }

body {
  padding-bottom: 50px; }

.container {
  width: 100%; }

.header {
  max-width: 600px;
  margin: auto;
  margin-top: 20vh;
  padding: 20px;
  margin-bottom: 5vh;
  padding-bottom: 10vh;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .header .top-row .jake-name {
    display: inline-block; }
  .header .top-row .header-links {
    margin-left: 20px;
    display: inline-block; }
    .header .top-row .header-links a {
      margin-right: 10px;
      color: #3067FF; }

.headline {
  font-size: 2.5em;
  font-weight: lighter;
  color: rgba(0, 0, 0, 0.5);
  margin-top: 50px; }

.project-img {
  margin-top: 20px;
  overflow: hidden;
  max-height: 100%;
  height: 200px;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); }
  .project-img img {
    max-width: 100%;
    border-radius: 3px;
    overflow: hidden; }

a.project-item, div.project-item {
  text-decoration: none;
  color: #555;
  text-align: left;
  max-width: 500px;
  margin: 40px;
  border-radius: 3px;
  display: inline-block;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  a.project-item:hover, div.project-item:hover {
    opacity: .8; }

.projects-section {
  text-align: center;
  padding: 50px 0; }

.project-desc {
  opacity: .5; }

.section-header {
  font-size: 1.5em;
  font-weight: lighter;
  color: rgba(0, 0, 0, 0.8);
  max-width: 1500px;
  margin: auto; }

.projects-container {
  margin-top: 50px; }

.section-desc {
  color: rgba(0, 0, 0, 0.3); }

.projects {
  padding-bottom: 15vh; }

a.paper-link {
  display: block;
  color: #3067FF;
  margin: 20px 0; }

.paper-block-inner {
  box-shadow: none; }
