html, body {
    font-family: 'Open Sans', sans-serif;
  }
  #banner-home {
    background-image: url('../images/banner-home-b2c.jpg');
    background-size: cover;
    background-position: center;
  }
  .navbar { background-color: transparent; }
  .container.boxed { max-width: 1200px;}
  a:hover {
    text-decoration: none !important;
  }
  .pricing > ol, .pricing > ul {
    padding-left: 0rem;
  }
  .bg-semitransparent {
    background-color: rgba(255, 255, 255, 0.4);
  }
  .bg-small-sell {
    position: relative;
    background-color: #d79fa3;
  }

  .bg-medium-sell {
    background-color: #b1dad0;
  }

  .bg-large-sell {
    background-color: rgba(44, 62, 80, 0.8);
  }

  .alert.alert-danger > * {
    position: relative;
    z-index: 2;
  }
/*  .card:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    cursor: pointer;
  }
  .card:hover > .card-body > .card-title {
    color: rgb(231,76,60);
  }*/

  ul.modern {
    list-style-type: none;
    padding-left: 0;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
  }
  ul.modern li {
    padding-bottom: 13px;
  }
  ul.modern li > strong {
    font-weight: 700;
  }
  .text-right {
    text-align: right;
  }
  .text-left {
    text-align: left;
  }

.ribbon {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 1;
    overflow: hidden;
    width: 150px;
    height: 150px; /* Adjust these values to change the size of the ribbon */
    text-align: right;
}

    .ribbon span {
        font-size: 20px; /* Adjust this value to change the size of the text */
        font-weight: bold;
        color: #FFF;
        text-transform: uppercase;
        text-align: center;
        line-height: 40px; /* Adjust this value to vertically center the text */
        transform: rotate(45deg);
        width: 200px; /* Adjust this value to fit the text within the ribbon */
        display: block;
        background: #79A70A;
        background: linear-gradient(#9BC90D 0%, #79A70A 100%);
        box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
        position: absolute;
        top: 38px;
        right: -42px; /* Adjust these values to position the text within the ribbon */
    }



.toc {
    /* background-color: #0057ae;*/
}


.toc-ul {
    padding-left: 1rem;
}


.toc-entry {
    display: block;
    text-align: -webkit-match-parent;
    box-sizing: border-box;
    list-style-type: none;
    padding-left: 1rem;
}

.toc-entry a {
    display: block;
    padding: 0.2rem 1.2rem 0.25rem 0.70rem;
    font-size: 100%;
    color: black;
    white-space: nowrap;
    font-family: Ubuntu, sans-serif;
    text-decoration:none;
}
 