/*
Template Name: Call Him
Description: Responsive HTML5 / CSS3 .
Version: 1.0
Author: Call Him
Designed: SH RAHAT

Used Fonts : papyrus, arial, verdana, sans-serif;.

=>  Table of Content  <=



1=>Import Fonts
2=>Home
    2.a(The Scriptures)
    2.b(Calling God)
    2.c(The Blessing)
    2.d(Song)
    2.e(The Saving Name)
    2.f(Guest Book)
    2.g(Contact Us)
    2.h(Neshama Designs)
3=>Media Queries
*/

*{
    border: 0px;
    margin: 0px;
    padding: 0px;
}
a{
    text-decoration: none;
    margin-top: 0;
    margin-bottom: 0;
}
a:hover,a:focus{
    text-decoration: none;
    outline: 0;
}
img{
    border: 0px;
    margin-top: 0;
    margin-bottom: 0;
}
ul,ol{
    list-style-type: none;
    margin-top: 0;
    margin-bottom: 0;
}
body{
    font-family: papyrus,sans-serif;
}
h1,h2,h3,h4,h5,h6,address,p{
    margin-top: 0;
    margin-bottom: 0;
}
.clr{
    clear: both;
}
.pdl{
    padding-left: 0;
}
.pdr{
    padding-right: 0;
}
.pdlr{
    padding-left: 0;
    padding-right: 0;
}
.pdb0{
    padding-bottom: 0;
}
/*common codes ends here*/
/*Fonts Css Start Here*/
@font-face{
    font-family: papyrus;
    src: url(../fonts/papyrus/papyrus.ttf);
}
/*Fonts Css Ends Here*/
/*Hover//Visited//Focus Css Start Here*/
a:focus{
    border: 1px dotted #868856;
}
#home h2 a:hover,
#home p a:hover,
#home h5 a:hover,
.skip_intro a:hover{
    color: #25BDE9;
}
/*Hover//Visited//Focus Css Ends Here*/





#home{
    color: #fff;
}
#home{
    background: #000;
    padding: 30px 0px 60px;
}
#home img{
    display: inline-block;
}
#home h1{
    padding: 0px 0px 120px;
}
#home ul li a{
    line-height: 115px;
    padding: 10px;
}
#home h2{
    padding: 64px 0px 12px;
}
#home .pdtb{
    padding-top: 24px;
}
#home p{
    font-family: papyrus, sans-serif, serif;
    color: #fff;
    font-size: 18px;
    line-height: 33px;
    padding-bottom: 60px;
    font-weight: 400;
}
#home p strong{
    color: #25BDE9;
    font-size: 10px;
}
#home p a{
    color: #bababa;
    -webkit-transition: all linear 0.3s;;
    -o-transition: all linear 0.3s;;
    transition: all linear 0.3s;;
}
#home h2 a{
    color: #fff;
    font-family: papyrus, sans-serif, serif;
    font-size: 14px;
    -webkit-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
}
#home h6{
    font-family: papyrus, sans-serif, serif;
    font-size: 18px;
    padding-bottom: 120px;
    font-weight: 400;
}
#home h3{
    padding-bottom: 40px;
}
#home .p0dtb{
    padding: 90px 0px 110px;
}
#home h5{
    margin-bottom: 120px;
}
#home h5 a{
    font-family: papyrus, sans-serif, serif;
    color: #fff;
    font-size: 22px;
    text-decoration: underline;
    -webkit-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
}
#home .p0b{
    padding-bottom: 15px;
}
#home .p0t{
    padding-bottom: 0;
    padding-top: 40px;
}
#home p .strong{
    font-size: 18px;
}
#home .liheight{
    line-height: 46px;
}
#home .padtop{
    padding-top: 80px;
    line-height: 46px;
}
/*video css*/
.skip_intro{
    position: absolute;
    bottom: 2%;
    left: 90%;
}
.skip_intro a{
    color: #fff;
}
#video{
    background: #000;
    position: relative;
}
#video video{
    background: #000;
    width: 100%;
    height: 800px;
}
/*home Css Ends Here*/


/*Media Queries Css Start Here*/
@media only screen and (max-width: 767px){
    header nav ul li a img{
        width: 150px;
        height: 40px;
    }
    #home .save_img{
        width: 180px;
        height: 22px;
    }
    #home h1{
        padding-bottom: 80px;
    }
    .song_res{
        width: 64px;
        height: 26px;
    }
    #home ul li a{
        line-height: 75px;
    }
    #home h2{
        padding-top: 38px;
    }
   #home p{
    font-size: 15px;
    line-height: 28px;
    }
    #home h5{
        margin-bottom: 60px;
    }
    #home .p0b{
        font-size: 14px;
    }
    #home .liheight{
        line-height: 40px;
    }
    #home .padtop{
        padding-top: 35px;
        line-height: 38px;
    }
    #video video{
        max-width: 100%;
        height: 800px;
        background: #000;
    }
    
/*video css*/    
    .skip_intro{
        position: absolute;
        bottom: 5%;
        left: 74%
    }
}
/*Mobile Device Media Queriea Ends Here*/
/*Media Queries Css Ends Here*/























