body
{
  font-family: Daytona;
  font-size: 20px;
  margin: 0;
}
.NSFDBody
{
  background-color: #FFFFF0; /* #545454 */
}
a:link {
  color:  #848482;
}
a:visited {
  color: #848482;
}
.MainTitle
{
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Copperplate;
  font-size: 64px;
  text-align: center;
  font-weight: bold;
}
.SubTitle
{
  position: relative;
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Copperplate;
  font-size: 36px;
  text-align: center;
  font-weight: bold;
}
.TopMenuCenter
{
  margin-top: 0px;
  margin-bottom: 20px; /* used to be 20px */
  background-color: #a3191f; /* used to be #CE2029 */
  font-family: Daytona;
  margin-left: auto;
  margin-right: auto;
  width: 100%; /*width is 67% if Donate button not active and Columbarium not active, 74% without Columbarium button but with Donate button, 84% if both buttons active with Pastor's Page, 79% with Staff page, 100% active with Sacraments/Liturgies added */
  overflow: hidden;
}
.TopMenuCenter a {
  float: left;
  display: block;
  color: #FFFFF0;
  text-align: center;
  padding: 7px 18px;
  text-decoration: none;
  font-size: 24px;
}
/*
.TopMenuCenter a:hover {
  background-color: DarkGrey;
  color: black;
}
*/
.active
{
  background-color: #CE2029; /*used to be #a3191f;*/
  color: black;
}
.TopMenuCenter .icon
{
  display: none;
}
/*
.TopMenu
{
  position: relative;
  top: -70px;
  background-color: DarkGreen;
  font-family: Calibri;
  align-content: center;
  overflow: hidden;
}
.TopMenu a {
  float: left;
  display: block;
  color: LightBlue;
  text-align: center;
  padding: 7px 18px;
  text-decoration: none;
  font-size: 28px;
}
.TopMenu a:hover {
  background-color: DarkGrey;
  color: black;
}
.TopMenu .icon
{
  display: none;
}
*/
.DropDown
{
  float: left;
  overflow: hidden;
}
.DropDown .DropButton {
  font-size: 24px;
  border: none;
  outline: none;
  color: #FFFFF0;
  padding: 7px 18px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}
.DropDown .DropButtonActive {
  font-size: 24px;
  border: none;
  outline: none;
  background-color: #CE2029; /* used to be #29540b; */
  color: #FFFFF0;
  padding: 7px 18px;
  font-family: inherit;
  margin: 0;
}
.DropDown-content {
  display: none;
  position: absolute;
  background-color: #a3191f; /* used to be #29540b; */
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.DropDown-content a {
  float: none;
  color: #FFFFF0;
  padding: 7px 18px;
  text-decoration: none;
  font-size: 20px;
  font-style: italic;
  display: block;
  text-align: left;
}
.TopMenuCenter a:hover, .DropDown:hover .DropButton {
  background-color: LightGrey;
  color: black;
}
.DropDown-content a:hover {
  background-color: LightGrey;
  color: black;
}
.DropDown:hover .DropDown-content {
  display: block;
}
.HeadingPanel
{
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  border-style: none; /* used to be solid */
  border-width: 2px;
  /*
  border-color:#a3191f;
  */
  background-color: #E3D1C1; /* used to be #FBFBCD */
  /*
  box-shadow: 3px 1px 1px #F5F5E5;
  */
  padding-left: 10px;
  padding-right: 10px;
}
.SubHeadingPanel
{
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  background-color: #F1E7D7;
}
.DLFirstItem
{
  margin-left: 10px;
  margin-top: 10px;
}
.DLItem
{
  margin-left: 10px;
}
.DLLastItem
{
  margin-left: 10px;
  margin-bottom: 10px;
}
.DLOnlyItem
{
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.DLOverall
{
  display: inline-grid;
  text-align: left;
  background-color: #F1E7D7;
}
.DLOverallBulleted
{
  display: inline-grid;
  text-align: left;
}
.DLOverallBulleted dd {
  display: list-item;
  list-style-type: square;
}
.eScrip
{
  position: relative;
  margin-top: 0px;
  margin-bottom: 10px;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  width: 40%;
  background-color: #545454;
  color: Black;
}
.FooterPanel
{
  position: relative;
  margin-top: 0px;
  margin-bottom: 20px;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  width: 40%;
  color: black;
  background-color: #545454;
}
.CounterPanel
{
  position: relative;
  margin-top: 0px;
  margin-bottom: 20px;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  width: 8%;
  color: black;
  background-color: #545454;
}
.BottomLink
{
  position: relative;
  display: inline-grid;
  margin-right: 30px;
  margin-left: 30px;
  vertical-align: middle;
}
.ParagraphText
{
  position: relative;
  margin-top: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
}
table, th, td {
  border: 1px solid black;
  border-collapse: collapse;
}
th, td {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 0px;
  padding-bottom: 2px;
  text-align: center;
}
th {
  font-weight: normal;
}
.LogoImageLeft
{
  position: relative;
  max-width: 100%;
  max-height: 100%;
  text-align: left;
  width: 100%;
  align-items: flex-end;
  margin: 5px 5px 5px 15px;
}
.LogoImageRight
{
  position: relative;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  text-align: right;
  align-items: flex-end;
  margin: 5px 5px 5px 5px;
}
.HeadingContainer
{
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 5px;
}