html{
    margin: 0;
    padding: 0;
}
body{
    margin: 0;
    padding: 0;
    height: auto;
    font-family: -apple-system, BlinkMacSystemFont, "Arial", sans-serif;
}
header{
    max-width: 100%;
    background-color: rgb(22 101 52 / var(--1, 1)) !important;
    border-bottom: #88af97 double 0.4em;    
    
}
.topbar{
    background-color:rgba(250, 250, 250, 0.5);
}
.contactinfo {
    display: flex;
    justify-content: right;
    padding-right: 10px;
    align-items:center;
    color: #f4f4f4;    
}
.contactinfo > *:not(:last-child) {
    margin-right: 50px;   
    justify-content: center;    
    padding: 0.3em 0;
}
.logo-bg {
    width: 130px;
    height: auto;
    background: #FFFFFF;
	background: linear-gradient(90deg,rgba(255, 255, 255, 1) 0%, rgba(250, 250, 250, 1) 50%, rgba(255, 255, 255, 1) 100%);
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    padding: 0.2em;
    overflow: hidden;
    box-shadow: 1px 0px 13px 2px #fff;
}
.menu-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo-container{
    display: flex;
    align-items: center;
    justify-items: center;
    padding: 10px;    
}
.logo-container a {
    margin-right: 1.4em;
}
.navbar-brand:hover {
    color: #fff !important;
}
.logo-container {
    color:#ffffff;
}
.text > p {
    text-transform: uppercase;
}
.navbar-nav > li:not(:last-child) {
    margin-right: 1rem;
}
.navbar-nav > li > a {
    color:#fff;
    font-weight: bold;
    text-decoration: none;
}
.page-header{
    margin-bottom: 20px;
}
.navbar-nav > li > a:focus, .navbar-nav > li > a:hover, .navbar-nav > li > a:active {
    color:rgb(253 224 71 / var(--1, 1))
}
.navbar-nav > li > ul.dropdown-menu {
    background-color:rgb(22 101 52 / var(--1, 1));
}
ul.dropdown-menu > li > a {
    color:#fff;
    font-weight: bold;
}
.goldlink:link {
    color:rgb(253 224 71 / var(--1, 1));
    text-decoration:none;
}
.goldlink:focus, .goldlink:hover{
    color:#000;
}
.goldenbg {
    background-color: rgb(253 224 71 / var(--1, 1));
    border-color:#fff;
}
.goldenbg:hover{
    background-color: #fff;
    color: rgb(253 224 71 / var(--1, 1));
}
.greenbg {
    background: rgb(22 101 52 / var(--1, 1));
    border-color:#88af97;
    color:#fff;
}
.greenbg:hover{
    background: rgba(22, 101, 52 / var(--1, 1),0.8);
    border-color:#88af97;
}
main{
    height: 100%;
    position: relative;
    width: 100% !important;
}
section {
    width: 100%;
    display: block;
    position: relative;
}
.carousel.pointer-event {
    touch-action: pan-y;
}
.carousel {
    margin-bottom: 4rem;
}
.carousel {
    position: relative;
}
.text-green-800 {
    --tw-text-opacity: 1;
    color: rgb(22 101 52 / var(--tw-text-opacity, 1));
}
.font-bold {
    font-weight: 700;
}
.prayerinner {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.bg-green-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}
.prayer-time-box {
    margin: 1rem;
    border-radius: 0.5rem;
    box-shadow: 1px 0px 13px 2px rgb(220 252 231 / var(--tw-bg-opacity, 1));
    min-width: 10rem;
}
.text-gray-600{
    font-size: 2.5em;
}
.aboutus {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.aboutus-img{
    padding: 0 0 20px 0;
    text-align: center;
}
.aboutus-img > img {
    margin: 0 auto;
    max-width: 350px;
}
.aboutus > div:first-child {
    margin-right:1em ;
}
.bg-gray{
    background: #f4f4f4;
}
.container-banner {
    margin: 0 !important;
    display: block;
}
.container-top-b {
    grid-area: top-b;
}
.mod-articles-item-content, .services{
    text-align: center;
    clear: both;
}
.mod-articles-image > img {
    max-width: 200px;
    max-height: 200px;
    margin: 0 auto;
}
.mod-list li
 {
    padding: .25em 0;
    margin-top: 50px;
}
.footer
 {
    color: #fff;
    background: rgb(22 101 52 / var(--1, 1)) !important;    
    margin-top: 1em;
}
@media screen and (max-width: 575.98px){ 
    .menu-container{
        flex-direction: column !important;
    }
    .prayerinner {
        flex-direction: column !important;
    }
    .logo-container{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    .logo-container #mod-custom110{
        display: flex;
        justify-content: center;
        flex-direction: column;
        font-size: medium;
        align-items: center;
    }
    .logo-bg {
    width: 90px;
    height: auto;
    background: #FFFFFF;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(250, 250, 250, 1) 50%, rgba(255, 255, 255, 1) 100%);
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    padding: 0.2em;
    overflow: hidden;
    box-shadow: 1px 0px 13px 2px #fff;
    }
    #mod-custom118{
        margin-top: 20px;
        text-align: center;
    }
}