/* T01 CSS Version 1.0 (07/21/2020) */
body,
html {
  min-height: 100%;
}
body {
  margin: 0;
  overflow-x: hidden;
  position: relative;
  right: 0;
}
.clear {
  clear: both;
}
.lh-100 {
  line-height: 1;
}
header a,
header a:hover {
  color: #fff;
  font-family: 'GeezFutura Bold';
  text-decoration: none;
}
#offcanvas,
#offcanvas-menu a,
#offcanvas-menu ul ul li a,
#offcanvas-menu > ul > li > a,
.social-links a,
footer,
footer a,
header #location,
header #metropolis,
header #site-name,
header nav a {
  color: #fff;
}
/* .oc-toggler span,
main > .container,
main > .container-fluid {
  background: url(../images/patterns/body-bg-pattern.png);
} */
header #site-name {
  font-family: 'NotoSansEthiopic Bold';
  font-size: 2rem;
  font-weight: 700;
}
header #location,
header #metropolis {
  font-family: 'NotoSansEthiopic Regular';
  font-size: 1.25rem;
}
header .vertical-nav .nav-item:last-of-type {
  border-bottom: 0;
}
header .vertical-nav [data-toggle="collapse"] .fas:after {
  content: "\f0d7";
}
header .vertical-nav [data-toggle="collapse"].collapsed .fas:after {
  content: "\f0da";
}
header nav,
header nav .dropdown-menu {
  line-height: normal;
}
header nav .dropdown-menu {
  border: 0;
  border-radius: 0;
}
header nav .dropdown-menu ul li {
  width: 100%;
}
main {
  position: relative;
  z-index: 10;
  margin-top: -10px;
}
.carousel {
  margin: 0 -15px 2rem -15px;
  z-index: 5;
}
.carousel-caption {
  bottom: 3rem;
  padding: 10px;
  z-index: 10;
}
.carousel-caption .btn {
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 700;
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  opacity: 1;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 40px;
  height: 40px;
}
main .carousel-item > img {
  width: 100%;
}
header .carousel-item {
  background-position: center !important;
  background-size: cover !important;
}
header .carousel-item > img {
  height: 32rem;
  left: 0;
  min-width: 100%;
  position: absolute;
  top: 0;
}
#scroll-to-content {
  position: absolute;
  bottom: 0;
  font-size: 33px;
  color: #fff;
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;
  cursor: pointer;
}
.nav-scroll{
  position: fixed !important;
    top: 0;
    z-index: 999;
    display: block;
    width: 100%;
    background-color: var(--secondary-color)!important;
}
.fc-list-item-time {
  color: #705f30;
  color: var(--dark-color);
}
.fc-view-container {
  background-color: #fff;
}
.fc-day-header {
  color: #705f30;
  color: var(--dark-color);
}
.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  color: #705f30;
  color: var(--dark-color);
}
.fc-ltr .fc-list-heading-main {
  color: #705f30;
  color: var(--dark-color);
}
.fc-list-heading-alt {
  color: #705f30;
  color: var(--dark-color);
}
.fc-list-item-title {
  color: #705f30;
  color: var(--dark-color);
}
.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary:disabled {
  background-color: #705f30;
  background-color: var(--dark-color);
  border-color: rgba(112, 95, 48, 0.3);
  border-color: var(--primary-color-low-opacity);
}
.fc-axis,
.fc-close,
a.fc-more {
  color: var(--primary-color) !important;
}
#calendar .fc-today-button {
  margin: 10px 10px;
}
#calendar .btn-group,
.btn-group-vertical {
  margin: 10px 0;
}
@media (max-width: 767.98px) {
  .fc-toolbar .fc-center,
  .fc-toolbar .fc-left,
  .fc-toolbar .fc-right {
    float: none !important;
    clear: both;
    display: block !important;
  }
  .fc-time {
    clear: both;
  }
  .fc-day-top,
  .fc-more,
  .fc-time,
  .fc-title {
    font-size: 0.675rem;
  }
  .fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
    float: none;
  }
  .fc-basic-view .fc-body .fc-row {
    height: 8em;
  }
  #calendar {
    margin-bottom: 20px;
  }
}
@media (max-width: 575.98px) {
  .fc-day-grid-container,
  .fc-list-view,
  .fc-scroller {
    height: 60vh !important;
  }
}
.breadcrumb {
  background-color: transparent;
  padding: 0;
  font-size: 0.875rem;
  font-weight: 400;
  margin-top: 1%;
  margin-bottom: 2%;
}
.breadcrumb-item {
  padding: 0.75rem 0;
}
.card-img-top {
  max-width: 100%;
  flex-shrink: 0;
}
.card-footer {
  line-height: 1;
}
@media (max-width: 767.98px) {
  .oc-toggler span,
  main > .container,
  main > .container-fluid {
    padding: 0 7%;
  }
}
.modal-dialog {
  max-width: 1000px;
}
#wrfAlert {
  left: 0;
  top: 1vh;
  position: fixed;
  z-index: 100;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}
#side_navigation_title a {
  color: var(--secondary-color);
}
#side_navigation_title a:hover {
  text-decoration: none;
}
#side_navigation {
  margin: 0 0 20% 0;
}
footer a:hover {
  text-decoration: none;
}
footer .col-12:last-of-type {
  border: 0;
}
@media (max-width: 767.98px) {
  .list-unstyled {
    text-align: center;
    padding: 2% 0;
    border-top: 1px solid;
    border-top-color: var(--primary-color-low-opacity);
  }
  #side_navigation {
    margin: 5rem 0 3rem 0;
  }
}
#offcanvas {
  height: 0;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: var(--primary-color);
  z-index: 1000;
  overflow: hidden;
  transition: height 0.3s ease-in-out;
}

#offcanvas.open {
  height: 100vh;
}

#offcanvas-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 1001;
  display: flex;
  align-items: center;
  justify-content: center;
}

#offcanvas-close:before,
#offcanvas-close:after {
  content: '';
  position: absolute;
  width: 30px;
  height: 3px;
  background: #fff;
  transform: rotate(45deg);
  transition: all 0.3s ease;
}

#offcanvas-close:after {
  transform: rotate(-45deg);
}

#offcanvas-close:hover:before,
#offcanvas-close:hover:after {
  background: var(--accent-color);
}

#offcanvas-menu {
  padding: 2rem;
  color: #fff;
  margin-top: 3rem;
}

#offcanvas-menu h5,
#offcanvas-menu h6 {
  padding: 1rem 0;
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 2rem;
}

#offcanvas-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#offcanvas-menu > ul > li > a {
  display: block;
  padding: 1rem;
  color: #fff;
  text-decoration: none;
  font-size: 1.1rem;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  transition: all 0.3s ease;
}

#offcanvas-menu > ul > li > a:hover {
  background: rgba(255,255,255,0.1);
  padding-left: 1.5rem;
}

#offcanvas-menu ul ul {
  background: rgba(0,0,0,0.1);
  padding-left: 1rem;
}

#offcanvas-menu ul ul li a {
  padding: 0.8rem;
  font-size: 1rem;
  color: rgba(255,255,255,0.8);
}

#offcanvas-menu ul ul li a:hover {
  color: #fff;
  background: rgba(255,255,255,0.05);
}

.oc-toggler {
  position: fixed;
  top: 1rem;
  right: 1rem;
  z-index: 1001;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.oc-toggler span {
  display: block;
  width: 30px;
  height: 3px;
  background: var(--primary-color);
  margin: 3px 0;
  transition: all 0.3s ease;
}

.oc-toggler.open span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}

.oc-toggler.open span:nth-child(2) {
  opacity: 0;
}

.oc-toggler.open span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}

#oc-logo {
  text-align: center;
  padding: 1rem;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

#oc-logo img {
  max-width: 100px;
  height: auto;
}

#template-switcher-wrapper {
  position: fixed;
  top: 10vh;
  left: -5px;
  z-index: 1000;
}
#template-switcher-wrapper.minimized button span {
  display: none;
}
#template-switcher-wrapper .dropdown-toggle::after {
  display: none;
}
#template-switcher {
  background: #705f30;
  background: var(--primary-color);
  color: #fff;
  min-width: 200px;
}
#template-switcher a {
  color: #fff;
}
@media (max-width: 991.98px) {
  .carousel-caption {
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 0 35px 0;
  }
}
@media (max-width: 767.98px) {
  header #site-logo {
    height: auto;
    width: 25vw;
    min-width: 20vw;
  }
  header nav {
    border: 0;
  }
  header .navbar {
    padding: 0;
  }
  .carousel {
    margin: 0 -15px 0 -15px;
  }
  .carousel-indicators {
    position: relative;
    width: 6rem;
    margin: 0 auto;
    bottom: 5%;
  }
  .carousel-caption {
    position: relative;
    background: #705f30;
    background: var(--dark-color);
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    top: -3rem;
    box-shadow: 0 2px rgba(0, 0, 0, 0.8);
  }
  .carousel-caption h1 {
    font-size: 1.5rem;
  }
  .carousel-caption p {
    font-weight: 400;
  }
  a.carousel-control-next,
  a.carousel-control-prev {
    display: none;
  }
}
@media (max-width: 575.98px) {
  header #site-name {
    font-size: 1.375rem;
    margin: 8% 0;
  }
  header #location,
  header #metropolis {
    font-size: 1rem;
  }
  .carousel-indicators {
    display: none;
  }
}
body {
  font-family: var(--primary-font);
  font-size: 1.15rem;
}
a {
  color: #427d6c;
  color: var(--secondary-color);
  overflow-wrap: break-word;
}
a:hover {
  color: #cfc868;
  color: var(--primary-color);
}
.btn-primary {
  background-color: #c2ab6b;
  background-color: var(--secondary-color);
  border-color: #705f30;
  border-color: var(--primary-color);
}
.btn-primary:hover {
  background: linear-gradient(90deg, rgba(224,188,128,1) 0%, rgba(237,162,47,1) 48%, rgba(224,188,128,1) 100%);
}
.btn-outline-primary {
  color: #c2ab6b;
  color: var(--secondary-color);
  border-color: #c2ab6b;
  border-color: var(--secondary-color);
}
.btn-outline-primary:hover {
  background-color: #c2ab6b;
  background-color: var(--secondary-color);
  color: #705f30;
  color: var(--primary-color);
}
.btn-outline-primary:not(:disabled):not(.disabled).active:hover,
.btn-outline-primary:not(:disabled):not(.disabled):active {
  background-color: #c2ab6b;
  background-color: var(--secondary-color);
  color: #705f30;
  color: var(--primary-color);
  cursor: initial;
}
.show > .btn-primary.dropdown-toggle {
  background-color: #705f30;
  background-color: var(--primary-color);
  border-color: #c2ab6b;
  border-color: var(--secondary-color);
}
.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary:disabled {
  background-color: rgba(112, 95, 48, 0.3);
  background-color: var(--primary-color-low-opacity);
  border-color: rgba(112, 95, 48, 0.3);
  border-color: var(--primary-color-low-opacity);
  cursor: initial;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled).active:hover,
.btn-primary:not(:disabled):not(.disabled):active {
  background-color: #705f30;
  background-color: var(--primary-color);
  border-color: #c2ab6b;
  border-color: var(--secondary-color);
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled).active:hover {
  cursor: initial;
}
.list-group-item {
  border-color: #c2ab6b;
  border-color: var(--secondary-color-low-opacity);
}
.list-group-item-action:focus,
.list-group-item-action:hover {
  background-color: var(--primary-color-low-opacity);
  color: #fff;
}
.list-group-item.active {
  background-color: #705f30;
  background-color: var(--secondary-color);
  border-color: #c2ab6b;
  border-color: var(--secondary-color-low-opacity);
}
.fc-event,
.fc-event-dot {
  background-color: #c2ab6b;
  background-color: var(--secondary-color) !important;
}
.fc-event {
  border: 1px solid #705f30;
  border: 1px solid var(--primary-color) !important;
}
.fc.fc-bootstrap4 a[href] {
  text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "GeezFutura Bold";
}
.media {
  align-items: unset;
}
.archdiocese-news .media img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .archdiocese-news .media {
    display: block;
    border-bottom: 1px solid rgba(100, 100, 100, 0.1);
  }
  .archdiocese-news .media:last-of-type {
    border-bottom: 0;
  }
}
#location,
#metropolis,
#site-name {
  font-family: var(--accent-font);
}

header .vertical-nav .nav-item {
  border-bottom: var(--default-border);
  border-color: #cfc868;
  border-color: var(--highlight-color);
}
header nav a:hover {
  background: linear-gradient(90deg, rgba(224,188,128,1) 0%, rgba(237,162,47,1) 48%, rgba(224,188,128,1) 100%);
}
header nav,
header nav .dropdown-menu {
  font-size: var(--navigation-font-size);
}
header nav .dropdown-menu {
 background: url(../images/patterns/nav-hor.png);
}
header nav .dropdown-menu a:hover {
  background: linear-gradient(90deg, rgba(224,188,128,1) 0%, rgba(237,162,47,1) 48%, rgba(224,188,128,1) 100%);
}
.container-fluid {
  max-width: var(--site-max-width);
}
.vertical-cards .card-deck {
  flex-direction: column;
}
.card-deck .card {
  flex: 1 0 20%;
}
.card-title {
  color: #705f30;
  color: var(--dark-color);
}
.card-body {
  padding: 0.5rem 1rem;
}
.card-text {
  color: #705f30;
  color: var(--dark-color);
  line-height: 1.15rem;
}
.home .card-footer {
  background-color: #fff;
  border-top: 0;
}
.card-footer .far {
  margin-right: 5px;
}
.archdiocese-news .card-deck img.card-img-top {
  width: 100%;
  height: 15vh;
  object-fit: cover;
}
@media (max-width: 767px) {
  .card-deck {
    flex-flow: column;
  }
  .archdiocese-news .card-deck img.card-img-top {
    height: unset;
  }
}
.feature-card-full-width {
  padding: 2% 2% 5%;
  width: 100%;
}
.feature-card-image {
  width: 50%;
  max-width: 100%;
  height: auto;
  border: 1px solid var(--dark-color);
}
.feature-card-text-container {
  width: 40%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .feature-card-full-width {
    padding: 2% 2% 12% 2%;
  }
  .feature-card-full-width .feature-card-image,
  .feature-card-full-width .feature-card-text-container {
    float: none !important;
  }
  .feature-card-full-width .feature-card-text-container {
    width: 100% !important;
    text-align: center !important;
  }
  .feature-card-full-width img.feature-card-image {
    width: 100% !important;
    height: auto !important;
    margin: 0 0 3% 0 !important;
  }
}
footer h3 {
  font-family: var(--primary-font);
}
footer a:hover {
 color:#000;
}
footer p,
small {
  font-size: 0.875rem;
  font-weight: 400;
}
.social-links {
  font-size: 1.5rem;
}
.social-links a {
  padding: 0 5px;
}
.social-links a:hover {
  color: var(--accent-color);
}
.fab {
  margin: 0 0.4rem;
}
#powered-by {
  line-height: normal;
}
#powered-by a:hover {
  color: #000;
}
/* #offcanvas {
  background: url(../images/patterns/body-bg-pattern.png)
} */
#offcanvas-menu > ul > li > a:hover {
  color: #c2ab6b;
  color: var(--accent-color);
}
/* #offcanvas-menu ul ul li a {
  background: #c2ab6b;
  background: var(--secondary-color);
} */
#offcanvas-menu ul ul li a:hover {
  color: #705f30;
  color: var(--accent-color);
}
#offcanvas-menu ul ul > li.has-sub > a:after {
  background: #c2ab6b;
  background: var(--secondary-color);
}
#offcanvas-menu ul ul > li.has-sub > a:before {
  background: #c2ab6b;
  background: var(--secondary-color);
}
label {
  font-weight: 700;
}
input,
textarea {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0 24px;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}
.listTitle {
  font-weight: 700;
  font-size: 1.1rem;
}
.listDescription {
  margin: 0 0 3% 0;
}
.listBlock input {
  width: 5%;
}
.listError {
  margin-bottom: 10%;
  color: #c51244;
}
#EmailForm .button,
#EmailForm button,
#listserv_submit button,
#listserv_submit.button {
  width: 125px;
  height: 55px;
  margin: 5% 0;
  color: #fff;
  background-color: #c2ab6b;
  background-color: var(--secondary-color);
}
#EmailForm .button,
#EmailForm button,
#listserv_submit button,
#listserv_submit.button {
  cursor: pointer;
}
#EmailForm .button:hover,
#EmailForm button:hover,
#listserv_submit button:hover,
#listserv_submit.button:hover {
  border-color: #cfc868;
  border-color: var(--highlight-color);
  cursor: pointer;
}
blockquote {
  font-family: var(--accent-font);
  font-size: 1.3rem;
  text-align: center;
  margin: 5% auto;
  width: 85%;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 3% 0;
}
.footnote {
  border-left: 2px solid;
  padding: 0 3%;
  margin: 3% 0 0;
  font-size: 85%;
}
img {
  max-width: 100%;
  height: auto;
}
.img-fluid {
  border: 1px solid #cfc868;
  border: 1px solid var(--dark-color);
}
.news-body {
  width: 100%;
  text-align: left;
}
.news-image {
  float: none !important;
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
.news-image img {
  border: 1px solid var(--dark-color);
}
.news-image-left-25,
.news-image-left-50,
.news-image-right-25,
.news-image-right-50 {
  border: 1px solid #cfc868;
  border: 1px solid var(--dark-color);
}
.news-image-left-25,
.news-image-left-50 {
  float: none !important;
  margin: 0 10px 10px 0;
}
.news-image-right-25,
.news-image-right-50 {
  float: none !important;
  margin: 0 10px 10px 0;
}
.news-image-left-25,
.news-image-right-25 {
  width: 25%;
  max-width: 100%;
  height: auto;
  border: 1px solid #cfc868;
  border: 1px solid var(--dark-color);
}
.news-image-left-50,
.news-image-right-50 {
  width: 50%;
  max-width: 100%;
  height: auto;
  border: 1px solid #cfc868;
  border: 1px solid var(--dark-color);
}
.img_center,
.img_left,
.img_left_25,
.img_left_50,
.img_right,
.img_right_25,
.img_right_50 {
  border: 1px solid #cfc868;
  border: 1px solid var(--dark-color);
}
.img_center,
.img_center_no_border {
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.img_full_width {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.img_left,
.img_left_25,
.img_left_50,
.img_left_no_border {
  float: left;
  margin: 0 10px 10px 0;
}
.img_right,
.img_right_25,
.img_right_50,
.img_right_no_border {
  float: right;
  margin: 0 0 10px 10px;
}
.img_left_25,
.img_right_25 {
  width: 25%;
  max-width: 100%;
  height: auto;
}
.img_left_50,
.img_right_50 {
  width: 50%;
  max-width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  .float-left,
  .img_left,
  .img_left_25,
  .img_left_50,
  .img_left_75,
  .img_left_no_border,
  .img_right,
  .img_right_25,
  .img_right_50,
  .img_right_75,
  .img_right_no_border {
    float: none;
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  .spotlight img {
    border: 1px solid #cfc868;
    border: 1px solid var(--highlight-color);
  }
}
@media (max-width: 990px) {
  .flex-md-row {
    display: block;
  }
}
@media (max-width: 767px) {
  .img_left,
  .img_left_25,
  .img_left_50,
  .img_left_no_border,
  .img_right,
  .img_right_25,
  .img_right_50,
  .img_right_no_border {
    float: none;
    display: block;
    margin: 0 auto;
    width: 75%;
    max-width: 350px;
  }
}
@media (max-width: 414px) {
  .spotlight img {
    width: 90%;
    height: auto;
  }
}
.Chapel {
  display: flex;
  flex-direction: column;
  margin-bottom: 10%;
  padding: 0;
}
.Chapel.wide {
  flex-direction: row;
}
.Chapel.wide {
  flex-direction: row;
  margin-bottom: 0;
  padding: 0;
}
.Chapel.wide > div,
.Chapel > div {
  align-self: stretch;
}
h3.prayer_corner_title {
  margin: 2% 0;
  clear: both;
}
.prayer_corner_readings {
  margin: 2% 0;
}
.prayer_corner_saints {
  margin: 2% 0;
}
.prayer_corner_visit {
  margin: 0 0 10%;
  font-style: italic;
  border-top: 1px solid var(--primary-color-low-opacity);
}
.prayer_corner_icon {
  margin: 0 1%;
}
.Chapel a {
  font-weight: 400;
  text-decoration: none;
}
.Chapel .channel-title a {
  color: var(--highligh-color);
}
.Chapel a:hover {
  text-decoration: underline;
}
.Chapel .prayer_corner_header p,
.Chapel .prayer_corner_header p a {
  font-weight: 700;
  padding: 0;
  margin: 0;
  text-decoration: none;
}
.Chapel .prayer_corner_readings p,
.Chapel .prayer_corner_saints p,
.Chapel .prayer_corner_visit p {
  line-height: 1.5;
  padding: 0;
}
@media (max-width: 1023px) {
  .Chapel {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .prayer_corner_text {
    float: none;
    width: 100%;
  }
  .Chapel .prayer_corner_icon {
    margin: 0 0 5%;
    width: 100%;
    float: none;
  }
  .Chapel .prayer_corner_icon img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
  }
}
@media (max-width: 390px) {
  .Chapel {
    border-top: 1px solid #c2ab6b;
    border-top: 1px solid var(--primary-color-low-opacity);
  }
  .Chapel .prayer_corner_icon {
    float: none;
  }
  .Chapel .prayer_corner_icon img {
    display: block;
  }
}
.Chapel .prayer_corner_readings p,
.Chapel .prayer_corner_saints p {
  margin-left: 2%;
  margin-bottom: 0;
}
.galleryImage {
  display: block;
  float: left;
  width: 170px;
  height: 210px;
  padding: 10px;
}
.verticalImage {
  margin: 20px 0;
}
.galleryBox {
  display: block;
  width: 100%;
}
.verticalBox {
  text-align: center;
}
.photoMainTitle {
  margin-top: 35px;
}
.photoMainDescription {
  margin: 15px 0;
  font-style: italic;
}
.photoTitle {
  font-weight: 700;
  font-size: 1.5rem;
  text-align: center;
  margin: 10px 0;
}
.photoImage img {
  margin: 10px 0;
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #aaa;
  border-left: 1px solid #ccc;
  padding: 8px;
  max-width: 90%;
  height: auto;
}
.photoDescription {
  text-align: center;
  width: 85%;
  margin: 0 auto 5% auto;
  padding: 0;
  line-height: normal;
  padding: 0 0 20px;
  text-transform: none;
  font-size: 0.9rem;
}
ul.photoSetWrapper {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.photoSetWrapper li {
  display: block;
}
#hmeRightCol .block .photoSetWrapper .photoSetBlock {
  float: left;
  width: 165px;
  padding: 4px 0;
  margin-bottom: 4px;
  border-bottom: 1px solid #eee;
}
#subRightCol .block .photoSetWrapper .photoSetBlock {
  float: left;
  width: 165px;
  padding: 4px 0;
  margin-bottom: 4px;
  border-bottom: 1px solid #eee;
}
div.photoSetBlock {
  float: left;
  width: 45%;
  height: 275.5px;
  display: block;
  margin: 25px 5px;
}
.photoSetImage {
  border: 1px solid #3c71cf;
  text-align: center;
  height: 244.75px;
  width: 100%;
  overflow: hidden;
}
.photoSetImage img {
  height: 244.75px;
  width: 100%;
  object-fit: cover;
}
div.photoSetBlock .photoSetTitle {
  font-weight: 700;
  line-height: normal;
  font-size: 95%;
}
.photoSetNumPhotos {
  font-size: 70%;
  font-weight: 700;
  margin: 5px 0;
}
.photoSetDescription {
  display: none;
}
.photoCollectionMainTitle {
  font-weight: 700;
  color: #191d4d;
  border-bottom: 1px solid #191d4d;
}
.photoCollectionTitle {
  font-weight: 700;
}
.photoCollectionWrapper {
  padding: 5px;
}
.photoCollectionDescription {
  color: #646464;
}
.photoCollectionColumnLeft {
  display: none;
}
.photoCollectionColumnRight {
  float: left;
  width: 430px;
}
#displayImage {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#displayImage img {
  height: auto;
  max-height: 60vh;
  max-width: 100%;
}
.thumb {
  margin: 5px;
  border: 1px solid #333;
  width: 6%;
}
.nextPrevious {
  margin: 30px 0;
  text-align: center;
}
.gallery {
  display: block;
}
@media (max-width: 998px) {
  .photoSetImage {
    height: 200.5px;
  }
}
@media (max-width: 767px) {
  div.photoSetBlock {
    float: none;
    width: 100%;
    display: block;
    margin-left: 0;
    margin-right: 0;
    height: 350.75px;
    text-align: center;
  }
  .photoSetImage {
    height: 300.75px;
  }
  .photoSetImage img {
    height: 300.75px;
  }
}
.Google {
  position: relative;
  z-index: 0;
  margin-bottom: 20%;
  padding: 0 5%;
}
.google_cal_wrapper {
  margin: 5px 0 22px;
  font-size: 1.2rem;
  line-height: 1.3rem !important;
}
.google_cal_googlelink {
  float: right;
  border: 1px dotted navy;
  padding: 6px;
  background-color: #ccc;
}
.google_cal_date {
  font-size: 1rem;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
.google_cal_location {
  font-size: 1rem;
  padding: 3px 0 0;
  font-style: normal;
}
.google_cal_time {
  font-size: 1rem;
  margin: 0 5px 0 0;
}
.google_cal_title {
  font-size: 1rem;
}
.google_cal_more {
  font-size: 1rem;
}
:root {
  --navigation-font-size: 1rem;
  --site-logo-width: 150px;
}
body {
  background-image: url("../images/patterns/tewahedo-cross.png");
  background-position: left top;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
@media (max-width: 991.98px) {
  .carousel-caption p {
    padding: 0 10%;
  }
}
@media (min-width: 768px) {
  #site-logo {
    height: auto;
    width: 150px;
    width: var(--site-logo-width);
    margin-top: 15px;
  }
}
@media (max-width: 767.98px) {
  #site-logo {
    margin-bottom: -40px;
    margin-top: -10vw;
  }
  .carousel {
    margin-top: 3%;
    border-bottom: 8px solid var(--dark-color);
  }
  .carousel-caption {
    top: -20rem;
    left: 12rem;
    background-color: transparent;
    color: #fff;
  }
  .carousel-caption h3 {
    font-size: 1.5rem!important;
    margin: 0;
    padding: 0;
  }
  .carousel-caption .btn {
    width: 85%;
  }
}
.calendar-1 .fc-event-dot,
.calendar-1.fc-event {
  border-color: #23164e !important;
  background-color: #603f99 !important;
}
.calendar-2 .fc-event-dot,
.calendar-2.fc-event {
  border-color: #125a12 !important;
  background-color: #3c995b !important;
}
.calendar-3 .fc-event-dot,
.calendar-3.fc-event {
  border-color: #b1440e !important;
  background-color: #e6804d !important;
}
.calendar-1 .fc-list-item-title {
  color: #603f99;
}
.calendar-2 .fc-list-item-title {
  color: #3c995b;
}
.calendar-3 .fc-list-item-title {
  color: #e6804d;
}
