@import url("../css/pciHome.css"); 
@import url("https://fonts.googleapis.com/css?family=Merriweather|Noto+Serif+SC|Open+Sans|Oswald|Roboto|Roboto+Condensed");

body{
    background: linear-gradient(270deg, #1c1e1d, #ffd966, #1c1e1d);
    background-size: auto;
    margin: 0;
    padding: 0;
}

html body div .clear,
html body span .clear {
  background: none;
  border: 0;
  clear: both;
  display: block;
  float: none;
  font-size: 0;
  margin: 0;
  padding: 0;
  position: static;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

 /*Color and Design from Background Page*/
 header, #wrapper{
     background: #ffffff33;
 }
/*navigation start*/
 /*start navigation font style*/
 header, .nav, .search .text{
     font: 100% "Copperplate Gothic", "Copperplate Gothic Light", serif;
 }
 /*end navigation font style*/

header {
    width: 100%;
    margin: 0 0 0.5% 0;
    display: inline-grid;
}

#pciLogo{
    float: left;
    margin: 5px;
}
#pciLogo img{
    width: 250px;

}

 .navigation{
     display: block;
     margin: 0.5% 20%;
     text-align: center;
 }

.search{
    float: right;
    margin-right: 1em;
    margin-top: -50px;
}

li, 
li a{
    text-transform: capitalize;
    text-decoration: none; 
    color: #0b5d9c;
    cursor: pointer;
    display: inline;
    letter-spacing: 0.5px;
    margin: 1%;
    text-align: center;
}


.nav:hover{
    transition: 0.30s, 0.30s;
    background: linear-gradient(transparent, #6f82ed);
    border-radius: 5px 2px; 
    box-shadow: -2px 2px 5px #000;
    text-transform: uppercase;
}

.nav:active{
    box-shadow: none;
    background: linear-gradient(transparent, #282930, #6f82ed);
    text-transform: capitalize;
}

nav .bible{
    color: #fff;
    opacity: 0.5;
}

.subnav{
    display: inline-block;
    position: relative;
}
.subnav_1{
    cursor: pointer;
}
.subnav_2{
    display: none;
    position: absolute;
    padding: 0;
    margin: 0;
    min-width: 150px;
    right: 0;
    background: #e09231f2;
    border-radius: 5px 2px; 
    box-shadow: -2px 2px 5px #000;
    z-index: 1;
} 
.subnav_2 .nav{
    display: block;
    text-align: left;
    margin: 0;
    line-height: 1em;
}
.subnav:hover .subnav_2{
    margin: 0;
    display: block;
    transition: 0.60s, 0.60s;
}

.search .text{
    border: none;
    background: transparent;
    width: 80px;
    color: #0b5d9c;
}
/*navigation ending*/

/*start wrapper*/
#wrapper{
    width: 90%;
    margin: auto;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
div#greet{
    text-align: center;
    padding: 100px;
    font: 100% "Open Sans" ;
    letter-spacing: 5px;
}
/*end wrapper*/

/*start table*/
#content{
    width: 100%;
    margin: auto;
}

#table_month table{
    width: 80%;
    margin: auto;
}
 
/*end table*/

/*start footer*/
footer{ 
    border-top: 0.5px solid #fff;
    width: 80%;
    margin: 1% auto ; 
    text-align: center;
    overflow: hidden;
}

.versicle1 a{
    text-decoration: none;
    color: #0b5d9c;
    font: 100% "Open Sans";
}

.logo_pci{
    display: block;
    margin: 20px auto;
}
.logo{
    float: left;
    width: 33.2%;
    margin: 20px auto;
}
.pciLogo2 img{
    width: 120px;
}
.text_dev{
    font: 90% "Oswald";
}
/*end footer*/
/*star @media*/
@media screen and (max-width: 1050px){
    body{
        margin: 0;
        padding: 0;        
    }
/*start heading*/
    #header_mob{
        position: fixed;
        top: 0;
    }
    header{
        width: 100%;
        margin: auto;
        display: inline-grid;
        border-radius: 0;  
    }
    #bibleLogo img{
        height: 70px;
        margin-left: 1em;
    }
    .hamburg_menu{
        display: inline-block;
        position: relative;
        float: right;
        margin: 10px;
    }
    .hamburg_menu2::before{
        content: "\2261";
        visibility: visible;
        line-height: 1em;
        font-size: 300%;
        cursor: pointer;
        color: #fff;
    }
   .nav_mobile{
        display: none;
        position: absolute;
        right: 0;
        margin: 0;
        padding: 0;
        min-width: 160px;
        background: #e09231f2;
        border-radius: 5px 2px; 
        box-shadow: -2px 2px 5px #000;
        z-index: 1;
    }
    .nav_mobile .nav{
        display: block;
        text-align: left;
        margin: 0px;
        padding: 2px 10px;
    }
    .hamburg_menu:hover .nav_mobile{
        display: block;
        margin: 0;
    }    
    .subnav:hover .subnav_2{
        margin: 0;
        display: block;
        position: absolute;
        right: 10.2em;
        bottom: 0;
        transition: 0.60s, 0.60s;
    }
    .hamburg_menu:hover .search{ 
        text-align: center;
        background: none;
        border-radius: 0; 
        box-shadow: none;
    }
    /*end heading*/
    /*start wrapper where all the contents*/
    #wrapper{
        width: 100%;
        margin: 5em auto auto;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }
    #table_month table{
        width: 100%;
        margin: auto; 
    }
    .logo{/*footer logos*/
        width: 95%;
        margin: 2%;
    }
}
/*end @media*/