* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-feature-settings: "c2sc";
  -webkit-font-feature-settings: "liga";
  image-resolution: 900dpi;
  line-height: 1.5;
}

img {
  image-rendering: -webkit-optimize-contrast;
  /* Safari */
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: optimizeQuality;
  /* fallback */
  -ms-interpolation-mode: nearest-neighbor;
  /* IE */
}

body {
  width: 100vw;
  height: 100vh;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #fbfbfb;
  
  
  padding: 0;
  -webkit-font-smoothing: antialiased;
  /* For Safari, Chrome, and newer versions of Opera */
  -moz-osx-font-smoothing: grayscale;
  /* For Firefox on Mac OS X */
  text-rendering: optimizeLegibility;
  /* For improved readability */
  -webkit-text-size-adjust: 100%;
  /* For preventing iOS from zooming in on text */
  -ms-text-size-adjust: 100%;
  /* For preventing Windows from zooming in on text */
  -webkit-backface-visibility: hidden;
  /* For smoother animations and transitions */
  backface-visibility: hidden;
}
.custom-carousel-item {
  opacity: 0;
  animation: fadeIn 0.5s ease forwards;
}
.custom-carousel-indicators {
  left: 0;
  display: inline-block;
  width: 100%;
}
.custom-carousel-indicators li {
  background:  gray;
  cursor: pointer;
}
.custom-carousel-indicators li:hover {
    opacity: 0.85;
}
.custom-carousel-indicators li.bg-warning:hover {
  opacity: 1;
  cursor: default;
}
button:hover {
  opacity: 0.85;
  /* box-shadow: 1px 1px 90px rgba(255, 255, 255, 0.633); */
}
.custom-carousel-item-inactive {
  display: none !important;
}
nav ul li a {
  text-decoration: none;
}
nav ul li a.text-muted:before {
  content: "";
  width: 0;
  height: 0;
  display: none;
}
nav ul li a.text-muted:hover:before { 
  display: none;
}
a:before {
  content: "";
  width: 0;
  height: 1px;
  display: block;
  background: white;
  position: relative;
  /* bottom: 0; */
  z-index: 10;
  top: 100%;
  transition: 0.15s ease-in;
}
a:hover:before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background: white;
  position: relative;
  /* bottom: 0; */
  z-index: 10;
  top: 100%;
  transition: 0.15s ease-out;
}
a:hover, a:hover {
  opacity: 0.9;
  
}

.loader {
width: 25px; 
height: 25px;
display: block;
position: relative;
background-color: transparent;
animation: spin 0.5s linear infinite;
}
a.text-muted:hover, a.text-muted:hover {
  opacity: 1;
}
.prayer_request_card {
width: 320px;
height: fit-content;
/* max-height: 300px; */
display: inline-block;
position: relative;
}
.darkOverlay:before {
content: "Replied";
width: 100%;
height: 100%;
max-width: 320px;
border-radius: 5px;
color: rgb(218, 216, 216);
position: absolute;
display: flex;
justify-content: center;
align-items: center;
font-size: 34px;
font-weight: normal;
text-shadow: 1px 2px 3px white;
/* mix-blend-mode: lighten; */
z-index: 10;
background-color: rgba(0, 0, 0, 0.5);
}
.darkOverlay:hover:before {
content: "";
display: none;
}

.custom-scale-xlarge {

/* Highest z-index for the image to be at the top */
z-index: 20 !important;
cursor: zoom-out !important;
-ms-transform: scale(3) translate(14%, -11%); /* IE 9 */
-webkit-transform: scale(3) translate(14%, -11%); /* Safari 3.1+, Chrome */
-moz-transform: scale(3) translate(14%,-11%); /* Firefox 3.5+ */
-o-transform: scale(3) translate(14%, -11%); /* Opera 10.5+ */
transform: scale(3) translate(14%, -11%); /* Standard syntax */

/* Additional vendor-specific properties for older versions */
-webkit-transition: -webkit-transform 0.3s ease;
-moz-transition: -moz-transform 0.3s ease;
-o-transition: -o-transform 0.3s ease;
transition: transform 0.3s ease;
}
.back {
width: 100%;
height: 100%;
position: fixed;
z-index: 19;
top: 0;
left: 0;
background: rgba(0, 0, 0, 0.7);

display: block;
}
a::before {
display: none;
}
a:hover::before {
display: none;
}
/* Shimmer effect */
.shimmer {
background-image: linear-gradient(to right, #f1f1f1 0%, #ececec 20%, #f6f7f8 40%, #ececec 100%);
background-size: 800px 104px;
position: relative;
overflow: hidden;
animation: shimmer-animation 1s infinite linear;
}
#gmj_posts{
position: fixed;
bottom: 0px;
left: 0;
width: 100vw;
height: 85vh;
backdrop-filter: grayscale(100%);
display: block;
z-index: 89;
transition: bottom 0.4s ease;

}
#gmj_posts.inactive {
/*  Same height as the gmj_posts height */
bottom: -90vh;
}
#sermon_posts{
position: fixed;
bottom: 0px;
left: 0;
width: 100vw;
height: 85vh;
backdrop-filter: grayscale(100%);
display: block;
z-index: 89;
transition: bottom 0.4s ease;

}
#sermon_posts.inactive {
/*  Same height as the gmj_posts height */
bottom: -90vh;
}
#event_posts{
position: fixed;
bottom: 0px;
left: 0;
width: 100vw;
height: 85vh;
backdrop-filter: grayscale(100%);
display: block;
z-index: 90;
transition: bottom 0.4s ease;

}
#event_posts.inactive {
/*  Same height as the gmj_posts height */
bottom: -90vh;
}
#requests_section {
-webkit-transform: scale(1); /* Safari and older versions of Chrome and Opera */
-moz-transform: scale(1);    /* Firefox */
-ms-transform: scale(1);     /* Internet Explorer */
-o-transform: scale(1);      /* Older versions of Opera */
transform: scale(1);         /* Standard syntax */
-webkit-transition: 0.6s ease; /* Safari and older versions of Chrome and Opera */
-moz-transition: 0.6s ease;    /* Firefox */
-ms-transition: 0.6s ease;     /* Internet Explorer */
-o-transition: 0.6s ease;      /* Older versions of Opera */
transition: 0.6s ease;  
}
#requests_section.inactive {
-webkit-transform: scale(0.8); /* Safari and older versions of Chrome and Opera */
-moz-transform: scale(0.8);    /* Firefox */
-ms-transform: scale(0.8);     /* Internet Explorer */
-o-transform: scale(0.8);      /* Older versions of Opera */
transform: scale(0.8);         /* Standard syntax */
}
.text-gold {
color: #e9ac27 !important;
}
.bg-gold {
background: #e0a323 !important;
}
.menu {
filter: url("#shadowed-goo");
}

.menu-item, .menu-open-button {
background: #ffaa3b;
border-radius: 100%;
width: 60px;
height: 60px;
margin-left: -60px;
position: absolute;
top: 20px;
color: white;
text-align: center;
line-height: 60px;
transform: translate3d(0, 0, 0);
transition: transform ease-out 200ms;
}

.menu-open {
display: none;
}

.hamburger {
width: 25px;
height: 3px;
background: white;
display: block;
position: absolute;
top: 50%;
left: 50%;
margin-left: -12.5px;
margin-top: -1.5px;
transition: transform 200ms;
}

.hamburger-1 {
transform: translate3d(0, -8px, 0);
}

.hamburger-2 {
transform: translate3d(0, 0, 0);
}

.hamburger-3 {
transform: translate3d(0, 8px, 0);
}

.menu-open:checked + .menu-open-button .hamburger-1 {
transform: translate3d(0, 0, 0) rotate(45deg);
}
.menu-open:checked + .menu-open-button .hamburger-2 {
transform: translate3d(0, 0, 0) scale(0.1, 1);
}
.menu-open:checked + .menu-open-button .hamburger-3 {
transform: translate3d(0, 0, 0) rotate(-45deg);
}

.menu {
position: absolute;
left: 50%;  
margin-left: -190px;
padding-top: 20px;
padding-left: 190px;
box-sizing: border-box;
font-size: 20px;
text-align: left;
}

.menu-item:hover {
background: white;
color: #ff9b18;
}
.menu-item:nth-child(3) {
transition-duration: 70ms;
}
.menu-item:nth-child(4) {
transition-duration: 130ms;
}
.menu-item:nth-child(5) {
transition-duration: 190ms;
}
.menu-item:nth-child(6) {
transition-duration: 250ms;
}
.menu-item:nth-child(7) {
transition-duration: 310ms;
}

.menu-open-button {
z-index: 2;
transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
transition-duration: 400ms;
transform: scale(1.1, 1.1) translate3d(0, 0, 0);
cursor: pointer;
}

.menu-open-button:hover {
transform: scale(1.2, 1.2) translate3d(0, 0, 0);
}

.menu-open:checked + .menu-open-button {
transition-timing-function: linear;
transition-duration: 200ms;
transform: scale(1, 1) translate3d(0, 0, 0);
}

.menu-open:checked ~ .menu-item {
transition-timing-function: cubic-bezier(0.935, 0, 0.34, 1.33);
}
.menu-open:checked ~ .menu-item:nth-child(3) {
transition-duration: 160ms;
transform: translate3d(-71.42548px, 15.48084px, 0);
}
.menu-open:checked ~ .menu-item:nth-child(4) {
transition-duration: 240ms;
transform: translate3d(-1.42548px, -73.38084px, 0);
}
.menu-open:checked ~ .menu-item:nth-child(5) {
transition-duration: 320ms;
transform: translate3d(72.5px, 7.99996px, 0);
}
.menu-open:checked ~ .menu-item:nth-child(6) {
transition-duration: 400ms;
transform: translate3d(-77.04956px, 85.37192px, 0);
}
.menu-open:checked ~ .menu-item:nth-child(7) {
transition-duration: 480ms;
transform: translate3d(-114.40705px, 11.66307px, 0);
}
/* #requests_section.inactive:before {
content: ' ';
position: fixed;
display: block;
width: 100vw;
height: 100vh;
left: -20%;
top: -20%;
z-index: 290;
background: red;
} */

@keyframes shimmer-animation {
0% {
  background-position: -800px 0;
}
100% {
  background-position: 800px 0;
}
}

@keyframes grow-shrink-animation {
  0% {
      transform: scale(1);
  }
  50% {
      transform: scale(1.1);
  }
  100% {
      transform: scale(1);
  }
}
@keyframes fadeIn {
  0% {
      opacity: 0;
  }
  100% {
      opacity: 1;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}