.navbar-toggler {
    border-color: white;
}
.navbar {
   background-color: #002147;
   /*background-color: #4D8C2D;*/
}
.dropdown-menu {
    border: none;
    display: none;
    background-color: #002147;
    /*background-color: #4d8c2d;*/
}
.dropdown-item {
    word-spacing: 5px;
    color: white;
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}
.poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
}
@media (min-width: 576px) {
    .dropdown:hover > .dropdown-menu {
        display: block;
        margin-top: 0;
    }
}
.site-title {
    font-size: 30px;
    color: white;
    font-weight:bold;
    word-spacing: 2px;
    display: inline-block;
    -webkit-transition: all .5s;
    transition: all .5s;
    font-family: 'Times New Roman', Times, serif;
}
.short-text {
    display: none; 
}
@media (max-width: 540px) {
    .short-text { 
        display: inline-block; 
    }
    .full-text { 
        display: none; 
    }
    .site-title { 
        font-size: 25px;
    }
}
.not-selectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
h2 {
    color: #5e370d;
    font-family: 'Caprasimo', cursive;
}
h4 {
    font-family: 'ABeeZee', sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    word-spacing: 5px;
    line-height: 1.8;
}
h3 {
    color: #5e370d;
    font-family: 'Caprasimo', cursive;
}

.slide_h3 { 
  font-size: clamp(1.25rem, 2.5vw, 1.85rem); 
  margin-bottom: 8px; 
  color: #ffffff; 
  font-family: 'Caprasimo', cursive;
  line-height: 1.4;
  /* Strong dark shadows so white text pops against the bright altar lighting */
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8), 
               -1px -1px 2px rgba(0, 0, 0, 0.5); 
}

.newfont {
    color: #002147;  /*110d5e;*/
    font-size: 20px;
    font-family: 'Caprasimo', cursive;
}
.newfont1 {
    color: #110d5e;
    font-size: 14px;
    font-family: 'Caprasimo', cursive;
}
hr {
     border: 3px solid darkblue;
}
/* Responsive iFrame */
.responsive-iframe-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.responsive-iframe-container iframe,   
.vresponsive-iframe-container object,  
.vresponsive-iframe-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.footer {
    background-color: #002147; /*#00873E;*/
    /*background-color: #4d8c2d;*/
}
.horizontalbar {
    height: 10px;
    background-color: #5e370d;
    /*background-color: #b92a36;*/
}
.comm { 
    position: relative; 
    padding-bottom: 68%; 
    padding-top: 50%; 
    height: 0; 
    overflow: hidden; 
}
.comm iframe { 
    padding-top: 5%; 
    position: absolute; 
    top: 0; left: 0; 
    width: 100%; 
    height: 100%;
}
.comm img { 
    position: absolute; 
    top: 0; left: 0; 
    width: 100%; 
    height: 100%; 
}
.fa {
    padding: 20px;
    font-size: 30px;
    width: 70px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 50%;
}
.fa:hover {
    opacity: 0.7;
}
.fa-youtube {
    background: #bb0000;
    color: white;
}
.fa-instagram {
    background: #125688;
    color: white;
}
table {
    font-family: "ABeeZee", sans-serif;
    font-size: 16px;
    border-collapse: collapse;
    width: 100%;
}
td {
    text-align: left;
    padding:2px;
}
.header {
    font-weight: bold;
    text-align: left;
    padding: 2px;
    background-color: #E7C6AF;
    color: #5e370d;
    font-family: 'Caprasimo', cursive;
}
.padder{
    padding-bottom: 2%;
}
pre{
    font-family: 'ABeeZee', sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    word-spacing: 5px;
    border : none;
    background-color:transparent;
}
.christmastree1 {
    background-image: url('christmasstree1.png');
    background-repeat: repeat-x;
}

.intro { 
  background: url(/images/fishloaf.svg) no-repeat top center; 
  /* Dynamic: Takes up 8% of the screen width; auto preserves the square ratio */
  background-size: 8vw auto; 
  background-position-y: top; 
  padding: 10vh; 
  font-size: 5vh; 
  line-height: 1.3;
  margin: 0; 
  text-align: center; 
  font-family: 'Times New Roman', Times, serif; 
}

@media screen and (max-width: 640px) {
  .intro {
    background: url(/images/fishloaf.svg) no-repeat top center; 
    /* Dynamic for mobile: Scaled up to 14% of the narrower screen width */
    background-size: 14vw auto; 
    background-position-y: top; 
    padding: 9vh; 
    font-size: 3vh; 
    line-height: 1.3;
    margin: 0; 
    text-align: center; 
    font-family: 'Times New Roman', Times, serif; 
  } 
}

.video-container { 
    position: relative; 
    padding-bottom: 56.25%; 
    padding-top: 30px; height: 0; 
    overflow: hidden; 
}

.video-container iframe { 
    position: absolute; 
    top: 0; left: 0; 
    width: 100%    !important;
    height: 100%   !important; 
}