/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on September 10, 2021 */

@font-face {
    font-family: 'canterburyregular';
    src: url('../fonts/canterbury.woff2') format('woff2'), url('../fonts/canterbury.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
  ul li {
    position: relative;
  }
.Nav ul li:last-child a {
    color: #32322e;
}

  ul li a {
    display: block;
    color: #fff;
    text-decoration: none;
  }

  /* Hide the dropdown by default */
  ul li ul {
    display: none;
    position: absolute;
    z-index: 9999;
    top: 100%;
    left: 0;
    background: #cce8f7;
    min-width: 200px;
    color: white;
    
  }

  /* Show dropdown on hover */
  ul li:hover ul {
    display: block;
    text-align: center;
  }