
 @import url('https://fonts.googleapis.com/css?family=Sofia');
 @import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@500&display=swap');

 .hdrfont1{
    font-family: "Sofia", sans-serif;
    font-size: 1.5em !important;
}
.hdrfont2{
    font-family: "Lucida Console", "Courier New", monospace;
    font-size: 1.3em !important;
}
.hdrfont2A{
    font-family: "Lucida Console", "Courier New", monospace;
    font-size: 0.9em !important;
}

 .hdrfont{
    font-family: 'Dancing Script', cursive;
    text-shadow: 3px 3px 3px #ababab; 
}
.hdrfont3{
    font-family: 'Dancing Script', cursive;
    text-shadow: 3px 3px 3px #ababab; 
    font-size: 1.8em !important;
}
.bg100{background-color: rgb(0,0,0) !important}
.bg90{background-color: rgb(0,0,0,.9) !important}
.bg80{background-color: rgb(0,0,0,.8) !important}
.bg50{background-color: rgb(0,0,0,.5) !important }
.bg20{background-color: rgb(0,0,0,.2) !important }
.bgw50{background-color: rgb(255,255,255,.5) !important }
.bgw20{background-color: rgb(255,255,255,.2) !important }
.bgw70{background-color: rgb(255,255,255,.7) !important }
.bgw80{background-color: rgb(255,255,255,.8) !important }
.bgyellow{background-color: rgb(255, 191, 0,.9)!important}
.bgpurple{background-color: #6f42c1!important}
.wsize100{height: 100vh; width:100vw;}
.h78{height: 83vh;}
.h100{height: 93vh;}
.margintop{ margin-top: 10vh; } /*req*/
.paddingtop{ padding-top: 10vh; } /*req*/
.iconsize{height: 30px; width: 30px;}
.profilephotosize{height: 150px; width: 150px;}

.marginbottom{ margin-top: 5vh; height: 5vh !important; } /*req*/

.pointer {cursor: pointer;}
.textunderlink {text-decoration: underline;}
.bgimg1{background-image:url('../img/bgmasjid.jpg');background-attachment: fixed;background-repeat: no-repeat;  background-size: 100vw 100vh;}/*req*/
.bgimg2{background-image:url('../img/bg5.jpg');background-attachment: fixed;background-repeat: no-repeat;  background-size: 100vw 100vh;}/*req*/
.bgimg3{background-image:url('../img/bgimg.jpg');background-attachment: fixed;background-repeat: no-repeat;  background-size: 100vw 100vh;}/*req*/
.bgimg4{background-image:url('../img/bgmasjid2.jpg');background-attachment: fixed;background-repeat: no-repeat;  background-size: 100vw 100vh;}/*req*/
 .row-checkbox {
    transform: scale(1.5); /* Increase size */
    margin: 5px;            /* Optional: Add some spacing */
  }
