body
{
  font-family: Daytona;
  font-size: 20px;
  margin: 0;
  color: white; /*#bdbbba;*/
}
a:link {
  color:  LightGrey;
}
a:visited {
  color: DarkGrey;
}
a:hover {
  color: White;
}
.SFBody
{
  background-color: #023969;
}
.TopStripe
{
  background-color: #CC0000;
  width: 100%;
  margin: 0px 0px 0px 0px;
  height: auto;
  color: white;
  font-family: Daytona;
  text-align: center;
}
.MainTitle
{
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Copperplate Gothic;
  font-size: 72px;
  text-align: center;
  font-weight: bold;
  color: white; /*#041C31;*/
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: red;
}
.SubTitle
{
  position: relative;
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Copperplate Gothic;
  font-size: 48px;
  text-align: center;
  font-weight: bold;
  color: #041C31;
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: white;
}
.TopMenuCenter
{
  margin-top: 0px;
  margin-bottom: 20px; /* used to be 20px */
  background-color: #1f416e;
  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: white; /* LightGrey;*/
  text-align: center;
  padding: 7px 18px;
  text-decoration: none;
  font-size: 24px;
}
/*
.TopMenuCenter a:hover {
  background-color: DarkGrey;
  color: black;
}
*/
.active
{
  background-color: #173052;
  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: white; /*LightGrey;*/
  padding: 7px 18px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}
.DropDown .DropButtonActive {
  font-size: 24px;
  border: none;
  outline: none;
  background-color: #173052;
  color: white; /* LightGrey;*/
  padding: 7px 18px;
  font-family: inherit;
  margin: 0;
}
.DropDown-content {
  display: none;
  position: absolute;
  background-color: #2b568f;
  opacity: 0.85;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.DropDown-content a {
  float: none;
  color: white; /*lightgrey;*/
  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: #8f852b;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #2f587f;
  color: white; /*#bdbbba;*/
}
.SubHeadingPanel
{
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  background-color: #1f486f;
  color:white; /*#bdbbba;*/
}
.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: #1f486f;
}
.DLOverallBulleted
{
  display: inline-grid;
  text-align: left;
}
.DLOverallBulleted dd {
  display: list-item;
  list-style-type: square;
}
.FooterPanel
{
  position: relative;
  margin-top: 0px;
  margin-bottom: 20px;
  display: flex;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  color: white; /* #bdbbba;*/
  background-color: black;
}
.FooterPanel li {
  display: inline-block;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.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;
  color: white; /*#bdbbba;*/
}
.ParagraphTextLeft
{
  position: relative;
  margin-top: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  color: white; /*#bdbbba;*/
  text-align: left;
}
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 5px;
}
.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 3fr;
  column-gap: 5px;
}
.QuickButtonText
{
  display: block;
  font-size: 25px; 
  text-decoration: none; 
  font-weight: bold; 
  margin-top: 0px; 
  margin-bottom: 0px;
  color: white;
}
.QuickButtonText:hover {
  color: #bdbbba;
}
.QuickButtonText a {
  color: white;
}
.QuickButtonText a:hover {
  color: #bdbbba;
}
.QuickButtonText a:link {
  color: white;
}
.QuickButtonText a:visited {
  color: white;
}
.QuickButtonImageMeetings
{
  background-image: url('../icons/meetings_nb_icn_50_wht.png'); 
  display: block;
  background-size: cover; 
  background-repeat: no-repeat; 
  height: 100px; 
  width: 100px; 
  margin-left: 25px; 
  margin-right: 25px; 
  margin-top: 0px; 
  margin-bottom: 0px;
}
.QuickButtonImageMeetings:hover
{
  background-image: url('../icons/meetings_nb_icn_50.png'); 
}
.QuickButtonImageFirePermit
{
  background-image: url('../icons/firepermit_nb_icn_50_wht.png'); 
  display: block;
  background-size: cover; 
  background-repeat: no-repeat; 
  height: 100px; 
  width: 100px; 
  margin-left: 25px; 
  margin-right: 25px; 
  margin-top: 0px; 
  margin-bottom: 0px;
}
.QuickButtonImageFirePermit:hover
{
  background-image: url('../icons/firepermit_nb_icn_50.png'); 
}
.QuickButtonImageFireInspection
{
  background-image: url('../icons/fireinspection_nb_icn_50_wht.png'); 
  display: block;
  background-size: cover; 
  background-repeat: no-repeat; 
  height: 100px; 
  width: 100px; 
  margin-left: 25px; 
  margin-right: 25px; 
  margin-top: 0px; 
  margin-bottom: 0px;
}
.QuickButtonImageFireInspection:hover
{
  background-image: url('../icons/fireinspection_nb_icn_50.png'); 
}
.QuickButtonImageFireSignOff
{
  background-image: url('../icons/firesignoff_nb_icn_50_wht.png'); 
  display: block;
  background-size: cover; 
  background-repeat: no-repeat; 
  height: 100px; 
  width: 100px; 
  margin-left: 25px; 
  margin-right: 25px; 
  margin-top: 0px; 
  margin-bottom: 0px;
}
.QuickButtonImageFireSignOff:hover
{
  background-image: url('../icons/firesignoff_nb_icn_50.png'); 
}
.QuickButtonImageFirePrevention
{
  background-image: url('../icons/fireprevention_nb_icn_50_wht.png'); 
  display: block;
  background-size: cover; 
  background-repeat: no-repeat; 
  height: 100px; 
  width: 100px; 
  margin-left: 25px; 
  margin-right: 25px; 
  margin-top: 0px; 
  margin-bottom: 0px;
}
.QuickButtonImageFirePrevention:hover
{
  background-image: url('../icons/fireprevention_nb_icn_50.png'); 
}
.QuickButtonImageNews
{
  background-image: url('../icons/news_nb_icn_50_wht.png'); 
  display: block;
  background-size: cover; 
  background-repeat: no-repeat; 
  height: 100px; 
  width: 100px; 
  margin-left: 25px; 
  margin-right: 25px; 
  margin-top: 0px; 
  margin-bottom: 0px;
}
.QuickButtonImageNews:hover
{
  background-image: url('../icons/news_nb_icn_50.png'); 
}