ul.menu-nav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

ul.menu-nav li  {
    display: inline;
}
a.dropdown-toggle {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 2.6em!important;
    color: #ffffff!important;
    padding-bottom: 10px;
    font-family: 'Cormorant Garamond', serif;
}

a.dropdown-item {
    font-size: 1.6em;
}

a.dropdown-item:active {
    background-color: #778959!important;
    color: white;
}

a.dropdown-item:hover {
    background-color: #778959!important;
    color: white;
}

ul.menu-nav li:hover {
    text-decoration: underline;
}

div.dropdown-menu {
    right: auto;
    left: 50%;
    transform: translate3d(0px, 5px, 0px) !important;
}

button.menu-nav-button {
  font-family: 'Cormorant Garamond', serif;
  background-color: #778959!important;
  font-size: 1.5em!important;
  margin: 20px;
  width: 90%;
  height: 120px;
  border: solid;
  border-radius: 5px;
  border-width: thin;
  border-bottom-color:#cbc4c4!important;
  border-top-color:#cbc4c4!important;
  border-left-color:#cbc4c4!important;
  border-right-color:#cbc4c4!important;
}

button.menu-nav-button:focus {
  border-bottom-color:#778959!important;
  border-top-color:#778959!important;
  border-left-color:#778959!important;
  border-right-color:#778959!important;
}

h3.serving-times {
    font-style: italic;
    color: #212529!important;;
}

h3.serving-sample {
    font-style: italic;
    color:#212529;
    font-size: 1em;
    margin-top: 5px;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  justify-content: center;
  align-items: center;
}

.modal.show {
  display: flex !important;
}

.allergy-modal-content {
  position: relative;
  display: inline-block;
  max-width: 95%;
  max-height: 95%;
}

.modal img {
  max-width: 90%;
  display: block;
}

.allergy-modal-content.allergy-close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 40px!important;
  color: white;
  cursor: pointer;
}

@media (max-width: 600px) {
    h3.serving-times {
        font-style: italic!important;
        color: #212529!important;
        font-size: 1rem!important;
    }

    h3.serving-sample {
        font-style: italic!important;
        color:#212529!important;
        font-size: 1rem!important;
    }
}
