body {
  margin: 0;
  /*font-family: Helvitical, sans-serif;*/
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: #092939;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.navbar {
  background-color: #092939;
}

#Holy-Week {
  background-image: url(../../assets/img/HolyWeek2024.jpg);
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 100vh;
  width: 100vw;
}

#Opener {
  background-image: url(../../assets/img/eucharist01.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 500px;
  margin-top: 150px;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 700;
  line-height: 1.2;
  text-shadow: 1px 1px black;
  font-style: italic;
}

.bg-secondary-light {
  background: #596d79 !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: #e6d6c5 !important;
}

.card {
  background-color: #596d79 !important;
}

#Service {
  background-color: white;
  width: 100%;
}

#Giving {
  margin-top: 75px;
  width: 100%;
}

#Contacts {
  background-color: #596d79;
  width: 100%;
}

#Footer {
  background-color: #092939 !important;
}

#VisionMission {
  background-color: white;
  /*margin-top: 100px;*/
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
}

.TopHeader {
  padding-top: 30px;
  font-size: 4vw;
  padding-top: 150px;
  padding-bottom: 30px;
  text-shadow: 1px 1px black;
}

@media (max-width: 576px) {
  .TopHeader {
    padding-top: 30px;
    font-size: 7vw;
    padding-top: 150px;
    padding-bottom: 30px;
    text-shadow: 1px 1px black;
  }
}

#Team {
  padding-bottom: 50px;
  width: 100%;
}

@media (min-width: 992px) {
  #TeamRow {
    margin-left: auto;
    margin-right: auto;
    max-width: 75%;
  }
}

#Believe {
  width: 100%;
  background-color: #596d79;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

#AnnualReports {
  background-color: white;
  width: 100%;
}

#AnnualReports {
  padding-left: 30px;
  padding-right: 30px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 50px;
  width: 100%;
}

#ARbuttons {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.ar_button {
  padding: 2px;
}

.ar_button {
  margin: 10px;
  padding: 10px;
}

#New01 {
}

a.4dark {
  color: #800000 !important;
}

a.4dark:hover {
  color: #800000 !important;
  text-decoration: underline;
}

a.4dark:visited {
  color: #800000 !important;
}

a.4dark:link {
  color: #800000 !important;
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: 0 0.5rem 1rem rgba(55, 99, 244, 0.15);
    color: #ffffff !important;
  }
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-bg: #092939;
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: 1px;
  --bs-modal-border-radius: 1rem;
  --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(55, 99, 244, 0.075);
  --bs-modal-inner-border-radius: calc(1rem - 1px);
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: 1px;
  --bs-modal-title-line-height: 1.6;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: 1px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 95%;
  height: 95%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
  color: #ffffff !important;
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
  color: #ffffff !important;
  font-size: 30px;
}

@media (max-width: 576px) {
  .small_button {
    font-size: .60em;
  }
}

#AboutHeader {
  margin-top: 140px;
}

@media (max-width: 400px) {
  #AboutHeader {
    margin-top: 200px;
  }
}

#Events {
  background-color: white;
  margin-top: 140px;
  width: 100%;
}

@media (max-width: 400px) {
  #Events {
    background-color: white;
    margin-top: 200px;
    width: 100%;
  }
}

#StTimEvents {
  background-color: #092939;
}

.EventRow {
  padding-bottom: 25px;
  padding-top: 25px;
}

.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y)*.5) calc(var(--bs-modal-header-padding-x)*.5);
  margin: calc(-0.5*var(--bs-modal-header-padding-y)) calc(-0.5*var(--bs-modal-header-padding-x)) calc(-0.5*var(--bs-modal-header-padding-y)) auto;
}

@media (max-width: 576px) {
  #Image_Heading {
    bottom: 15% !important;
  }
}

#Image_Heading {
  position: absolute;
  width: 100%;
  padding-left: 2%;
  padding-right: 2%;
  bottom: 6%;
  font-size: 2.5em;
  text-shadow: 3px 3px #000;
}

