: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);
}

code, tt {
  font-family: "Ubuntu Mono", monospace;
}

pre.code {
  background-color: #DDDDDD;
  border-width: 0px;
  color: #000000;
  font-size: 14px;
  margin: 0px 0px 10px 10px;
  max-height: 500px;
  min-height: 16px;
  overflow: auto;
  padding: 10px 10px 10px;
  width: 90%;
  z-index: 10000;
}

div.code-header {
  color: #FFFFFF;
  background-color: #AAAAAA;
  display: inline-block;
  font-weight: bold;
  padding: 3px;
  font-size: 14px;
  margin: 10px 0px 0px 10px;
  padding: 10px 10px 10px;
  width: 90%;
}

: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 */