@font-face {
  font-family: coronet;
  src: url(coronet.ttf) format('truetype');
}

nav ul {
  position: absolute;
  list-style: none;
  padding-left: 0px;
  padding-top: 10px;
  width: 170px;
  margin-top: 0;
}

nav ul li {
  display: block;
}

nav li {
  float: left;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  line-height: 25px;
  width: 100%;
  padding-top: 7px;
  padding-bottom: 7px;
}

nav ul li:hover ul {
  top: 35px;
}

nav a {
  font-family: coronet;
  font-size: xx-large;
  text-decoration: none;
  color: #007352;
  font-weight: bolder;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 100%;
  display: block;
  text-align: center;
}

nav li a:hover {
  color: #f17d28;
}

nav li:hover {
  background-color: #007352;
}

.selected a {
  text-decoration: underline;
  text-decoration-color: #007352;
  border-bottom: 10px;
}

a {
  text-decoration: none;
  color: #007352;
}

.mm-menu, .mm-iconbar, .mm-offcanvas {
  display: none;
}

.hamburger {
  display: none;
}

@media screen and (max-width: 1200px) {
  .hamburger {
    display: flex !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .mm-panels {
    background-color: #f2f0ce !important;
  }

  .mm-listview, .mm-listview>li {
    width: 100%;
  }

  .mm-menu {
    width: 100%;
  }

  .fa {
    color: #ef7200;
  }
}