/*
.btn-info, .btn-info:active {
    background-color: #d53b91 !important;
    border-color: #d53b91 !important;
    color: #ffffff !important;    
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #c514b4 !important;
  border-color: #c514b4 !important;  
}

test
*/

/* Top banner section */
.cid-sRAtISOGzm .navbar {
    background-image: none!important;
    background-color: #ffffff;
}


.cid-tFP52y3LoB p {
    font-size: 1.3rem;
}
div .cid-sRAtK8mSnJ {
    background-image: none !important;
}


.btn-info, .btn-info:active {
   background-color: #e5e5e5 !important;
    border-color: #e5e5e5 !important;
    color: #000 !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);

}
.btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info.active {
   color: #ffffff !important;
    background-color: #2f2f2f !important;
    border-color: #000000 !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
li.nav-item .btn.btn-link {    
    color: var(--topnavigation);
}
