
#product_docs
{
	   display: block;
}

.product_bg  {

   box-shadow:  10px 10px 5px 5px rgba(10, 10, 10, .5);
   border-radius: 50px; 

   background-color:#101010;
   background-color: rgba(0, 0, 0, 0.85);
}


.product_desc_header { 
	margin-top: 0.2em;
	font-size: 4em;
	font-weight: normal;
	text-align:center;
	margin-bottom:-40px;
}

.product_desc { 
	font-size: 2em;
	font-weight: normal;
	text-align:center;
    background: rgba(0, 0, 0, 0); 
	z-index:1;
	position: relative;
	top:-50px;
}



/* Basic product panels - named as started off as for docs only */

#product_1 , #product_2, #product_c  { width: 80%; height 200px; margin: auto; margin-bottom: 60px;}
#product_1  { }
#product_2  {  }
#product_c  { margin: auto; float: center;  margin-top: 50px; }

#product_1.product_desc, #product_2.product_desc, #product_1.product_title , #product_2.product_title, #product_c.product_title  { top :0; font-size: 2em; }



/* ------------------- Desktop menu ---------------- */
@media all and (min-width: 1350px) {
  
  #product_1, #product_2
	{
		   float: left;
		   width: 39%; 
		   height: 250px;
		   margin-right: 5%;
		   margin-left: 5%;
	}

}
