* {
    box-sizing: border-box;
}
.product {
    float: left;
    width: 40%;
    border: solid black 1px;
    border-radius: 15px;
    margin-left: 5%;
}
.product ul {
    list-style-type: none;
    float: right;
    border: solid green 1px;
    width: 70%;
}
.product img {
    float: left;
    height: 100px;
    width: 100px;
    border: solid red 1px;          
}            
.product img.ico {
    float: left;
    height: 15px;
    width: 15px;    
}
.product div p {
    border: solid blue 1px;
}
.clear {
    clear: both;
}
.green {
    color: green;
}
.red {
    color: red;
}
table {
    border-collapse: collapse;
    width:60%;
}
table, th, td {
    border: 1px solid black;
    text-align:left;
}
  .h1{
    font-weight: bold;
  }
  .panel-primary>.panel-heading{
    background-color: black;
    border-color: black;
    color:white;
    text-align: center;
  }
  .panel-default{
    background: rgb(84, 83, 80); /* This is for ie8 and below */
      background: rgba(84, 83, 80, 0.5);
  }
  .panel-body {
    padding: 15px;
    background-color: black;
    border-color: black;

  }
  .panel {
    margin-bottom: 20px;
      background: rgba(00 00, 00, 0.5);
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
  .panel-footer {
    padding: 10px 15px;
    color: white;
    background-color: black;
    border-top: 1px solid black;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }
    #col-sm-4{
      border-color: black;
      background-color: black;
  }

  #item{
      text-align: center;
      font-weight: bold;
      font-size: 20px;
      border-color: black;
      background-color: black;
    }
    #itemheader{
      background-color: black;
      color:red;

    }
    #contact{
   
     
    }
    #header{
      background-color: black;
      color: red;
      font-size: 24px;
      text-align: center;
    }
    #info{
      margin-left: 25%;
      
    }
    #content{
      
      color: white;
      background: rgba(00, 00, 00, 0.5);

    }
     #footer{
      background: rgb(84, 83, 80); /* This is for ie8 and below */
      background: rgba(84, 83, 80, 0.5)
      color: white;
      font-size: 15px;
      text-align: center;
    }
    .navbar{
      border-radius: 0;
      background-color: black;
    
      color:white;
    }
     
     .jumbotron {
      margin-bottom: 0;
          background: red; /* This is for ie8 and below */
            background-image: url(https://pantograph0.goldbely.com/cfill-h267-w575/uploads/collection/main_image/210/pizza.56599b52f02ac502703bd635d8513fea.jpg);
    background-repeat: no-repeat;
    background-position: center;
      font-weight: ;
      height: 200px;
      opacity:

    }
    #body{
    	height: auto;
       background-image: url('background.jpg');
       background-attachment: : fixed;
       background-repeat:;
     }
       
    /* Add a gray background color and some padding to the footer */
     #footer {
      background-color:black;
      color: white;
      padding: 25px;
      }
