@font-face {
  font-family: 'S-CoreDream-4Regular';
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-4Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

body {
  padding-top: 56px;
  font-family: 'S-CoreDream-4Regular', sans-serif;
}

.bg-crimson {
  background-color: #DC143C !important;
}

.text-crimson {
  color: #DC143C !important;
}

.btn-crimson {
  color: #fff;
  background-color: #DC143C;
  border-color: #DC143C;
}

.btn-crimson:hover {
  color: #fff;
  background-color: #CC143C;
  border-color: #CC143C;
}

.ck-content sup {
  color: #DC143C;
}

.catechism sup, .confession sup {
  color: #DC143C;
}

.catechism ul, .confession ul {
  padding-left: 0;
  counter-reset: list;
}

.catechism ul > li, .confession ul > li {
  list-style: none;
}

.catechism .card, .confession .card {
  transition: ease-in-out 0.3s box-shadow;
}

.catechism .card:hover, .confession .card:hover {
  box-shadow: 0 0 1em #00000033;
}

.catechism .list-group-item, .confession .list-group-item {
  transition: ease-in-out 0.3s all;
}

.catechism .list-group-item:hover, .confession .list-group-item:hover {
  box-shadow: 0 0 1em #00000033;
  z-index: 1;
}

.catechism #searchNumBox > div, .confession #searchNumBox > div {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.catechism #searchNumBox #searchNum .form-group, .confession #searchNumBox #searchNum .form-group {
  width: 100%;
  margin-bottom: 0;
}

.catechism #searchNumBox #searchNum #inputNum, .confession #searchNumBox #searchNum #inputNum {
  width: 100%;
}

.catechism #searchNumBox #searchNum button, .catechism #searchNumBox #searchNum a, .confession #searchNumBox #searchNum button, .confession #searchNumBox #searchNum a {
  width: auto;
  white-space: nowrap;
}

.comment.small a {
  color: #DC143C;
}

.confession .chapter p {
  margin-bottom: 0;
}

.biblereading table {
  table-layout: fixed;
}

@media (max-width: 576px) {
  .biblereading table th {
    font-size: 85%;
  }
}

.biblereading table td {
  width: calc(100% / 7);
  padding: 0.5em;
  letter-spacing: -1px;
}

@media (max-width: 576px) {
  .biblereading table td {
    font-size: 85%;
  }
}

footer {
  margin-top: 50px;
}

.jumbotron {
  margin-bottom: 1rem;
}

.jumbotron h1, .jumbotron h2, .jumbotron h3, .jumbotron h4, .jumbotron h5, .jumbotron h6 {
  margin-bottom: 0;
}

.copyright {
  color: #DC143C;
  text-align: right;
  font-size: 0.9em;
  margin-top: 0.5em;
}

.nav-link-group {
  display: flex;
  align-items: center;
}

.nav-link-group > a:first-child {
  padding-right: 0 !important;
}

@media (max-width: 576px) {
  .board th, .board td {
    font-size: 0.85em;
  }
  .board th:nth-child(2), .board td:nth-child(2) {
    display: none;
  }
}

blockquote {
  border-left: 5px solid #ccc;
  padding-left: 1rem;
  font-style: italic;
}

.p-125 {
  padding: 1.25rem !important;
}