body{
    font-family: 'Lucida Sans Unicode', cursive, sans-serif;
  }
  
  footer{
    background:#333333;
    color:#f4f4f4;
  }
  
  ul.nav > li > a {
      color: rgba(0,0,0,0.6);
      font-family: "Trebuchet MS";
  }

  .lister{
    list-style-type: none;
  }

  .image{
    width: 300px !important;
    height: 145px !important;
  }

  body{
    padding-top: 50px;
  }

  .green{
    border-radius: 100px;
  }

  .contact{
      background:#333333;
      color:#f4f4f4;
      padding-bottom:80px;
  }
  
  .blue{
    background-color: #f8f9fa!important;
  }
  
  header {
    background-color: lightgreen;
    padding: 20px;
  }
  .orange{
    margin: 20px;
    padding: 20px;
  }
  
  .red{
    padding: 20px;
  }
  
  .thumbnail{
    margin: 20px;
  }
  
  hr.style18 { 
    height: 30px; 
    border-style: solid; 
    border-color: #8c8b8b; 
    border-width: 1px 0 0 0; 
    border-radius: 20px; 
  } 
  hr.style18:before { 
    display: block; 
    content: ""; 
    height: 30px; 
    margin-top: -31px; 
    border-style: solid; 
    border-color: #8c8b8b; 
    border-width: 0 0 1px 0; 
    border-radius: 20px; 
  }
  
  hr.style19 { 
    height: 30px; 
    border-style: solid; 
    border-color: #8c8b8b; 
    border-width: 1px 0 0 0; 
    border-radius: -20px; 
  } 
  hr.style19:before { 
    display: block; 
    content: ""; 
    height: 30px; 
    margin-top: 31px; 
    border-style: solid; 
    border-color: #8c8b8b; 
    border-width: 0 0 1px 0; 
    border-radius: -20px; 
  }