.bg-custom1{
  background-color: #6d7fcc!important;
}

a.bg-custom1:hover, a.bg-custom1:focus,
button.bg-custom1:hover,
button.bg-custom1:focus {
  background-color: #7386d5 !important;
}

.card{
  border-radius: 0%!important;
}

.border-custom1{
  border-color: #3a56d3!important;
}

p.value{
  font-size: 2em;
  font-weight: 500;
}

h2.desc{
  font-size: 1.2em;
  font-weight: 500;
}

canvas{

  /* width:800px !important; */
  height:400px !important;

}

.table{
  font-size: .8em;
}

@media (min-width: 576px) {
  .bottomnav{
    display:none;
  }

}


@media (max-width: 576px) {

  .navbar-custom{
    position: fixed;
      height: 65px;
      bottom: 0;
      width: 100%;
      display:inline-block;
      background-color: #000000;
      text-align: center;
      line-height: .8em;

  }

  a.link{
    font-size: .8em;
    font-weight: 500;
    
  }

  .link .fas{
    display: block;      
    font-size: 1.8em;
    text-decoration: none;
  }

  .link{
    text-align: center;
    text-decoration: none!important;
    color: #ffffff;
  }
  
}