/* Tablet Styles - Simplified fix */
/* COMMENTED OUT - These cause layout issues:
html {
    background-color: black !important;
}

body {
    visibility: visible !important;
    background-color: black !important;
    margin: 0 !important;
    padding: 0 !important;
}

.customBody {
    background-color: black !important;
    padding-top: 30px !important;
}

#hero .container {
    padding-top: 100px !important;
}
*/

/* COMMENTED OUT - These cause layout issues:
.container {
    height: auto !important;
    min-height: 20%;
    max-height: 100%;
    overflow-y: auto;
}
.row {
    height: auto !important;
    min-height: 100%;
}
*/

/* COMMENTED OUT - Test above first, then uncomment these one by one:
main {
    padding-top: 80px;
    padding-bottom: 20px;
    min-height: calc(100vh - 80px);
}
@media (min-width: 768px) and (max-width: 1024px) {
    .breadcrumbs {
        margin-top: 60px;
    }
    main {
        padding-top: 90px;
    }
    #header {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 1000;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    #header {
        padding: 10px 0;
    }
    .container {
        margin-top: 20px;
    }
    .navbar {
        padding: 5px 0;
    }
}
*/
