/*
 * VK 26.07.14
 */

html {
  scroll-behavior: smooth;
  }

  body { 
    background-color: honeydew;
    background-color: #f9f9f9;
  }

  #content a{
    background-color: transparent;
  }

  .blog-details-content a{
    background-color: transparent;
  }
  
  #main-wrapper{
    background-color: #f9f9f9;
    background-color: white;

  }
   .modal-backdrop {
    background-color: red;
    display: none;
  }
  .container-fluid {
    max-width: 110rem !important;
  }
  .container-fluid-xl {
    max-width: 120rem !important;
  }