.archive {
  font-size: 16px;
}

.post-listing-date,
.post-listing-tags {
  font-size: 0.8rem;
  margin-top: -0.6rem;
  margin-bottom: 0.5rem;
  color: #9a9a9a;
  display: block;
}

.post-listing-title,
.post-listing-title a {
  font-size: 1.3rem;
  color: #303030;
}

.section-introduction {
  padding-bottom: 1em;
}

.footnote {
  font-family: "PT Sans", Helvetica, Arial, sans-serif;
  font-size: 0.8rem;
  color: #9a9a9a;
}

.masthead {
  margin-bottom: 2rem;
}

.posts {
  margin-bottom: 5rem; 
}

.footer {
  font-family: "PT Sans", Helvetica, Arial, sans-serif;
  font-size: 1.05rem;
  margin-top: 2rem;
  border-top: 1px solid #eee;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (max-width: 48em) {
  .footer {
  	text-align: center;
  }
}

.footer a {
  color: #707070;
  padding-right: 1.0rem; 
  margin-left:  auto;
}

table {
  display: block;
  overflow: auto;
  font-size: .58rem;
  border: none;
}

pre {
  font-size: .6rem;
  overflow: auto;
  white-space: pre;
  padding: 0.75rem;
}

ul, ol, dl {
  margin-top: 0;
  margin-bottom: revert;
}

.form-group-item {
  padding: .2rem;
}

.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 0.82rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.row {
  display: flex;
}

.col {
  flex: 50%;
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  padding: .375rem .75rem;
  font-size: 0.82rem;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
  width: 100%;
}

.btn:hover {
  color: #212529;
}

.btn-lg {
  padding: .5rem 2rem .3rem;
  font-size: 1.3rem;
  line-height: 1.5;
  border-radius: .3rem
}

.text-center {
  text-align: center !important
}

.my-3 {
  margin-bottom: 3rem !important;
  margin-top: 3rem !important;
}

.my-5 {
  margin-bottom: .5rem !important;
  margin-top: .5rem !important;
}

.btn-primary {
  color: white;
  background-color: #5e3bee;
  border-color: #5e3bee;
  text-decoration: none;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

.btn-primary:hover {
  color: white;
  background-color: #4322ca;
  border-color: #4322ca;
  text-decoration: none;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

.project-container {
  padding: 1rem;
  background-color: #f8f6fb;
  border-radius: 0.5rem;
  align-items: flex-start;
  margin: 1rem 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
