body{
	
	
}
p, h1, h2, h3, h4, h5, h6, label, button, span, div, li{
    font-family:Tahoma, Geneva, sans-serif;
}

.bg-header{
    background-color: black;
    padding-bottom:20px;
    padding-top:20px;
}

.row grid{
    
}

.bg-menu{
    background-color: PaleVioletRed ;
    margin-left: -20px;
    margin-right: -15px; 
}
.navbar-header{
     border-bottom: 1px solid white;
}
.nav-m{
    color: black;
}
.nav-m:hover{
    color: black;
    transition: 0.5s;
}
.icon-bar{
    background-color:black;
}
.bg-footer{
    background-color: black;
    
}
.copyright{
    font-size:14px;
    padding: 1em;
    
}
.socials{
    list-style-type:none;
    padding:15px 0;
}
.social{
     color: black;
}
.social:hover{
    transition: 0.5s;
    color: white;
}
.tabs{
     color: white;
}
.tabs:hover{
    transition: 0.6s;
    color: black;
    background-color: white;
}

.information{
    list-style-type:none;
    border-top: 1px solid white;
    text-align:center;
}

.foot{
    color: white;
    text-align: center;
}
.foot:hover{
    color: PaleVioletRed ;
    text-decoration:none;
}

.post{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
   
   
}
.post:hover{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.8), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    
}

.post-caption{
    
    display:block; 
    height:4em;
}

/*.view{
    background-color:white;
    position:fixed;
    padding-top:40px;
    top:0;
    left:0;
    height:100%;
    max-width:600px;
    z-index:999;
    display:none;
}*/

#product-img {
    cursor: pointer;
}

/* The Close Button */


/* 100% Image Width on Smaller Screens */


.btn{
    background-color: white;
    
}





