.container {
  max-width: 800px;
}
.header {
  margin-top: 6rem;
  text-align: left;
}
.footer {
  margin-top: 6rem;
  text-align: left;
}
.photo {
  border-radius: 50%;
  width: 170px;
}
/* Three image containers (use 25% for four, and 50% for two, etc) */
.column_photo {
  float: left;
  width: 22%;
  padding: 10px;
}
.column_name {
  float: left;
  width: 50%;
  padding: 20px;
}

/* Clear floats after image containers */
.row::after {
  content: "";
  clear: both;
  display: table;
  margin-bottom: 1em;
}
.value-prop {
  margin-top: 1rem; }
.value-props {
  margin-top: 4rem;
  margin-bottom: 4rem; }
.docs-header {
  text-transform: uppercase;
  font-size: 1.4rem;
  letter-spacing: .2rem;
  font-weight: 600; }
.docs-section {
  /* border-top: 1px solid #eee; */
  padding: 4rem 0;
  margin-bottom: 0;}
.value-img {
  display: block;
  text-align: center;
  margin: 2.5rem auto 0; }
.example-grid .column,
.example-grid .columns {
  background: #EEE;
  text-align: center;
  border-radius: 4px;
  font-size: 1rem;
  text-transform: uppercase;
  height: 30px;
  line-height: 30px;
  margin-bottom: .75rem;
  font-weight: 600;
  letter-spacing: .1rem; }
.docs-example .row,
.docs-example.row,
.docs-example form {
  margin-bottom: 0; }
.docs-example h1,
.docs-example h2,
.docs-example h3,
.docs-example h4,
.docs-example h5,
.docs-example h6 {
  margin-bottom: 1rem; }
.heading-font-size {
  font-size: 1.2rem;
  color: #999;
  letter-spacing: normal; }
.code-example {
  margin-top: 1.5rem;
  margin-bottom: 0; }
.code-example-body {
  white-space: pre;
  word-wrap: break-word }
.example {
  position: relative; 
  margin-top: 4rem; }
.example-header {
  font-weight: 600;
  margin-top: 1.5rem;
  margin-bottom: .5rem; }
.example-description {
  margin-bottom: 1.5rem; }
.example-screenshot-wrapper {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  border: 1px solid #eee;
  height: 250px; }
.example-screenshot {
  width: 100%;
  height: auto; }
.example-screenshot.coming-soon {
  width: auto;
  position: absolute;
  background: #eee;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px; }
.navbar {
  display: none; }


/* desc header links */
.desc-links {
  text-decoration: underline;
  color: black;
}

/* Top icons */
.head-icon {
  text-decoration: none;
  margin-right: 5%;
  margin-left: 5%;
  color: black; }
.head-icon:hover {
  text-decoration: none;
  color: black; }

/* style experience title */
.content__experience {
  margin-top: 10px; }
.strong {
  font-weight: bold;  }
.right {
  text-align: right; }

/* Publications table */
.article {
  margin-top: 1em; }
.article-links {
  font-size: 12px; }
.article__authors {
  display: inline;  }
.article__authors:after {
  content: "•";
  margin: 5px 0px 0px 5px; }
.article__venue {
  font-style: italic;
  display: inline; }
.article__venue:after {
  content: "•";
  margin: 5px 0px 0px 5px; }
.article__year {
  display: inline; }

.life-in-weeks .future-date {
  background-color: #eee
}
.life-in-weeks .container {
  max-width: 1200px;
}

/* Pop-overs */
.popover {
  font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
}
.popover-header {
  font-size: 1.5em;
}
.popover-body {
  font-size: 1.5em;
}



/* Larger than phone */
@media (max-width: 550px) {
  .right {
    text-align: left;
  }
}



