body {
  font-family: "Open Sans", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif; }
  body > section {
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px; }
    body > section:first-of-type {
      padding-top: 0;
      background-color: #e7e7e7; }
      body > section:first-of-type > .container {
        padding-top: 20px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
        border: 1px solid #d7d7d7;
        border-top: 0;
        background-color: #fff; }
    body > section:nth-child(even) {
      background-color: #e7e7e7; }
    body > section:last-of-type {
      padding-bottom: 30px; }
    body > section h1 span.sideflag {
      position: relative;
      margin-left: -2000px;
      padding: 0 10px 0 2000px;
      color: #fff;
      background-color: #cc0000;
      text-shadow: 1px 1px 1px #770000;
      border-top-left-radius: 0px;
      border-top-right-radius: 3px;
      border-bottom-right-radius: 3px;
      border-bottom-left-radius: 0px; }

h1, h2, h3, h4, h5, .banner {
  font-family: "Roboto Condensed", sans-serif; }

.exposition {
  font-size: 1.1em; }
  .exposition a:link {
    color: inherit;
    text-decoration: underline; }
  .exposition a:visited {
    color: inherit;
    text-decoration: none; }
  .exposition a:hover,
  .exposition a:active {
    color: #cc0000; }
  .exposition h4 {
    padding-top: 10px; }

.yell {
  font-size: 3em;
  font-weight: bold;
  line-height: 1.6em; }
  @media screen and (max-width: 768px) {
    .yell {
      text-align: center;
      font-size: 2.2em;
      line-height: 1.4em; } }

.navbar-default {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border: 2px solid #fff;
  background-color: #eee;
  margin-bottom: 0;
  min-height: inherit; }
  @media screen and (min-width: 768px) {
    .navbar-default {
      position: fixed;
      top: -200px;
      right: 20px;
      z-index: 20; } }
  @media screen and (max-width: 768px) {
    .navbar-default {
      position: fixed;
      top: 20px;
      right: 20px;
      z-index: 20; } }
  .navbar-default .navbar-nav {
    margin: 0; }
    .navbar-default .navbar-nav > li > a {
      padding: 20px 24px;
      text-transform: uppercase; }
    .navbar-default .navbar-nav > li > a:hover {
      color: #cc0000; }
    .navbar-default .navbar-nav > li:first-child > a {
      border-top-left-radius: 3px;
      border-top-right-radius: 3px;
      border-bottom-right-radius: 0px;
      border-bottom-left-radius: 0px; }
    .navbar-default .navbar-nav > li:last-child > a {
      border-top-left-radius: 0px;
      border-top-right-radius: 0px;
      border-bottom-right-radius: 3px;
      border-bottom-left-radius: 3px; }
    .navbar-default .navbar-nav > li.active > a,
    .navbar-default .navbar-nav > li.active > a:hover {
      color: #fff;
      background-color: #cc0000; }
  .navbar-default .nav li {
    float: none;
    padding: 0;
    margin: 0; }
    .navbar-default .nav li a:hover {
      background-color: #aa0000;
      color: #fff; }

.navbar-collapse {
  margin: 0;
  padding: 0; }

.navbar-toggle {
  margin: 0;
  position: relative; }

.icon-bar {
  margin-left: auto;
  margin-right: auto; }

.navbar-header {
  position: relative; }

.larger {
  font-size: 1em; }

.circular {
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border: 3px solid white; }

header.masthead {
  background-color: #cc0000;
  color: white;
  border-bottom: 1px solid #700;
  overflow: hidden; }

.banner {
  margin-top: 40px;
  margin-bottom: 40px;
  text-shadow: 1px 1px 1px #770000; }

.slidable {
  position: relative; }

.download {
  color: #666666;
  font-size: 0.75em; }
  .download:hover {
    color: #cc0000; }

.tooltip-inner {
  font-family: "Open Sans", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  background-color: #666666; }

.tooltip.right .tooltip-arrow {
  border-right-color: #666666; }

.sectiontitle {
  background-color: #fff;
  padding-right: 8px; }

.sectionline {
  position: absolute;
  border-color: #cc0000;
  border-width: 2px;
  width: 100%;
  margin: 0;
  top: 0.5em;
  display: inline; }

#resume h2 {
  position: relative;
  color: #333;
  overflow: hidden; }
#resume h3 {
  margin-bottom: 5px; }
  #resume h3.subheading {
    color: #666666; }
#resume h4 {
  margin-top: 5px; }
  #resume h4 .quiet {
    font-size: 0.9em;
    color: #666666; }
#resume ul {
  padding-left: 0; }
  @media screen and (max-width: 768px) {
    #resume ul {
      padding-left: 18px; } }

.headerless {
  margin-top: 26px; }
  .headerless ul {
    list-style-type: none; }

.thumbs {
  margin-top: 30px; }

.thumbnail {
  position: relative; }
  .thumbnail .caption {
    position: absolute;
    bottom: 0;
    visibility: hidden; }
  .thumbnail:hover {
    border-color: #cc0000; }
    .thumbnail:hover .caption {
      visibility: visible;
      background-color: white;
      /* for browsers without rgba */
      background-color: rgba(255, 255, 255, 0.92); }

footer {
  background-color: #990000;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px; }
  footer a,
  footer a:hover {
    color: #fff; }
  footer .copyright {
    color: #ccc; }

/*body>section:last-of-type {
	background-color: $lightGray;
	padding-bottom: 0;
	margin-bottom: 0;
}

body>section:last-of-type>.container {
	padding-top: 15px;
	padding-bottom: 20px;
	@include rounded-corners(0px, 0px, 3px, 3px);
	border: 1px solid #d7d7d7;
	border-bottom: 0;
	background-color: #fff;
}*/
