﻿/* RESET */
body, html {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', sans-serif;
    background: #f7f7f7;
}

/* =========================================================
   HEADER / NAVBAR
   ========================================================= */

/* THIN HEADER */
.navbar-custom {
    background: #000 !important;
    padding: 6px 0 !important;
    min-height: 55px !important;
    display: flex;
    align-items: center;
}
    .navbar-custom .container {
        padding-top: 0px;
        padding-bottom: 0px;
        max-width: 1280px;
    }
        /* MENU TEXT */
    .navbar-custom .nav-link {
        color: #fff !important;
        font-size: 14px;
        padding: 5px 12px !important;
        display: flex;
        align-items: center;
    }

        /* Hover Effect */
        .navbar-custom .nav-link:hover {
            color: #ffcc00 !important;
        }

/* SOCIAL ICON LIST FIX */
.list-social {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

/* =========================================================
   MAIN CONTAINER
   ========================================================= */

.container {
    padding-top: 30px;
    padding-bottom: 40px;
    max-width: 1280px;
}

/* Batch Check Card */
.card {
    border-radius: 8px;
}

/* =========================================================
   FOOTER
   ========================================================= */

/*.footer {
    background: #000;
    color: #fff;
    padding: 35px 0;
    margin-top: 80px;
    text-align: center;
    font-size: 15px;
}*/
.footer {
    background: #000;
    color: #fff;
    padding: 25px 0;
    margin-top: 80px;
    text-align: center;
    font-size: 15px;
}
.container {
    padding-top: 30px;
    padding-bottom: 40px;
    max-width: 1280px;
}
    .footer a {
        color: #ffffff;
        margin: 0 10px;
        text-decoration: none;
    }

        .footer a:hover {
            color: #ffcc00;
        }

/* =========================================================
   MOBILE FIXES
   ========================================================= */

@media (max-width: 768px) {
    .navbar-custom .nav-link {
        padding: 10px 0 !important;
        text-align: center;
        display: block;
    }

    .navbar-custom {
        padding: 8px 0 !important;
        min-height: 40px !important;
    }

        .navbar-custom .navbar-brand img {
            height: 30px !important;
        }
}
