.navbar-custom{
    background-color: #880808;
    color: white;
  }
  
  .navbar-custom .navbar-brand,
  .navbar-custom .navbar-text{
    color: var(--base);
    font-size: 24px;
    font-weight: 500;
    text-decoration: none;
  }
  
  .nav-link{
    color: var(--base);
  }
  
  .nav-link:hover{
    color: var(--tertiary);
  }
  
  nav .fa-bars{
    color: var(--base);
  }
  
  .btn{
    box-shadow: 0 4px 12px 0px var(--my-shadow);
  }
  
  .btn-red{
    background-color: #880808;
    color: white;
  }
  
  #hero .input-group .btn-red{
    border-radius: 0rem 0.3rem 0.3rem 0rem;
  }
  
  .btn:hover{
    color: var(--base);
    box-shadow: 0 4px 12px 0px var(--my-shadow-hover);
  }
  
  .btn:active {
    transform: scale(0.98);
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.24);
  }
  
  .fa-arrow-right{
    color: #880808;
  }
  
  .form-card {
    background: white;
    padding: 20px 20px;
    border: 1px solid #dddddd;
    border-radius: 0.3rem;
    margin-bottom: 20px;
    box-shadow: 0 4px 12px 0px var(--my-shadow);
  }
  
  .form-card legend{
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  
  .form-card .form-group{
    margin-top: 6px;
  }
  
  .btn-blue {
    background-color: #02305B;
    color: white;
  }
  
  .form-card .btn-blue{
    width: 100%;
  }
  
  .text-muted a{
    text-decoration: none;
  }
  
  .bg-red{
    background-color: #880808;
    font-size: 18px;
    font-weight: normal;
    font-kerning: normal;
  }
  
  #validate-content a{
    color: var(--secondary);
  }
  
  table a{
    text-decoration: none;
  }
  
  table a:hover{
    text-decoration: underline;
  }
  
  
  .table-lt-blue{
    background-color: var(--tertiary);
  }
  
  
  li b{
    color: #880808;
  }
  
  .help-toggler{
    text-decoration: none;
  }
  
  .end{
    margin-bottom: 48px;
  }
  
  footer,
  footer a{
    text-decoration: none;
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
  }

  .txtgrey{
    color: rgb(75, 72, 72);
  }

  .txtwhite{
    color: white;
  }