.explore_tab {
    cursor: pointer;
}

nav a {
    color:#220999;
    text-decoration:none;
    background-color:transparent;
    -webkit-text-decoration-skip:objects;
  
    font-family: Raleway,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
  }
  
  .dropdown-menu { margin-top: 0px; }
  
  .dropdown:hover > .dropdown-menu {
    display: block;
  }
  
  .dropdown-item {
    color: #220999;
  }
  
  .dropdown-item:hover {
    color: white;
    background-color: #220999;
  }
  
  /*
  .dropdown > .dropdown-toggle:active {
      pointer-events: none;
  }
  */
  
  div.explore_icon {
    height: 80px;
    width: 80px;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: scroll;
  }
  
  div.explore_tab_selected {
    color: #220999;
    background: white;
  }
  
  div.explore_tab_selected div#explore_icon_analytics    { background-image: url(../img/analytics.svg); }
  div.explore_tab_selected div#explore_icon_distribution { background-image: url(../img/db.svg); }
  div.explore_tab_selected div#explore_icon_licensing    { background-image: url(../img/license.svg); }
  div.explore_tab_selected div#explore_icon_payments     { background-image: url(../img/payment.svg); }
  
  div.explore_tab_unselected {
    color: white;
    background: #220999;
  }
  
  div.explore_tab_unselected#explore_tab_analytics    div.explore_icon { background-image: url(../img/analytics_white.svg); }
  div.explore_tab_unselected#explore_tab_distribution div.explore_icon { background-image: url(../img/db_white.svg); }
  div.explore_tab_unselected#explore_tab_licensing    div.explore_icon { background-image: url(../img/license_white.svg); }
  div.explore_tab_unselected#explore_tab_payments     div.explore_icon { background-image: url(../img/payment_white.svg); }
  
  div.explore_tab_unselected:hover { color: #00cd00; }
  
  div.explore_tab_unselected#explore_tab_analytics:hover    div.explore_icon { background-image: url(../img/analytics_green.svg); }
  div.explore_tab_unselected#explore_tab_distribution:hover div.explore_icon { background-image: url(../img/db_green.svg); }
  div.explore_tab_unselected#explore_tab_licensing:hover    div.explore_icon { background-image: url(../img//license_green.svg); }
  div.explore_tab_unselected#explore_tab_payments:hover     div.explore_icon { background-image: url(../img/payment_green.svg); }
  
  div.explore_description_hidden { display: none; }