/* Special Section */
* {box-sizing: border-box;}
body {
    margin: 0px;
    background-color: #465f46;
    font-family: courier new;
}
.hc3 p{display: none;}
/* Special Section Ends Here */ 

/* Header and Navigation */
.hc1{
    background-color: #868282;
    width: 100%;
    height: 60px;
    position: sticky;
    top: 0;
}
.hc2{
    float: left;
    padding-left: 30px;
}
.hc3{
    float: right; 
    padding-right: 30px; 
    padding-top: 25px;
}
.navlink{
    padding: 10px 20px; 
    width: 20px; 
    height: 50px; 
    background-color: transparent; 
    text-decoration: none; 
    color: white;
}
.navlink:hover{
    border-bottom: 2px solid black;
    font-family: Courier New;
}
.hc4{
    background-color: white; 
    text-align: center; 
    height: 100px; 
    position: static; 
    width: 100%;
    margin-top: -21px
}
/* Header and Navigation */

/* Page Title */
.pg-title{
    text-align: center;
    background-color: white;
    margin-top: auto;
    height: 50px;
    padding: 10px 0 0 0;
}
/* Page Title */

/* Mobile Navigation */
.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: black;
    overflow-y: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 10%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}
/* Mobile Navigation */

/* Vision and Mission */
.sec1{
    background-color: green;
    width: 100%;
    display: flex;
    padding-right: 20px;
    padding-left: 20px;
}
.secdiv1{
    width: 40%; 
    float: left; 
    font-size: 100px; 
    text-align: center; 
    text-transform: uppercase; 
    text-shadow: 2px 3px;
    padding-top: 20px;
}
.secdiv2{
    width: 58%; 
    float: right; 
    color: white; 
    padding-top: 10px; 
    padding-left: 20px; 
    font-size: 30px;
}
/* Vision and Mission */

/* Verse */
.verse{
    width: 50%;
    margin-right: auto;
    margin-left: auto;
    display: block;
    text-align: center;
    background-color: white;
    margin-top: auto;
}
.verse-arabic{
    font-family: arabic typesetting;
    font-size: 30px;
}
/* Verse */

/* Before Footer */
.bf-sec{
    width: 100%;
    /* background-color: black; */
    display: flex;
    padding: 5px;
}
.bf-sec-div{
    width: 33%;
    padding: 10px;
    margin: 5px;
    background-color: white;
}
.bf-sec-div-btn{
    margin-right: auto;
    margin-left: auto;
    width: 50%;
    display: block;
    text-decoration: none;
    color: white;
    background-color: #7c7777;
    text-align: center;
    padding: 10px 0 10px 0;
    border-radius: 50px;
    transition: background-color 1s;
    }
.bf-sec-div-btn:hover{
    background-color: #000000;
}
/* Before Footer */

/* Footer Section */
.pg-foot{
    background-color: #868282;
    position: relative;
    margin-bottom: -15px;
    color: white;
    text-align: center;
}
.bck-to-top{
    display: none;
    position: fixed;
    bottom: 10px;
    right: 30px;
    z-index: 100;
    font-size: 30px;
    border: none;
    outline: none;
    background-color: white;
    color: black;
    cursor: pointer;
    padding: 10px;
    border-radius: 4px;
    transition: background-color, color 1s;
    border: 1px solid black;
}
.bck-to-top:hover{
    background-color: black;
    color: white;
}
/* Footer Section */

/* Responsive Mobile CSS */ /* Responsive Mobile CSS */ /* Responsive Mobile CSS */ /* Responsive Mobile CSS */
/* Responsive Mobile CSS */ /* Responsive Mobile CSS */ /* Responsive Mobile CSS */ /* Responsive Mobile CSS */

@media screen and (max-width: 450px) {
    /* Header and Navigation */
.hc1{
    height: 70px;
}
.hc3 p{display: block;}
.navlink{
    display: none;
}
.hc4{
    background-color: white;
    /* text-align: center; */
    height: 200px;
    position: static;
    width: 100%;
    /* padding-top: 10px; */
    /* margin-top: -21px; */
    /* font-size: 20px; */
}
/* Header and Navigation */

/* Page Title */
.pg-title {
    text-align: center;
    background-color: white;
    margin-top: auto;
    height: 50px;
    padding: 10px 0 0 0;
}
/* Page Title */

/* Vision and Mission */
.sec1{
    display: block;
}
.secdiv1{
    width: 100%;
    float: none;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 2px 2px;
    padding-top: 20px;
    font-size: 40px;
}
.secdiv2{
    width: 100%;
    float: none;
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
    /* padding-left: 20px; */
    font-size: 20px;
}
/* Vision and Mission */

/* Verse */
.verse{
    width: 100%;
    /* margin-right: auto; */
    /* margin-left: auto; */
    display: block;
    /* position: absolute; */
    text-align: center;
    /* background-color: white; */
    margin-top: auto;
}
.verse-arabic{
    font-family: arabic typesetting;
    font-size: 30px;
}
/* Verse */

/* Before Footer */
.bf-sec{
    width: 100%;
    /* background-color: black; */
    display: block;
    /* margin-right: auto; */
    /* margin-left: auto; */
}
.bf-sec-div{
    width: 100%;
    background-color: white;
    display: block;
    /* padding: 0px; */
    margin-right: auto;
    margin-left: auto;
}
.bf-sec-div-btn{
    margin-right: auto;
    margin-left: auto;
    width: 50%;
    display: block;
    text-decoration: none;
    color: white;
    background-color: #7c7777;
    text-align: center;
    padding: 10px 0 10px 0;
    border-radius: 50px;
    transition: background-color 1s;
    }
.bf-sec-div-btn:hover{
    background-color: #000000;
}
/* Before Footer */

/* Footer Section */
.pg-foot{
    background-color: #868282;
    position: relative;
    margin-bottom: -15px;
    color: white;
    text-align: center;
}
}

/* Mobile Navigation */
@media screen and (max-height: 450px) {
    .overlay {overflow-y: auto;}
    .overlay a {font-size: 20px}
    .overlay .closebtn {
      font-size: 40px;
      top: 15px;
      right: 35px;
    } 
}
/* Mobile Navigation */

@media screen and (min-width: 768px) {
    .hc1 {
        background-color: #868282;
        width: 100%;
        height: 60px;
        position: sticky;
        top: 0;
    }

    .hc2 {
        float: left;
        padding-left: 15px;
        width: 10%;
    }

    .hc3 {
        float: right;
        /* padding-right: 30px; */
        padding-left: 0px;
        padding-top: 25px;
        background-color: transparent;
        /* display: none; */
        /* width: 90%; */
    }

    .navlink {
        padding: 10px 14px;
        width: 20px;
        height: 50px;
        background-color: transparent;
        text-decoration: none;
        color: white;
    }

    .hc4 {
        background-color: white;
        text-align: center;
        height: 180px;
        position: static;
        width: 100%;
        margin-top: -21px;
    }

    .hc4 h1{
        text-align: center;
        padding-top: 30px;
    }
    
    .secdiv1 {
    width: 40%;
    float: left;
    font-size: 80px;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 2px 3px;
    padding-top: 100px;
}
.p-n-div{
    margin-right: auto;
    margin-left: auto;
    display: block;
    width: 15%;
}
}

/* Blog Page */

.p-div{
    /* background-color: red; */
    width: 100%;
    display: flex;
    flex-direction: row;
}

.child{
    background-color: white;
    width: 33%;
    margin-left: 5px;
    margin-right: 5px;
    padding: 0 3px 3px 3px;
    box-shadow: 5px 5px #868282;
}

.post-btn{
    background-color: red;
    width: 100px;
    border-radius: 10px;
    border: none;
    height: 30px;
    transition: 0.5s background-color;
}

.post-btn:hover{
    background-color: green;
}

.post-link{
    text-decoration: none;
    color: white;
}

.p-n-div{
    margin-right: auto;
    margin-left: auto;
    display: block;
    width: 10%;
}

.p-n{
    color: white;
    background-color: green;
    text-decoration: none;
    padding: 8px 16px;
    border-radius: 50%;
    display: inline-block;
  /*margin-left: 50px;
    margin-right: 50px; */
}

@media screen and (max-width: 450px) {
    .p-div {
        background-color: red;
        width: 98%;
        display: flex;
        flex-direction: column;
    }

    .child {
        background-color: white;
        width: 100%;
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 5px;
        padding: 0 3px 3px 3px;
        box-shadow: 5px 5px #868282;
    }

    .p-n-div{
        margin-right: auto;
        margin-left: auto;
        display: block;
        width: 30%;
    }

}