body {
    padding-top: 45px;
}

#sidebar .list-group, #sidebar .list-group-item {
    background-color: transparent;
}

/* for list-groups nested within a list-group-item, reset the bottom margin */
.list-group-item > .list-group {
    margin-bottom: 0px;
}

/* for list-group-items nested within a list-group-item, reset the bottom
   padding of the last item, b/c the containing item has paddimg already 
 */
.list-group-item .list-group-item:last-child {
    padding-bottom: 0px;
}

.list-group-item {
    border: none;
}

.tag-0 {
    font-size: 16pt;
}

.tag-1 {
    font-size: 13pt;
}

.tag-2 {
    font-size: 10pt;
}

.tag-3 {
    font-size: 8pt;
}

.tag-4 {
    font-size: 6pt;
}

#aboutme {
    padding-top: 0px;
    padding-bottom: 5px;
    -ms-word-break: normal;
    word-break: normal;
}

#sidebar {
    padding-top: 0px;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

#sidebar a {
    color: inherit;
}

.icon-label {
    margin-left: 10px;
}

/* Example for how to control spacing between icon and label in specific
   lists in the sidebar. To change, override in your CUSTOM_CSS           */
#sidebar #social i {
    margin-right: 3px;
}

a, a:hover {
    color: inherit;
}

.entry-content a {
    text-decoration: none;
    border-bottom: 1px dotted;
}

.entry-content a:hover {
    text-decoration: none;
    border-bottom: 1px solid;
}

.entry-content img {
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.entry-content figcaption, .caption {
    font-size: small;
    margin-bottom: 2px;
}

.summary img {
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}


.floatright, .align-right {
    float: right;
}

.floatleft, .align-left {
    float: left;
}

.floatcenter, .align-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

figure.floatright, .align-right {
    margin-left: 4px;
}

figure.floatleft, .align-left {
    margin-right: 4px;
}

figure.floatcenter, .align-center {
    margin-bottom: 11px;
}

.highlighttable pre {
    /* Removes bootstrap default margin-bottom */
    margin-bottom: 0px;
}

.highlighttable {
    /* Adds them margin-bottom to highlightable instead of <pre> */
    margin-bottom: 11px;
}

.highlighttable {
    width: 100%;
}

#categories ul, #tags ul {
    list-style: none;
    padding: 0;
    margin-left: 0;
}

.docutils.footnote td.label {
    display: table-cell;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    text-align: inherit;
    white-space: inherit;
    border-radius: inherit;
}

.categories-timestamp {
    color: #AAAAAA;
    font-size: 0.9em;
    margin-right: 10px;
}

.tagcloud li {
    padding: 0px;
}

#banner {
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: scroll;
    background-size: cover; 
    background-color: #C4C4C4;
    margin: 0 0 20px;
    padding: 70px 0; /*controls padding around inner text*/
    position: relative;
}

#banner .copy {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    display: inline;
    float: left;
    max-width: 600px;
    padding: 20px;
    position: relative;
    z-index: 1;
}

#banner h1 {
    color: #fff;
    font-family: "HelveticaNeue-CondensedBold","Helvetica Neue CE 600 Condensed","Helvetica Neue LT Condensed","Helvetica Neue 600 Condensed","HelveticaNeue-BoldCondensed","Helvetica Neue BoldCondensed","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 60px;
    font-stretch: condensed;
    font-weight: 700;
    line-height: 0.9;
    margin: 0;
    text-transform: uppercase;
}
#banner .intro {
    color: #fff;
    font-size: 21px;
    line-height: 1.33;
    opacity: 0.75;
}
#banner .btn, #banner .intro {
    margin-left: 4px;
}

/* Solutions for mobile and small screens  */
@media (max-width: 650px) {
    #banner h1{
       font-size: 30px; /* !important;*/
    }
    #banner .intro{
        font-size: 16px;
    }
}

.navbar, .navbar-brand {
    font-family: "proxima-nova", sans-sarif;
    font-size: 16pt;
    color: #000;
    background-color: #fff;
    min-height: 40px !important;
}

.navbar-brand {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 5px;
    padding-left: 5px;
    height: 40px;
}

.nav li a {
    padding-top: 10px;
    padding-bottom: 10px;
    height: 40px;
}

/* Make logo not conflict with header height */
.navbar-logo {
    float: left;
    margin-right: 15px;
    display: inline;
    margin-top: 3px;
}


/* Push logo slightly to the left on small phone screens */
@media (max-width: 700px) {
    .navbar-logo {
        margin-left: 3px;
    }
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 25px;
}

/* Footer idea taken from http://chdoig.github.io */
.footer-copyright {
    border-top: 1px solid #eee;
    padding: 0% 1% 1.5% 1%;
    text-align: center;
    height: 25px;
    margin-bottom: 0px;
    margin-top: 5px;
    bottom: 0px;
    width: 100%;
    background: white;
    position: fixed;
    color: #000;
    font-family: "proxima-nova", sans-sarif;
    font-size: 12pt;
}

.footer-copyright-left {
    /* Nudge text down slightly to line up with icons */
    margin-top: 2px;
    float: left;
}

.footer-copyright-right {
    float: right !important;
 }

.footer-copyright-right ul {
    margin-bottom: 0px;
    padding-left: 0px;
}

.social-icons li {
    display: inline;
    list-display-style: none;
    font-size: 16pt;
    padding-left: 5px;
}

.show-mobile {
    display: none;
}

/* Don't stick the footer on phones */
@media (max-width: 650px) {
    .footer-copyright {
        position: absolute;
    }
    /* Show social icons on hamburger menu when in mobile */
    .show-mobile {
        display: block;
    }
}

/* Fix toggle margin to deal with smaller header */
.navbar-toggle {
    margin-top: 4px;
    margin-bottom: 4px;
}

.mdx-video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 75%;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

.mdx-video-container iframe, .mdx-video-container object, .mdx-video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.post-info {
    font-family: "proxima-nova", sans-sarif;
    font-size: 10pt;
}

.post-info .label {
    font-family: "proxima-nova", sans-sarif;
    background-color: inherit;
    color: #000;
    font-weight: bold;
}

.page-header {
    margin-top: 10px;
}

.page-info {
    float: right;
    /* background-color: #eee; */
    /* border-radius: 4px; */
    /* border: 1px #666 solid; */
    max-width: 25%;
    padding-left: 5px;
    padding-right: 5px;
    /* push down slightly to line up with title line */
    margin-top: 3px;
}

.page-title {
    max-width: 70%;
    float: left;
    margin-bottom: 10px;
}

/* block display things on phones */
@media (max-width: 650px) {
    .page-info {
        float: none;
        max-width: 100%;
    }
    .page-title {
        float: none;
        max-width: 100%;
    }
}

h1 {
    font-size: 20pt;
    font-family: "proxima-nova", sans-sarif;
    font-weight: bold;
}

.page-title h1, .page-title h2 {
    display: inline;
}

h2 {
    font-size: 16pt;
    font-family: "proxima-nova", sans-sarif;
    font-weight: bold;
}

.page-title a {
    display: inline;
}

.page-header {
    border: 0;
}

.entry-content {
    border-top: 1px #ddd solid;
}

.entry-content, .summary, .project-content {
    clear: both;
    padding-top: 10px;
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    font-size: 12pt;
    font-family: "proxima-nova";
    font-weight: normal;
}

.summary a {
    border-bottom: 1px dotted;
}

.container {
    max-width: 900px;
}

#content {
    margin-bottom: 25px;
}

.wide {
    text-align: center;
}

.biopic {
    background-image: url("/theme/images/banner_circle.jpg");
    width: 385px;
    height: 385px;
    background-size: 100% 100%;
    margin-left: auto;
    margin-right: auto;
}

/* Don't stick the footer on phones */
@media (max-width: 400px) {
    .biopic {
        background-image: url("/theme/images/banner_circle_mobile.jpg");
        width: 275px;
        height: 275px;
    }
}

.cv h1 {
    font-size: 14pt;
}

.cv li {
    font-size: 10pt;
}

.np-project-box {
    position: relative;
    width: 220px;
    height: 220px;
    border: 1px solid #333;
    color: #fff;
    margin: 10px;
    float: left;
    border-radius: 5px;
    background-repeat:no-repeat;
    background-position:center;
}

.np-project-box-row {
    clear: both;
    margin: 0px auto;
}

.np-project-box-title {
    position: absolute;
    width: 100%;
    height: 30px;
    vertical-align: top;
    padding: 0px;
    margin: 0px;
    font-size: 9pt;
    background: #333;
    font-weight: bold;
    line-height: 1.25em;
}

.np-project-box-title p {
    padding-left: 5px;
    margin: 0px;
}

.np-project-box-icons {
    position: absolute;
    top: 30px;
    height: 20px;
    width: 100%;
    text-align: right;
    vertical-align: bottom;
}

.np-project-box-icons img {
    margin: 2px;
    background: #fff;
    vertical-align: bottom;
}

.np-project-box-description {
    position: absolute;
    width: 100%;
    height: 30px;
    padding: 0px;
    margin: 0px;
    bottom: 0px;
    background: #333;
    line-height: 1.2em;
    font-size: 8pt;
}

.np-project-box-description p {
    margin: 2px;
    padding: 0px;
}

/* h1's only exist to start a new section in the portfolio index, so
use that to clear the floats here */
.portfolio-index h1 {
    clear: both;
}

.portfolio-index {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
}

.project-header-image img {
    margin-right: auto;
    margin-left: auto;
    display: block;
    max-width: 80%;
    height: auto;
    margin-bottom:10px;
}

.project-content {
    width: 100%;
}

.project-info-box {
    border-radius: 5px;
    border: 2px solid #444;
    width: 25%;
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
    font-size: 10pt;
    background: #888;
    color: #FFF;
}

@media (max-width: 600px) {
    .project-info-box {
        float: none;
        display: block;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
}

.project-info-header {
    font-weight: bold;
    background: #444;
    width: 100%;
    font-size: 12pt;
    padding: 5px;
}

.project-info-content {
    padding: 5px;
}

.project-info-content h2 {
    font-size: 11pt;
    font-weight: bold;
    margin: 0px;
    padding-bottom: 3px;
}

.project-info-content ul {
    padding-left: 15px;
}

.project-content a {
    text-decoration: none;
    border-bottom: 1px dotted;
}

.project-content a:hover {
    text-decoration: none;
    border-bottom: 1px solid;
}

.project-info-box a {
    text-decoration: none;
    border-bottom: 1px dotted;
}

.project-info-box a:hover {
    text-decoration: none;
    border-bottom: 1px solid;
}

.soundcloud-iframe {
    max-width: 100%;
}
