:root {
  --bs-font-family: Lato, sans-serif;
  --bs-body-font-family: Lato, sans-serif;
}

.table {
  --bs-table-color: var(--bs-body-color);
}

body {
  background: url(https://myweb.uiowa.edu/pbreheny/img/bg.png);
}

.header {
  font-size: 30px;
  font-weight: lighter;
}

.container-lg {
  max-width: 960px;
}

.main-content {
  border-radius: 10px;
  padding: 30px;
}

iframe {
  display: block;
}

.student-list {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.student {
  overflow: hidden;
  padding: 5px 0;
}

.student-header {
  text-align: center;
  font-size: 20px;
  font-weight: normal;
}

.student-img {
  height: 100px;
  width: 100%;
  border-radius: 50%;
}

.student-pic {
  float: left;
  height: 100px;
  width: 100px;
  display: inline-block;
  text-align: center;
}

.student-info {
  float: left;
  padding-left: 30px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100px;
}

.app, .website, .reproduce, .R, .pdf, .journal {
  border-style: solid;
  color: #fff;
  padding: 4px;
  border-style: solid;
  border-radius: 0.2rem;
  font-size: small;
  display: inline-block;
  text-decoration: none;
  font-weight: 700;
  line-height: 1em;
}

.app:hover, .website:hover, .reproduce:hover, .R:hover, .pdf:hover, .journal:hover {
  background-color: #fff;
  fill: #fff;
  text-decoration: none;
}

.journal {
  background-color: #00a7e6;
  border-color: #00a7e6;
}

.journal:hover {
  color: #00a7e6;
}

.pdf {
  background-color: #e600a7;
  border-color: #e600a7;
}

.pdf:hover {
  color: #e600a7;
}

.R {
  background-color: #FF4E37;
  border-color: #FF4E37;
}

.R:hover {
  color: #FF4E37;
}

.reproduce {
  background-color: #00B500;
  border-color: #00B500;
}

.reproduce:hover {
  color: #00B500;
}

.website {
  background-color: #a700e6;
  border-color: #a700e6;
}

.website:hover {
  color: #a700e6;
}

.app {
  background-color: #e6a700;
  border-color: #e6a700;
}

.app:hover {
  color: #e6a700;
}

.navbar {
  padding: 0px;
}

.navbar-nav .nav-link {
  margin: 0 auto;
  position: relative;
  color: #BABABA;
  text-decoration: none;
}

.navbar-nav .nav-link:hover {
  color: #FFFFFF;
}

.navbar-nav .nav-link:before {
  content: "";
  position: absolute;
  width: 90%;
  height: 3px;
  bottom: 3px;
  left: 5%;
  background-color: yellow;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.navbar-nav .nav-link:hover:before, .navbar-nav .nav-link.active:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.highlight pre {
  background-color: #000;
}

pre, code {
  font-size: 90%;
}

code, tt {
  font-family: "Ubuntu Mono", monospace;
  padding: 0px;
  color: #FFCD00;
}

pre {
  padding: 8px 12px;
  overflow-x: auto;
}

pre > code {
  border: 0;
  padding-right: 0;
  padding-left: 0;
}

pre {
  line-height: 125%;
}

td.linenos .normal {
  color: #6e7681;
  background-color: #0d1117;
  padding-left: 5px;
  padding-right: 5px;
}

span.linenos {
  color: #6e7681;
  background-color: #0d1117;
  padding-left: 5px;
  padding-right: 5px;
}

td.linenos .special {
  color: #c9d1d9;
  background-color: #6e7681;
  padding-left: 5px;
  padding-right: 5px;
}

span.linenos.special {
  color: #c9d1d9;
  background-color: #6e7681;
  padding-left: 5px;
  padding-right: 5px;
}

.highlight .hll {
  background-color: #6e7681;
}

.highlight {
  background: #0d1117;
  color: #c9d1d9;
}

.highlight .c {
  color: #6abafb;
  font-style: italic;
} /* Comment */
.highlight .err {
  color: #ff858f;
} /* Error */
.highlight .esc {
  color: #c9d1d9;
} /* Escape */
.highlight .g {
  color: #c9d1d9;
} /* Generic */
.highlight .k {
  color: #ff858f;
} /* Keyword */
.highlight .l {
  color: #a5d6ff;
} /* Literal */
.highlight .n {
  color: #c9d1d9;
} /* Name */
.highlight .o {
  color: #df9af4;
  font-weight: bold;
} /* Operator */
.highlight .x {
  color: #c9d1d9;
} /* Other */
.highlight .p {
  color: #c9d1d9;
} /* Punctuation */
.highlight .ch {
  color: #6abafb;
  font-style: italic;
} /* Comment.Hashbang */
.highlight .cm {
  color: #6abafb;
  font-style: italic;
} /* Comment.Multiline */
.highlight .cp {
  color: #6abafb;
  font-weight: bold;
  font-style: italic;
} /* Comment.Preproc */
.highlight .cpf {
  color: #6abafb;
  font-style: italic;
} /* Comment.PreprocFile */
.highlight .c1 {
  color: #6abafb;
  font-style: italic;
} /* Comment.Single */
.highlight .cs {
  color: #6abafb;
  font-weight: bold;
  font-style: italic;
} /* Comment.Special */
.highlight .gd {
  color: #ff858f;
  background-color: #490202;
} /* Generic.Deleted */
.highlight .ge {
  color: #c9d1d9;
  font-style: italic;
} /* Generic.Emph */
.highlight .gr {
  color: #ff858f;
} /* Generic.Error */
.highlight .gh {
  color: #6abafb;
  font-weight: bold;
} /* Generic.Heading */
.highlight .gi {
  color: #61cc33;
  background-color: #0f5323;
} /* Generic.Inserted */
.highlight .go {
  color: #8b949e;
} /* Generic.Output */
.highlight .gp {
  color: #8b949e;
} /* Generic.Prompt */
.highlight .gs {
  color: #c9d1d9;
  font-weight: bold;
} /* Generic.Strong */
.highlight .gu {
  color: #6abafb;
} /* Generic.Subheading */
.highlight .gt {
  color: #ff7b72;
} /* Generic.Traceback */
.highlight .g-Underline {
  color: #c9d1d9;
  text-decoration: underline;
} /* Generic.Underline */
.highlight .kc {
  color: #61cc33;
} /* Keyword.Constant */
.highlight .kd {
  color: #ff858f;
} /* Keyword.Declaration */
.highlight .kn {
  color: #ff858f;
} /* Keyword.Namespace */
.highlight .kp {
  color: #6abafb;
} /* Keyword.Pseudo */
.highlight .kr {
  color: #ff858f;
} /* Keyword.Reserved */
.highlight .kt {
  color: #ff858f;
} /* Keyword.Type */
.highlight .ld {
  color: #6abafb;
} /* Literal.Date */
.highlight .m {
  color: #61cc33;
} /* Literal.Number */
.highlight .s {
  color: #69ce3d;
} /* Literal.String */
.highlight .na {
  color: #c9d1d9;
} /* Name.Attribute */
.highlight .nb {
  color: #c9d1d9;
} /* Name.Builtin */
.highlight .nc {
  color: #ff858f;
  font-weight: bold;
} /* Name.Class */
.highlight .no {
  color: #6abafb;
  font-weight: bold;
} /* Name.Constant */
.highlight .nd {
  color: #df9af4;
  font-weight: bold;
} /* Name.Decorator */
.highlight .ni {
  color: #ffa657;
} /* Name.Entity */
.highlight .ne {
  color: #f0883e;
  font-weight: bold;
} /* Name.Exception */
.highlight .nf {
  color: #ff858f;
} /* Name.Function */
.highlight .nl {
  color: #79c0ff;
  font-weight: bold;
} /* Name.Label */
.highlight .nn {
  color: #ff858f;
} /* Name.Namespace */
.highlight .nx {
  color: #c9d1d9;
} /* Name.Other */
.highlight .py {
  color: #79c0ff;
} /* Name.Property */
.highlight .nt {
  color: #61cc33;
} /* Name.Tag */
.highlight .nv {
  color: #79c0ff;
} /* Name.Variable */
.highlight .ow {
  color: #ff858f;
  font-weight: bold;
} /* Operator.Word */
.highlight .pm {
  color: #c9d1d9;
} /* Punctuation.Marker */
.highlight .w {
  color: #6e7681;
} /* Text.Whitespace */
.highlight .mb {
  color: #61cc33;
} /* Literal.Number.Bin */
.highlight .mf {
  color: #61cc33;
} /* Literal.Number.Float */
.highlight .mh {
  color: #61cc33;
} /* Literal.Number.Hex */
.highlight .mi {
  color: #61cc33;
} /* Literal.Number.Integer */
.highlight .mo {
  color: #61cc33;
} /* Literal.Number.Oct */
.highlight .sa {
  color: #61cc33;
} /* Literal.String.Affix */
.highlight .sb {
  color: #61cc33;
} /* Literal.String.Backtick */
.highlight .sc {
  color: #61cc33;
} /* Literal.String.Char */
.highlight .dl {
  color: #61cc33;
} /* Literal.String.Delimiter */
.highlight .sd {
  color: #61cc33;
} /* Literal.String.Doc */
.highlight .s2 {
  color: #61cc33;
} /* Literal.String.Double */
.highlight .se {
  color: #61cc33;
} /* Literal.String.Escape */
.highlight .sh {
  color: #61cc33;
} /* Literal.String.Heredoc */
.highlight .si {
  color: #61cc33;
} /* Literal.String.Interpol */
.highlight .sx {
  color: #61cc33;
} /* Literal.String.Other */
.highlight .sr {
  color: #61cc33;
} /* Literal.String.Regex */
.highlight .s1 {
  color: #61cc33;
} /* Literal.String.Single */
.highlight .ss {
  color: #61cc33;
} /* Literal.String.Symbol */
.highlight .bp {
  color: #c9d1d9;
} /* Name.Builtin.Pseudo */
.highlight .fm {
  color: #df9af4;
  font-weight: bold;
} /* Name.Function.Magic */
.highlight .vc {
  color: #79c0ff;
} /* Name.Variable.Class */
.highlight .vg {
  color: #79c0ff;
} /* Name.Variable.Global */
.highlight .vi {
  color: #79c0ff;
} /* Name.Variable.Instance */
.highlight .vm {
  color: #79c0ff;
} /* Name.Variable.Magic */
.highlight .il {
  color: #a5d6ff;
} /* Literal.Number.Integer.Long */
:root {
  --bs-body-bg: #2a2a2a;
  --bs-body-color: #ccc;
}

.main-content {
  color: #ccc;
  background: #2a2a2a;
}

.light main-content {
  background: #eee;
  color: #000;
}

a {
  color: #00a7e6;
  text-decoration: none;
}

a:hover {
  color: #00e7a7;
}

.button {
  display: inline-block;
  color: #ccc;
}

.light .button {
  color: #333;
}

button {
  color: #ccc;
  background: transparent;
}

.light button {
  color: #333;
}

.button:hover, button:hover {
  color: #008dff;
}

h1, h1 a, h1 a:hover, h2, h2 a, h2 a:hover {
  color: #ddd;
}

h3 {
  margin: 0px;
  color: #ccc;
  line-height: 20px;
  font-size: 20px;
  font-weight: 400;
  margin: 5px 5px 5px 0px;
}

.light h3 {
  color: #000;
}

h3 a {
  font-weight: 400;
}

h4 {
  color: #ccc;
  font-size: 18px;
  font-weight: 400;
  text-shadow: none;
}

.light h4 {
  color: #000;
}

h5 {
  color: #aaa;
  font-size: 95%;
  border: none;
  font-weight: 300;
  text-decoration: none;
  text-shadow: none;
}

.light h5 {
  color: #555;
}

h6 {
  color: #aaa;
  font-size: 95%;
  border: none;
  font-weight: 300;
  text-decoration: none;
  padding: 0 0 20px;
  text-shadow: none;
}

.light h6 {
  color: #555;
}

.year {
  color: #ddd;
  font-weight: normal;
  text-align: center;
  font-size: 20px;
  line-height: 1em;
  display: block;
  padding: 10px 0px 20px 0px;
}

.light .year {
  color: #333;
}

.gtable {
  text-align: left;
  margin-top: 0;
  margin-bottom: 16px;
}
.gtable th {
  font-size: 16px;
  text-align: right;
  padding: 6px 13px;
}
.gtable td {
  padding: 6px 13px;
}
.gtable td + td {
  text-align: right;
}

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