.modal h2, .modal h3, .modal h4, .modal h5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
.submenu {
	margin-bottom: 10px;
	border-bottom: 1px solid #eaeaea;
}
.submenu .nav-item {
    border-bottom: 0px;
    background: 
    linear-gradient(to right, #0b2983, #0b2983) no-repeat;
    background-size: 0% 1px; 
    background-position: 0 100%; 
    transition: background-size 0.3s ease-in-out;
    width: 150px;
  }
  .submenu .nav-link.active {
    background-color: initial !important;
    font-weight: bold !important;
    color: #000 !important;
    border-radius: 0px;
    background-size: 100% 1px;
  }
  .submenu .nav-link:link, .submenu .nav-link:active, .submenu .nav-link:hover, .submenu .nav-link:visited {
    /*color: #0b2983;*/
	font-family: "Cormorant Upright", serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    font-size: 12px;
    line-height: 1.54em;
    font-family: Inconsolata, monospace;
    letter-spacing: .25em;
    font-weight: 500;
  }
  .submenu .nav-item:hover, .submenu .nav-hover  {
    border-radius: 0px;
    background-size: 100% 1px;
  }

  .submenu .nav-item .inner-border {
    height: 10px;
    border-left: 1px solid #eaeaea;
    margin-top: 11px;
    float: left;
  }
.doublebottom {
    border-bottom-style: double;
    border-bottom-width: 6px;
    border-bottom-color: #0b2983;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-top: double;
  }
.deck svg{
  width: 100%;
}
.interactive-decks .deck-room.yellow path:hover {
  fill: #d7df4b;
}
.interactive-decks .deck-room.blue path:hover {
  fill: #02417a;
}
.interactive-decks .deck-room.green path:hover {
  fill: #44ff3e;
}
.interactive-decks .deck-room.orange path:hover {
  fill: #ff8534;
}
.interactive-decks .deck-room.purple path:hover {
  fill: #b93ef1;
}
.interactive-decks .deck-room.red path:hover {
  fill: #ff3232;
}
.interactive-decks .deck-room path:hover {
  fill: #d7df4b;
}