@import url("../css/pciHome.css");
@import url("https://fonts.googleapis.com/css?family=Merriweather|Noto+Serif+SC|Open+Sans|Oswald|Roboto|Roboto+Condensed");
*{
    box-sizing: border-box;
}
/*The Body with controled by background color*/
body{
    background: linear-gradient(270deg, #1c1e1d, #f56464, #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, .readMore{
    background-color:  #ffffff33;
}

/*start header*/
/*start navigation font style*/
header, .nav, .search .text{
    font: 100% Monospace, sans-serif;
}
/*end navigation font style*/

header{
    width: 100%;
    margin: 0 0 0.5% 0;
    display: table;
}

#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;
    display: inline;
    letter-spacing: 0.5px;
    margin: 1%;
    text-align: center;
}

.nav:hover{
    transition: 0.30s, 0.30s;
    background: linear-gradient(transparent, #f56464);
    border-radius: 5px 2px; 
    box-shadow: -2px 2px 5px #000;
    text-transform: uppercase;
    padding: 0 10px;
    color: #fff;
}

.nav:active{
    box-shadow: none;
    background: linear-gradient(transparent, #7a6464, #f56464);
    text-transform: capitalize;
}

nav .products{
    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: 160px;
    right: 0;
    background: #f56464f2;
    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: 150px;
    color: #0b5d9c;
} 

/*end header*/

/*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: bold 110%/1.5  Monospace, sans-serif;
    letter-spacing: 5px;
}
/*end wrapper*/
/*start content*/
#products{
    width: 100%;
    margin: auto 1%;
}
.z69_1,
.z69_2{
    width: 49%;
    margin: auto;
    display: inline-block;
    overflow: hidden;
}
.z69_1 img,
.z69_2 img{
    float: left;
    margin-right: 15px;
}
.head_title{
    font: 150% "Oswald";
    text-align: center;
}
.prod_text{
    text-align: left;
    font: 110%/1.5 MOnospace, sans-serif;
    word-break: keep-all;
}
/*end content*/

/*start footer*/
footer{ 
    border-top: 0.5px solid #fff;
    width: 80%;
    margin: 1% auto ; 
    text-align: center;
    overflow: auto;
}

.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*/

/*start @media for mobile*/
@media screen and (max-width: 990px){
   /*start heading*/
    #header_mob{
       position: fixed;
       top: 0;
    }

    .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: #f56464f2;
        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;
    }
    /*start section-products*/
    #products{
        width: 100%;
        margin: 0;
    }
    .z69_1,
    .z69_2{
        background: #f5646459;
        width: 95%;
        margin-left: 2.5%;
    }
    .z69_2 img{
    float: right;
    margin-left: 15px;
    margin-right: 0;
   }
   .prod_text2{
       text-align: right;
   }
   /*end section-products*/
  
    .logo{/*footer logos*/
        width: 95%;
        margin: 2%;        
    }
}   
/*end @media for mobile*/