html * {
      //font-size: 16px;
      //line-height: 1.625;
      //color: #2020131;
      //font-family: Raleway;
      //font-family: Arial;
      //font-family: Verdana;
      //font-size: 1.2em;
      //font-weight: 300;
      //font-family: 'Open Sans'
    }

    .navbar-light .navbar-nav .nav-link {
        color: black;
        font-weight: 600;
    }

    .tan_row {
      background-color: #e5e2cc;
    }

    .green_row {
      background-color: #0c936b;
    }

    .light_green_row {
      background-color: #f0fbf6;
    }

    .light_orange_row {
      background-color: #fff2e6;
    }

    p + ul {
        margin-top: -10px;
    }

    .padding10 {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .padding20 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

   .tope_bg {
        background-color: #fafafa
    }

   .benefits_card {
        background-color: #d6f5d6;
        // #edffe9 d6f5d6
        // 'linen' color, i.e. light tan
        //background-color: #f0fbf6;  //  light green
    }

   .check {
      display: inline-block;
      transform: rotate(45deg);
      height: var(--height);
      width: var(--width);
      border-bottom: var(--borderWidth) solid var(--borderColor);
      border-right: var(--borderWidth) solid var(--borderColor);
   }

    .cards {
       display: flex;
    }

   .button1 {
        background-color: darkorange;
        color: black;
        border-color:darkorange
   }

   .carousel-indicators button {
      width: 10px!important;
      height: 10px!important;
      border-radius: 50%;
      padding: 0!important;
  }

  .card-body {
    flex: 0.7 0.7 auto;
    padding: 0.7rem 0.7rem;
  }

  .card-text, .card-title {
    color: black;
  }

  //a:hover { color: red !important; } /* CSS link hover (green) */

  /*a:link { text-decoration: none; }
  a:visited { text-decoration: none; }
  a:hover { text-decoration: none; }
  a:active { text-decoration: none; }

  a:hover {
    text-decoration: underline;
    opacity: 0.2;
   }*/

  .hero_card {
    background-color: #f0fbf6; // d0e8dd
    border: 0;
  }

  /*.card-text {
    font-size: 16px;
    //font-weight: 300;
  }*/

  .title-underline {
    width: 5em;
    border: 1px solid #000;
    margin: 0 auto;
}

.title-underline-brand {
    border-color: #195934;
}

p.thick {
  font-weight: 500;
}















