/* Colors */
a {
  /*teal */
  color: #3173b4; }
  a:focus, a:hover {
    /*teal */
    color: #3173b4; }

/* Custom default button */
.btn-default {
  color: #0099CC;
  text-shadow: none;
  background-color: #fff;
  border: 1px solid #fff; }
  .btn-default:hover, .btn-default:focus {
    color: #0099CC;
    text-shadow: none;
    background-color: #fff;
    border: 1px solid #fff; }

/* BAM: Base structure */
body {
  color: #07144b;
  font-family: "Quicksand";
  text-align: center;
  background-color: #fff; }

/* Navbar */
.navbar-default {
  background: #fbf8ee;
  color: #07144b;
  padding: 10px 0 10px;
  border-bottom: 5px solid #07144b;
  border-top: 3px solid #07144b; }
  .navbar-default .nav li a {
    color: #07144b;
    font-size: 13px;
    letter-spacing: 1px; }
    .navbar-default .nav li a:hover, .navbar-default .nav li a:focus, .navbar-default .nav li a:active {
      color: #07144b; }
  .navbar-default .navbar-nav .open .a {
    background-color: #fbf8ee; }
    .navbar-default .navbar-nav .open .a:hover, .navbar-default .navbar-nav .open .a:focus {
      background-color: #fbf8ee; }
    .navbar-default .navbar-nav .open .a .dropdown-toggle {
      background-color: #fbf8ee;
      color: #07144b; }
  .navbar-default .navbar-nav .open .dropdown-menu {
    background-color: #fbf8ee;
    color: #07144b; }

.navbar-brand {
  padding-top: 15px;
  padding-left: 15px; }

.container-fluid {
  padding: 0px; }

/* Used in scrolling-nav.js */
.top-nav-collapse {
  padding: 0; }

/* Vertical Offsets */
.voffset1 {
  margin-top: 5px; }

.voffset2 {
  margin-top: 10px; }

.voffset3 {
  margin-top: 15px; }

.voffset4 {
  margin-top: 30px; }

.voffset5 {
  margin-top: 40px; }

.voffset6 {
  margin-top: 60px; }

.voffset7 {
  margin-top: 80px; }

.voffset8 {
  margin-top: 100px; }

.voffset9 {
  margin-top: 150px; }

/* Section Breakdown */
.about-section {
  margin: 0 auto;
  padding-top: 90px;
  padding-bottom: 10px;
  text-align: center;
  color: #07144b;
  background: #fbf8ee;
  background-attachment: fixed;
  background-size: cover;
  background-position: center; }
  .about-section .well {
    background-color: rgba(255, 255, 255, 0.6); }
  .about-section h1 {
    font-size: 60px;
    padding-bottom: 10px; }
  .about-section h3 {
    font-size: 30px; }
  .about-section p {
    font-size: 20px; }

.square {
  padding-right: 60px;
  padding-left: 60px;
  margin: 0 0 10px;
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 300;
  line-height: 1.4; }

/* Post listing section */
.posts-section {
  height: 100%;
  padding-top: 0px;
  text-align: center;
  background: #fbf8ee;
  position: relative; }
  .posts-section .well {
    background-color: rgba(50, 50, 50, 0.7);
    border: rgba(50, 50, 50, 0.7); }
  .posts-section .image-header {
    padding-top: 100px;
    padding-bottom: 100px;
    img-min-height: 300px;
    img-overflow: hidden; }
  .posts-section .top-headline-header, .posts-section .top-headline {
    top: -10px;
    font-size: 25px;
    color: #fff;
    padding-top: 5px;
    padding-left: 10px;
    text-align: center; }
  .posts-section .top-headline {
    font-size: 18px;
    padding-left: 25px;
    color: #fff;
    padding-bottom: 5px; }
  .posts-section .headline-header, .posts-section .headline {
    top: -10px;
    font-size: 25px;
    color: #07144b;
    padding-top: 5px;
    padding-bottom: 0px;
    padding-left: 20px;
    padding-right: 30px;
    text-align: left; }
  .posts-section .headline {
    font-family: "Crimson Text";
    font-size: 16px;
    padding-bottom: 5px; }
  .posts-section .top-headline-cat {
    font-size: 18px;
    color: #fff;
    text-align: right; }
    .posts-section .top-headline-cat .robotics, .posts-section .top-headline-cat .startup, .posts-section .top-headline-cat .code, .posts-section .top-headline-cat .misc {
      top: -10px;
      padding-top: 5px;
      padding-bottom: 5px;
      padding-left: 20px;
      padding-right: 30px; }
  .posts-section .headline-cat {
    color: #07144b;
    text-align: left; }
    .posts-section .headline-cat .robotics-thin, .posts-section .headline-cat .startup-thin, .posts-section .headline-cat .code-thin, .posts-section .headline-cat .misc-thin {
      top: -10px;
      font-size: 14px;
      padding-top: 2px;
      padding-bottom: 2px;
      padding-left: 20px; }
  .posts-section h4 {
    font-family: "Crimson Text";
    font-weight: 300;
    margin-top: 20px;
    text-align: left;
    line-height: 130%; }

/* Past Posts section */
.past-posts-section {
  height: 100%;
  padding-top: 20px;
  text-align: center;
  padding-bottom: 20px;
  background: #fbf8ee;
  position: relative; }
  .past-posts-section .headline-cat {
    color: #07144b;
    text-align: right; }
    .past-posts-section .headline-cat .robotics-thin, .past-posts-section .headline-cat .startup-thin, .past-posts-section .headline-cat .code-thin, .past-posts-section .headline-cat .misc-thin {
      top: -10px;
      font-size: 14px;
      padding-top: 2px;
      padding-bottom: 2px; }
  .past-posts-section h4 {
    font-family: "Crimson Text";
    font-size: 16px;
    font-weight: 300;
    margin-top: 12px;
    text-align: right;
    line-height: 100%; }
  .past-posts-section h3 {
    font-family: "Crimson Text";
    font-size: 16px;
    font-weight: 300;
    margin-top: 12px;
    text-align: left;
    line-height: 100%; }

/* CV Section of About page */
.cv-section {
  color: #000000;
  padding-top: 60px;
  padding-bottom: 20px;
  text-align: left;
  background-color: #fbf8ee; }
  .cv-section .well {
    background-color: rgba(255, 255, 255, 0.6); }
  .cv-section h1 {
    font-size: 40px;
    padding-bottom: 20px;
    text-align: center; }
  .cv-section h3 {
    margin: 10px 10px 10px;
    font-size: 30px;
    text-align: right; }
  .cv-section h4 {
    margin-top: 30px;
    font-size: 25px; }
  .cv-section p {
    font-family: "Crimson Text";
    font-weight: 300;
    font-size: 16px;
    text-align: left; }

/* Replica section of About page */
.replica-section {
  background-color: #fbf8ee;
  background-attachment: fixed;
  background-position: 50% 20%;
  background-repeat: no-repeat;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center; }
  .replica-section .well {
    background-color: rgba(255, 255, 255, 0.6); }
  .replica-section h1 {
    font-size: 40px;
    padding-bottom: 20px; }
  .replica-section p {
    font-family: "Crimson Text";
    margin: 0 0 10px;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4; }

/* Code and Projects section of About page */
.code-section {
  height: 100%;
  padding-top: 60px;
  padding-bottom: 20px;
  text-align: left;
  color: #fff;
  background-image: url("../images/blurdesktop.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed; }
  .code-section .well {
    background-color: rgba(255, 255, 255, 0.15); }
  .code-section h1 {
    font-size: 40px;
    padding-bottom: 20px;
    text-align: center; }
  .code-section h3 {
    margin: 10px 10px 10px;
    font-size: 30px;
    text-align: right; }
  .code-section h4 {
    margin-top: 30px;
    font-size: 25px;
    text-align: left; }
  .code-section p {
    font-family: "Crimson Text";
    font-weight: 300;
    font-size: 16px; }

/* Post formatting */
.post-section-two {
  padding-bottom: 10px;
  text-align: center;
  background: #fbf8ee; }

.single-post-section, .single-post-section-left, .single-post-section-right, .single-post-section-center, .single-post-section-snippet {
  font-family: "Crimson Text";
  font-size: 20px;
  line-height: 1.5;
  font-weight: 100;
  color: #000000;
  padding-bottom: 10px;
  padding-top: 25px;
  height: 100%;
  text-align: left;
  background: #fbf8ee; }

.single-post-section-left, .single-post-section-right, .single-post-section-center {
  background-color: rgba(255, 255, 255, 0);
  font-family: "Quicksand";
  text-align: center;
  font-size: 16px;
  padding-top: 5px;
  padding-bottom: 5px; }

.single-post-section-right {
  text-align: right; }

.single-post-section-center {
  text-align: center; }

.single-post-section-snippet {
  padding-top: 10px;
  font-size: 17px;
  line-height: 1.5; }

.post-heading {
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 90px;
  height: 100%; }
  .post-heading h1 {
    font-size: 40px; }
  .post-heading h3 {
    font-size: 30px; }
  .post-heading .well {
    background-color: rgba(255, 255, 255, 0.8); }

/* Footnote tooltip styling */
.ref {
  position: relative;
  vertical-align: baseline; }

.refnum {
  position: relative;
  left: 2px;
  bottom: 1ex;
  color: #387761;
  font-size: 0.7em;
  cursor: pointer; }

.refbody {
  font-size: 0.75em;
  line-height: 1.5;
  display: block;
  min-width: 16em;
  position: absolute;
  right: -8em;
  bottom: 25px;
  border: 1px solid #387761;
  padding: 5px;
  background-color: #fff;
  z-index: 9999;
  overflow: auto; }

/* responsive videos */
.video figure {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  height: 100%;
  overflow: hidden; }
.video iframe, .video object, .video embed {
  top: 0;
  left: 0;
  text-align: center;
  display: block;
  margin: 0 auto; }

.cover {
  padding: 0 20px; }
  .cover .btn-lg {
    padding: 10px 20px;
    font-weight: bold; }

.verticalLine {
  border-left: 1px solid #07144b; }

.verticalLineWhite {
  border-left: 1px solid #ffffff; }

.verticalLineRight {
  border-right: 1px solid #07144b; }

/*# sourceMappingURL=cover.css.map */
