/* Custom fixes for Markinity website */

/* Hide navigation buttons at the bottom of the page */
body > nav:not(.main-nav):not(.header),
body > a[href="markinity-matrix.html"],
body > a[href="markinity-makers.html"], 
body > a[href="iot-solutions.html"],
body > a[href="contact.html"],
body > a.btn-primary,
body > div.fixed-bottom-navigation,
body > div.bottom-nav,
body > div:last-child:not(.footer):not(.container) {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    z-index: -1 !important;
}

/* Fix for bottom fixed navigation */
.footer {
    margin-bottom: 0 !important; 
    padding-bottom: 20px;
} 