/* Duplicate classes in public/css/custom.css */
.fixed-nav {
    position: fixed;
    height: 45px;
    top: 0;
    width: 100%;
    background-color: #fff;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 24px;
    line-height: 45px;
    border-bottom: 1px solid #ddd;
    z-index: 9;
}

.fixed-nav a {
  color:#666;
}

.fixed-footer {
    position: fixed;
    height: 45px;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 24px;
    line-height: 11px;
    border-top: 1px solid #ddd;
    z-index: 9;
}

.nav--button div{
  font-size: 11px;
}
/* End of duplicate classes */

.bottom-nav {
    background-color: #fff;
    border-top: 1px solid #ddd;
    position: fixed;
    line-height: 20px;
    font-size: 24px;
    bottom: 0;
    padding-bottom: 0px;
    padding-bottom: env(safe-area-inset-bottom); /* To be above the home indicator on iphone x devices */
    padding-top: 0px;
    width: 100%;
    z-index: 9;
}
