html, body, #centercont {
  height: 100%;
}

/**
 * Set `margin-bottom` to maintain vertical rhythm
 */
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
ul, ol, dl, figure,
.highlight {
  margin-bottom: 1.5ex;
}

#wrap {
  min-height: 100%;
  overflow: auto;
  padding-bottom: 60px; /* this needs to be bigger than footer height*/
  flex-grow: 1;
}

.social-icon svg path {
  fill: #58d2ff;
}

body {
  background: white;
  color: #4e5155;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 300;
}

a {
  color: #057ea4;
}

h1 {
  font-family: "EB Garamond", serif;
  color: #007099;
}

h2 {
  font-family: "EB Garamond", serif;
  color: #007099;
  font-size: 32px;
}

h3 {
  font-family: "EB Garamond", serif;
  color: #007099;
  font-size: 25px;
}

.row {
  padding-top: 10px;
}

hr {
  border-color: #bfd7de;
}

.postlink {
  padding-left: 1ex;
}
.postlink h2 {
  font-size: 24px;
  margin-bottom: 0.3ex;
}
.postlink .description {
  font-style: italic;
  font-size: 14px;
  color: #4e5155;
}
.postlink .date {
  font-size: 14px;
  color: #4e5155;
  font-weight: 600;
  padding-right: 1.5em;
}
.postlink .extra {
  font-size: 14px;
  color: #4e5155;
  padding-left: 2em;
}

.post-date {
  font-weight: bold;
  font-size: 18px;
}

.post-description {
  font-style: oblique;
  font-size: 18px;
}

.post-content {
  font-size: 16px;
}

.footnotes {
  font-size: 12.5px;
}

.nobr {
  white-space: nowrap;
}

.pub h2 {
  font-size: 24px;
  margin-bottom: 0.3ex;
}
.pub .authors {
  font-size: 14px;
  font-style: italic;
  font-weight: bold;
  margin-bottom: 0.1ex;
}
.pub .description {
  font-size: 14px;
  margin-bottom: 0.3ex;
}
.pub .venue-date {
  font-size: 14px;
  font-style: italic;
  margin-bottom: 0.6ex;
}
.pub .links {
  font-size: 12px;
  font-weight: bolder;
}
.pub .links a {
  color: #057ea4;
}

.navbar-custom {
  background: white;
  padding-bottom: 0px;
  padding-top: 5px;
  padding-left: 25px;
  padding-right: 25px;
  border-bottom: double 5px #007099;
}
.navbar-custom .navbar-nav li a {
  color: #696969;
  font-family: "EB Garamond", serif;
  font-size: 26px;
}
.navbar-custom .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(105,105,105,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-custom .navbar-brand {
  font-family: "EB Garamond", serif;
  color: #007099;
  font-size: 2.8rem;
}
.navbar-custom .navbar-brand:hover {
  color: #007099;
}

.flx-rr {
  display: flex;
  flex-direction: row-reverse;
}

#personal-photo {
  max-width: 85%;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.footer {
  position: relative;
  bottom: 0;
  right: 0;
  left: 0;
  margin-top: -60px; /* negative value of footer height */
  height: 30px;
  clear: both;
  padding-top: 5px;
  max-width: 100%;
  /* Set the fixed height of the footer here */
  background-color: white;
  border-top: solid 3.5px #007099;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  color: black;
  /*vertical-align: center;*/
  font-style: italic;
  padding-bottom: 10px;
  padding-right: 20px;
  padding-left: 20px;
}
.footer .linked-showcases img {
  height: 30px;
  padding-right: 10px;
}

.post-content p br {
  display: none;
}

.bibliography {
  font-size: 14px;
  padding-bottom: 5px;
}

.wrapper {
  padding-left: 3px;
  padding-right: 3px;
}

.greyscale {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.inline-icon {
  display: inline-block;
  fill: #007099;
  vertical-align: center;
  margin-right: 1ex;
}

/**
 * Code formatting
 */
pre,
code {
  font-family: "Anonymous Pro", monospace;
}

code {
  color: #007099;
}

pre {
  padding: 8px 12px;
  overflow-x: auto;
}
pre > code {
  border: 0;
  padding-right: 0;
  padding-left: 0;
}

.highlight {
  border-radius: 5px;
  margin: 8px;
  background: #F4FAFD;
}
.highlighter-rouge .highlight {
  background: #F4FAFD;
}

.highlight .hll {
  background-color: #ffffcc;
}

.highlight .c {
  color: #aaaaaa;
  font-style: italic;
} /* Comment */
.highlight .err {
  color: #F00000;
  background-color: #F0A0A0;
} /* Error */
.highlight .k {
  color: #0000aa;
} /* Keyword */
.highlight .cm {
  color: #aaaaaa;
  font-style: italic;
} /* Comment.Multiline */
.highlight .cp {
  color: #4c8317;
} /* Comment.Preproc */
.highlight .c1 {
  color: #aaaaaa;
  font-style: italic;
} /* Comment.Single */
.highlight .cs {
  color: #0000aa;
  font-style: italic;
} /* Comment.Special */
.highlight .gd {
  color: #aa0000;
} /* Generic.Deleted */
.highlight .ge {
  font-style: italic;
} /* Generic.Emph */
.highlight .gr {
  color: #aa0000;
} /* Generic.Error */
.highlight .gh {
  color: #000080;
  font-weight: bold;
} /* Generic.Heading */
.highlight .gi {
  color: #00aa00;
} /* Generic.Inserted */
.highlight .go {
  color: #888888;
} /* Generic.Output */
.highlight .gp {
  color: #555555;
} /* Generic.Prompt */
.highlight .gs {
  font-weight: bold;
} /* Generic.Strong */
.highlight .gu {
  color: #800080;
  font-weight: bold;
} /* Generic.Subheading */
.highlight .gt {
  color: #aa0000;
} /* Generic.Traceback */
.highlight .kc {
  color: #0000aa;
} /* Keyword.Constant */
.highlight .kd {
  color: #0000aa;
} /* Keyword.Declaration */
.highlight .kn {
  color: #0000aa;
} /* Keyword.Namespace */
.highlight .kp {
  color: #0000aa;
} /* Keyword.Pseudo */
.highlight .kr {
  color: #0000aa;
} /* Keyword.Reserved */
.highlight .kt {
  color: #00aaaa;
} /* Keyword.Type */
.highlight .m {
  color: #009999;
} /* Literal.Number */
.highlight .s {
  color: #aa5500;
} /* Literal.String */
.highlight .na {
  color: #1e90ff;
} /* Name.Attribute */
.highlight .nb {
  color: #00aaaa;
} /* Name.Builtin */
.highlight .nc {
  color: #00aa00;
  text-decoration: underline;
} /* Name.Class */
.highlight .no {
  color: #aa0000;
} /* Name.Constant */
.highlight .nd {
  color: #888888;
} /* Name.Decorator */
.highlight .ni {
  color: #800000;
  font-weight: bold;
} /* Name.Entity */
.highlight .nf {
  color: #00aa00;
} /* Name.Function */
.highlight .nn {
  color: #00aaaa;
  text-decoration: underline;
} /* Name.Namespace */
.highlight .nt {
  color: #1e90ff;
  font-weight: bold;
} /* Name.Tag */
.highlight .nv {
  color: #aa0000;
} /* Name.Variable */
.highlight .ow {
  color: #0000aa;
} /* Operator.Word */
.highlight .w {
  color: #bbbbbb;
} /* Text.Whitespace */
.highlight .mf {
  color: #009999;
} /* Literal.Number.Float */
.highlight .mh {
  color: #009999;
} /* Literal.Number.Hex */
.highlight .mi {
  color: #009999;
} /* Literal.Number.Integer */
.highlight .mo {
  color: #009999;
} /* Literal.Number.Oct */
.highlight .sb {
  color: #aa5500;
} /* Literal.String.Backtick */
.highlight .sc {
  color: #aa5500;
} /* Literal.String.Char */
.highlight .sd {
  color: #aa5500;
} /* Literal.String.Doc */
.highlight .s2 {
  color: #aa5500;
} /* Literal.String.Double */
.highlight .se {
  color: #aa5500;
} /* Literal.String.Escape */
.highlight .sh {
  color: #aa5500;
} /* Literal.String.Heredoc */
.highlight .si {
  color: #aa5500;
} /* Literal.String.Interpol */
.highlight .sx {
  color: #aa5500;
} /* Literal.String.Other */
.highlight .sr {
  color: #009999;
} /* Literal.String.Regex */
.highlight .s1 {
  color: #aa5500;
} /* Literal.String.Single */
.highlight .ss {
  color: #0000aa;
} /* Literal.String.Symbol */
.highlight .bp {
  color: #00aaaa;
} /* Name.Builtin.Pseudo */
.highlight .vc {
  color: #aa0000;
} /* Name.Variable.Class */
.highlight .vg {
  color: #aa0000;
} /* Name.Variable.Global */
.highlight .vi {
  color: #aa0000;
} /* Name.Variable.Instance */
.highlight .il {
  color: #009999;
} /* Literal.Number.Integer.Long */

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