/* CSS Document */

      
  body {
    font: 400 15px Lato, sans-serif;
    line-height: 1.8;
   /* color: #818181;*/
   color:white;
    margin-left:0.15%;
    margin-right:0.15%;
   margin-top:0.15%;

  background: linear-gradient(to left, #339966 -100%, #ffffff 100%);
  /* background: linear-gradient(to bottom left, #336600 -100%, #ffffff 100%);*/
  }

      h5{
          
     font-size: 18px;
    line-height: 1.375em;
    color: #303030;
    font-weight: 400;
    margin-bottom: 30px;
  }    
      
       
  .panel {
    border: 2px solid white; 
    border-radius:0 !important;
    transition: box-shadow 2.5s;
  }
  .panel:hover {
    box-shadow: 5px 2px 40px darkgreen;
  }
  .panel-footer .btn:hover {
    border: 1px solid gray;
    background-color: #fff !important;
    color: white;
  }
  .panel-heading {
    color: black !important;
    background-color: lavenderblush;
    padding: 0px;
    border-bottom: 0px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .panel-footer {
    background-color: lavenderblush!important;
  }
  .panel-footer h3 {
    font-size: 16px;
  }
  .panel-footer h4 {
    color: #aaa;
    font-size: 14px;
  }
  .panel-footer .btn {
    margin: 15px 0;
    background-color: #f4511e;
    color: #fff;
  }

  footer .glyphicon {
    font-size: 20px;
    margin-bottom: 20px;
    color: #f4511e;
  }

