@media(min-width: 700px){
    #date{
        width: 65px;
    }
    #download{
        width: 75px;
    }
}
.header {
    height: 400px;
    background: url('../img/masjid1.jpg') center center no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.nav{
    margin-left: 10%;
    padding-top: 35px;
}
.navli{
    border-radius: 10px; 
    margin: 5px;
    font-weight: bold;
    font-family: garamond;
    font-size: 16px;
    background: black;
    opacity: 0.4;
}
.navli a{
    color: white;
    opacity: 1;
}
.navli a:hover{
    color: black;
    border-radius: 9px;
}
.top-nav{
    text-decoration: none;
}
.header1{
    padding-top: 10px;
}
.hadeeth{
    font-family: Garamond;
    font-size: 16px;
    color: #347713; 
}
.title{
    font-family: cursive;
    color: #01584F;
    font-size: 44px;
}
.contribute{
    background: #d3d3c9;
    border-radius: 5px;
}
.header1tag{
    padding-top: 70px;
}
@media(max-width: 500px){
    .header1tag {
    padding-top: 0;
    text-align: center;
    }
    .sp{
        padding-top: 20px;
    }
    .menu{
        margin: 10px;
    }
    .contribute{
        margin: 30px;
        padding: 5px;
    }
    .nav{
        width: 60%;
        margin: 0 auto; 
        padding: 0;
        text-align: center;
    }
    .navli{
        margin: 10;
        padding: 0;
        border-radius: 10;

    }
}
.nav .btn{
    width: 100%;
    margin: 5px auto;
    background: black;
    color: white;
}
.tagline {
    text-shadow: 0 0 10px #000;
    color: black;
}

.img-center {
    margin: 0 auto;
}

footer {
    margin: 50px 0;
}
.menu, .menu a:hover, .menu a:visited {
    text-decoration: none;
    text-align: center;
    color: black;
}