body {
	font: 300 14px/1.4 "Poppins", sans-serif;
	background: url("../images/background.jpeg");
	background-repeat: no-repeat;
  	background-attachment: fixed;
	background-size: cover;
}

.whatsapp-icon {
	color: #0dc143;
	font-weight: 500;
}

.bg-green{
	/* background-color: #00576a; */
	background-color: #02694e;
	background-image: var(--bs-gradient);
    color: white;
}
#footerContainer {
	background: #fff url("../images/footer.png") no-repeat bottom center;
}
#footerContainer img {
	height: auto;
	display: block;
	margin: 0 auto;
	max-width: 12em;
}

#hdr-logo {
	display: block;
}
#hdr-logo img {
   	max-width: 20em;
	height: auto;
	display: inline-block;
}

.card-opacity {
	background:rgba(255,255,255, 0.3);
}

#prayer-times {
   text-align: center
}
#prayer-times ul {
   display: grid;
	grid-template-columns: 1fr 1fr;
	font-weight: 700
}

.address {
	text-align: center;
	color: #FFF;
	font-weight: 700;
}
.address a {
   font-weight: bold;
   color: #EEE;
   display: inline-block;
}
.margin-tb {
	margin-top: 0.4em;
    margin-bottom: 0.4em;
}

#galleryCarouselControl .carousel-item img {
	max-height: 90vh;
	object-fit: contain;
	object-position: center;
}

#upcomingEventsContainer {
	border: 1px solid #d7d7d7;
}

#upcomingEventsCarouselControl img {
	max-height: 85vh;
	object-fit: contain;
    object-position: center;
}

.navbar {
	background-color: #fff;
	height: 6em;
}
.visibitlity-hidden {
	visibility: hidden;
}

.green-btn {
	background-color: #02694e;
	background-image: var(--bs-gradient);
	color: #fff;
	font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
	padding: 8px 20px;
	text-decoration: none;
	transition: 0.3s background-color;
	border: 0;
}

.green-btn:hover {
	background-color: #027e5d;
}

.green-btn:disabled {
    background-color: #a5a5a5;
    color: #d7d7d7;
    cursor: not-allowed;
}

.navbar-toggler {
	border: none;
	font-size: 1.25rem;
}

.navbar-toggler:focus, .navbar .btn-close:focus {
	box-shadow: none;
	outline: none;
}

.nav-link {
	color: #666777;
	font-weight: 500;
	position: relative;
}

.nav-link:hover, .nav-link.active {
	color: #000;
}

li.nav-item {
	border: 1px solid #d7d7d7;
	border-top: 0;
	border-left: 0;
	border-right: 0;
}

#zelleCopyIcon {
	background: transparent;
    border: 0;
    padding: 0;
    font-size: 1.2em;
    margin-left: 0.3em;
    color: #0d6efd;
	margin-top: 0.2rem;
}

@media (min-width: 991px) {
	.nav-link::before {
		content: "";
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		width: 0;
		height: 2px;
		background-color: #009970;
		visibility: hidden;
		transition: 0.3s ease-in-out;
	}

	li.nav-item {
		border: 0;
	}

	.nav-link:hover::before, .nav-link.active::before {
		width: 100%;
		visibility: visible;
	}
}

/* X-Small devices (portrait phones, less than 576px) */
/* No media query for `xs` since this is the default in Bootstrap */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	body{
		font: 300 16px/1.4 "Poppins", sans-serif !important;
	}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {}

