/* Add a black background color to the top navigation */
.topnav {
    background-color: #0B0B45;
    overflow: hidden;
  }
  
  /* Style the links inside the navigation bar */
  .topnav a {
    float: left;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
  }
  
  /* Change the color of links on hover */
  .topnav a:hover {
    background-color: #ddd;
    color: black;
  }
  
  /* Add a color to the active/current link */
  .topnav a.active {
    /* background-color: #0e0e66; */
    /* color: #ece586; */
    font-weight: bold;
    color: white;
  }

  .languagePopup {
    position: fixed; bottom: 0px; left: 0px; z-index: 9;
    width: 100%; height: 60px;
    padding: 1rem;
    background:  #0B0B45;
    color: #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  }

  .thumbnail {
    /*border: 1px solid #ddd;*/ /* Gray border */
    border-radius: 4px;  /* Rounded border */
    width: 3em; /* Set a small width */
    height: 2em;
  }
  
  thumbnail:hover {
    box-shadow: 0 0 2px 1px #0B0B45;
  }

  #schedule {
    padding-top: 2em;
    margin-bottom: 10em;
  }

  #jumbo{
    color: #0B0B45;
    }

  .registry-button-color {
    color: #4cb9a3;
  }