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

h1 {
  font-family: "Londrina Outline", sans-serif;
  margin-bottom: 18px;
  font-size: 3.5em;
  color: #76A83C;
}
h1 .title {
  font-family: "Londrina Solid", sans-serif;
}
h1 .title-english {
  font-family: "Londrina Solid", sans-serif;
  margin-top: -12px;
  margin-bottom: 18px;
  font-size: 0.75em;
  color: #76A83C;
  font-variant-caps: all-small-caps;
}

h2 {
  font-family: "Londrina Solid", cursive;
  margin: 1em 0 0.5em 0;
  font-size: 2.5em;
  border-bottom: 3px solid #ddd;
}

h3 {
  font-weight: 900;
}

.rubric {
  color: red;
  font-style: italic;
}

.page-about .guc {
  background-color: #FFE5D0;
}
.page-about .pc {
  background-color: #d8f8ff;
}
.page-about .icon-circle {
  background-color: white;
  border-radius: 50%;
  height: 200px;
  line-height: 200px;
  width: 200px;
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 15px;
}
.page-about .icon-circle img {
  width: 63%;
}

.session h1 {
  font-family: "Londrina Outline", sans-serif;
  margin-bottom: 18px;
  font-size: 3.5em;
  color: #76A83C;
}
.session h1 .title {
  font-family: "Londrina Solid", sans-serif;
}
.session h1 .title-english {
  font-family: "Londrina Solid", sans-serif;
  margin-top: -12px;
  margin-bottom: 18px;
  font-size: 0.75em;
  color: #76A83C;
  font-variant-caps: all-small-caps;
}
.session h2 {
  font-family: "Londrina Solid", cursive;
  margin: 1em 0 0.5em 0;
  font-size: 2.5em;
  border-bottom: 3px solid #ddd;
}
.session h3 {
  font-weight: 900;
}
.session .caps {
  text-transform: uppercase;
}
.session .nav-tabs {
  font-size: 1.5em;
}
.session .tab-prompt {
  color: red;
  font-size: 2em;
  font-weight: bold;
  margin-top: 1em;
  text-align: center;
}
.session .tab-content {
  margin-top: 1em;
}
.session .accordion.lyrics .copyright {
  font-style: italic;
  font-size: 0.8em;
}

header .navbar-brand {
  font-size: 1rem;
  padding: 0;
}
header .navbar-brand img {
  height: 2rem;
  margin: -1.1rem 0.25rem 0 0;
}
header .navbar-brand .words {
  display: inline-block;
  color: #999;
}
header .navbar-brand .guc {
  font-size: 0.8rem;
  line-height: 1rem;
  margin-top: 0.5rem;
}
header .navbar-brand .sacrament {
  font-weight: 800;
  line-height: 1rem;
}
header .btn-group.locale {
  background-color: #eee;
}

main {
  min-height: calc(100vh - 60px - 184px);
}

footer {
  font-size: 0.9rem;
  background-color: #f1f2fc;
  padding: 3rem 0;
}
footer .bi-heart-fill {
  color: rgb(176, 42, 55);
}
footer a {
  text-decoration: none;
  color: darkblue;
}
footer .copyright, footer .links {
  font-size: 0.75rem;
}
footer .about {
  font-size: 0.85rem;
}
footer img.logo {
  float: left;
  margin-right: 0.25rem;
}
footer hr {
  margin: 0.5rem 0;
}

.sessions .circle-group {
  display: inline-block;
}
.sessions a.circle {
  display: inline-block;
  height: 5rem;
  width: 5rem;
  color: white;
  background-color: #0a58ca;
  text-decoration: none;
  font-size: 3rem;
  line-height: 5rem;
  font-weight: 700;
  text-align: center;
  margin: 0 0.25rem;
}

.table.scope_and_sequence th, .table.scope_and_sequence td {
  min-width: 7em;
}
.table.scope_and_sequence th, .table.scope_and_sequence td {
  vertical-align: middle;
  text-align: center;
  border: none;
}
.table.scope_and_sequence .focus_on_learning, .table.scope_and_sequence .scripture_reading_title, .table.scope_and_sequence .rite_title, .table.scope_and_sequence .prayer_title, .table.scope_and_sequence .at_home_this_week {
  font-weight: bold;
}
.table.scope_and_sequence .scripture_reading_citation, .table.scope_and_sequence .prayer_song_title, .table.scope_and_sequence .rite_secondary, .table.scope_and_sequence .catechism {
  font-size: 0.7em;
}
.table.scope_and_sequence tbody th {
  background-color: #ddd;
  border: 1px solid black;
  text-transform: uppercase;
  font-family: "Londrina Solid", sans-serif;
  font-size: 1.25em;
}
.table.scope_and_sequence th.session_title {
  border: 1px solid black;
  text-transform: uppercase;
  font-family: "Londrina Solid", sans-serif;
  font-size: 1.4em;
}
.table.scope_and_sequence th.session_title.session_1 {
  background-color: #f8b118;
}
.table.scope_and_sequence th.session_title.session_2 {
  background-color: #a96280;
}
.table.scope_and_sequence th.session_title.session_3 {
  background-color: #7ac4cd;
}
.table.scope_and_sequence th.session_title.session_4 {
  background-color: #f4846e;
}
.table.scope_and_sequence th.session_title.session_5 {
  background-color: #f9c4c6;
}
.table.scope_and_sequence th.session_title.session_6 {
  background-color: #77a97c;
}
.table.scope_and_sequence td {
  border: 1px solid #888;
}
.table.scope_and_sequence td.session_1 {
  background-color: rgba(249, 178, 24, 0.5);
}
.table.scope_and_sequence td.session_2 {
  background-color: rgba(169, 99, 128, 0.5);
}
.table.scope_and_sequence td.session_3 {
  background-color: rgba(122, 196, 206, 0.5);
}
.table.scope_and_sequence td.session_4 {
  background-color: rgba(245, 133, 110, 0.5);
}
.table.scope_and_sequence td.session_5 {
  background-color: rgba(250, 197, 199, 0.5);
}
.table.scope_and_sequence td.session_6 {
  background-color: rgba(119, 169, 124, 0.5);
}

.refrain, .verse, .bridge {
  margin-bottom: 1em;
}

.refrain {
  font-weight: bold;
}

.session-preview i.bi-fullscreen {
  padding: 0 3px;
}
.session-preview .tab-content.bordered .tab-pane.active {
  border: 1px solid #dee2e6;
  border-top: none;
}

#leader-overview .preview_session {
  background-color: #b8dfff;
}
#leader-overview .dismissal-promo {
  background-color: #fffac8;
}

#features .features i.bi {
  font-size: 2.5em;
  color: #76A83C;
}

.tweet {
  float: right;
  border: 5px solid #02b8fc;
  border-radius: 100px;
  padding: 0;
  max-width: 30em;
  margin: 0 0 10px 10px;
}
.tweet img {
  max-width: 125px;
  float: left;
  margin-right: 10px;
}
.tweet a {
  text-decoration: none;
  color: black;
}
.tweet p {
  padding: 10px 30px 0 10px;
  margin: 0;
}
.tweet .cite {
  text-align: right;
  padding: 0 30px 0 0;
}

.table.parts-of-the-mass tr.section td {
  background-color: darkgreen;
  color: white;
  font-weight: bold;
  font-variant: small-caps;
  font-size: 1.5em;
}
.table.parts-of-the-mass tr.subsection td {
  background-color: rgba(0, 100, 0, 0.5);
  color: white;
  font-weight: bold;
  font-variant: small-caps;
  font-size: 1.5em;
}
.table.parts-of-the-mass td.posture {
  min-width: 6em;
  line-height: 1em;
}
.table.parts-of-the-mass td.posture img {
  height: 2em;
  width: auto;
  float: left;
  margin-right: 4px;
}

.eucharist header {
  background-color: #deefde;
}

/*# sourceMappingURL=/assets/sacraments-4b6e9abc.css.map */
