
    :root {
  --main-whbctxt-color: blue;
  --main-menutxt-color: black;
  --main-menutxtsel-color: black;
  --main-hover-color: blue;
  --main-foottxt-color: black;
  --main-footbkgrnd_color: #0099cc;
  --main-drpbkgrnd-color: white;
  --main-intro-color: white;
  --main-bodybkgrnd-color: white;
  --main-navpointer-color: white;
  --main-captionbkgrnd-color: blue;
  --main-captiontext-color: white;
  --main-font-family: "Times New Roman", Times, serif;
  --main-menu-size: 16px;
  --main-text-size: 18px;
  --main-grid-gap: 7px;
  --main-grid-border: 2px;
  --main-grid-border-radius: 25px;
  --main-media-phone-maxwidth: 600px;
  --main-media-tablet-minwidth: 601px;
  --main-media-tablet-maxwidth: 800px;
  --main-media-laptop-minwidth: 801px;
  --main-media-laptop-medwidth: 1000px;
  --main-media-laptop-maxwidth: 1400px;

  @media (pointer: coarse) {
    body {
          --main-menu-size: 14px;
          --main-text-size: 18px;
    }
}

}

 
body {
  font-family: "Lucida Sans", sans-serif;
  justify-content: center;
  font-size: var(--main-text-size);
}

/* Reset all margins & padding */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


/* ------------------------------------------------ */
/* used for a horizontal scrolling list of pictures */
/* ------------------------------------------------ */
.scroll-container {
  overflow: auto;
  white-space: nowrap;
  width: 95%;
  padding: 5px;
  border: 5px solid #ccc;
  align: center; 


  max-width: 300px;
  @media only screen and (min-width: 580px)  { max-width:  500px; }
  @media only screen and (min-width: 800px)  { max-width:  530px; }
  @media only screen and (min-width: 1200px) { max-width: 1100px; }

}

.scroll-container img {
  padding: 4px;
  gap: 0px;
}

.scroll-container img:hover {
    opacity: ;
}

      
.popup {
    position: relative;
}
      
.popup span {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%);
    width: 60%;
    max-height: 60%;
    visibility: hidden;
    z-index: 990;
    background-color: transparent;
}

.popup span img {
    width: 60%;
    max-height: 60%;
    @media only screen and (max-width: 560px) {
        max-height: 90%;
        max-width: 90%;
    }
}

@media only screen and (min-width: 500px) {     
.popup:hover span {
      transition-delay: 1s;
      visibility: visible;
}
}



.alert {
  position: fixed;
  z-index: 9999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  padding: 20px;
  background-color: #f44336;
  color: white;
}

.alert-closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.alert-closebtn:hover {
  color: black;
}


.marquee {
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    border: 1px solid rgba(0, 0, 0, .15);
    background-color: #ffffff;
    overflow: hidden;
    position: relative;
    height: 50px;
    width: 100%;
    /* Full width of its parent */
    white-space: nowrap;
}

.marquee p {
    position: absolute;
    width: auto;
    height: 100%;
    margin: 0;
    line-height: 50px;
    text-align: center;
    /* Start off the right edge */
    transform: translateX(100%);
    /* Animate to the left */
    animation: scroll-left 20s linear infinite;
}

@keyframes scroll-left {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}
 

.video-wrapper {
    display: flex;
    justify-content: center;
}


.title {
  font-family: var(--main-font-family);
  color: var(--main-whbctxt-color);
  font-weight: bold;
  margin-right: 350px;
  margin-left: 5px;
  font-size: var(--main-menu-size);
}

.address {
  color: var(--main-foottxt-color);
  font-size: var(--main-text-size);
  font-weight: normal;
  margin-right: 100px;
  margin-left: 5px;
}


.footer { 
  position: static; 
  color: var(--main-foottxt-color);
  padding: 10px 10px 10px 10px; 
  bottom: 0; 
  font-size: var(--main-text-size);
} 

.para1 {
  margin-left:5%;
  margin-right: 5%;
  line-height: 1.6;
  padding: 20px;
  background-color: var(--main-bodybkgrnd-color);
  font-size: var(--main-text-size);
}


.videowrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 25%;
    height: 25%;
}


.external-button {
  background-color: #f44336;
  color: white;
  padding: 15px 30px;
  border: none;
  border-radius: 10px;
  font-size: 24px;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

.external-button:hover {
  background-color: #d32f2f;
}


/* --------------------------------------- */
/* Header                                  */
/* --------------------------------------- */
.hdr {
  grid-area: header;
  padding: 5px;
  margin: 0px;
  text-align: center;
  color: var(--main-whbctxt-color);    
  background: white;
  @media screen and (max-width: 600px) {
      background-size: cover;
      background-repeat: no-repeat;
      background-image: url("../img/worship2.jpg");
}
}

.hdr img {
    width: 100px; 
    height: auto;
    padding: 0px;
    margin: 0px;
    @media screen and (max-width: 600px) {
      opacity: 0.7;
}
}

/* --------------------------------------- */
/* Menu                                    */
/* --------------------------------------- */
.mnu {
  grid-area: menu;
  padding: 5px;
  margin: 0;
  text-align: center;
  font-size: var(--main-menu-size);
  color: var(--main-menutxt-color);
  background: linear-gradient(to right, white, 20%, green);
}

/* --------------------------------------- */
/* Footer                                  */
/* --------------------------------------- */
.ftr {
  grid-area: footer;
  background-color: var(--main-footbkgrnd_color);
  text-align: center;
  margin: 0;
  color: var(--main-foottxt-color);
}


/* ****************************************************** */
/* NAVIGATION Tool Bar,shared by all pages                */
/* ****************************************************** */
.topnav {
  overflow: hidden;
  font-weight: bold;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: right;
  display: block;
  color: var(--main-menutxt-color);
  text-align: left;
  padding: 14px 4px;
  text-decoration: none;
  font-size: var(--main-menu-size);
}

/* Add an active class to highlight the current page */
.active {
  background-color: var(--main-drpbkgrnd-color);
  color: var(--main-menutxtsel-color);
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}

/* Dropdown container - needed to position the dropdown content */
.dropdown {
  float: right;
  overflow: hidden;
}

/* Style the dropdown button to fit inside the topnav */
.dropdown .dropbtn {
  border: none;
  outline: none;
  color: var(--main-menutxtsel-color);
  padding: 14px 10px;
  background-color: transparent;
  font-family: inherit;
  margin: 0;
  font-size: var(--main-menu-size);
  font-weight: bold;
}

/* Style the dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: var(--main-drpbkgrnd-color);
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Style the links inside the dropdown */
.dropdown-content a {
  float: none;
  color: var(--main-menutxt-color);
  padding: 6px 10px;
  text-decoration: none;
  display: block;
  text-align: left;
  @media screen and (max-width: 600px) {
    font-size: 18px;
}
}

/* Add a dark background on topnav links and the dropdown button on hover */
.topnav a:hover, .dropdown:hover .dropbtn {
  /* background-color: #555; */
  color: var(--main-hover-color);
  font-weight: bold;
}

/* Add a grey background to dropdown links on hover */
.dropdown-content a:hover {
  /* background-color: #ddd; */
  color: var(--main-hover-color);
}

/* Show the dropdown menu when the user moves the mouse over the dropdown button */
.dropdown:hover .dropdown-content {
  display: block;
}

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
/*
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: left;
    display: block;
  }
}
*/
/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
/* @media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    disp*lay: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}
*/


/* --------------------------------------- */
/* Slides (one at a time)                  */
/* --------------------------------------- */

.slides {
  grid-area: slides;
  justify-items: center;
  justify-content: center;
  width: 100%;
  align-items: center;
  padding: 10px;
  border-radius: var(--main-grid-border-radius);
  background-color: gray;
}

.slides h2 {
  margin-bottom: 7px;
  text-align: center;
}

.mySlides {display: none}


/* Slideshow container */
.slideshow-container {
  vertical-align: middle;
  align-items: center;
  width: 500px;
  max-width: 100%;
  max-height: 100%;
  @media (max-width: 600px) { width: 80%; }
  position: relative;
  /* background-color: lightgreen; */
}

.slideshow-container img {
  vertical-align: middle;
  width: 100%;
  float: center;
  text-align: center;
  display: inline-block;
  @media (max-width: 500px) { width: 100%; }
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: grey;
}

/* Caption text */
.text {
  color: black;
  font-size: 18px;
  font-weight: bold;
  padding: 8px 12px;
  position: absolute;
  bottom: -70px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: white;
  font-size: 20px;
  font-weight: bold;
  padding: 18px 22px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 600px) {
  .prev, .next,.text {font-size: 18px}
}


