@font-face {
    font-family: PSU;
    src: url("fonts/PSU_Stidti/PSU-Stidti-Regular.otf") format("opentype");
}

html {
    position: relative;
    min-height: 100%;
}

body {
    padding-top: 75px;
    /* padding-bottom: 430px; */
    font-family: PSU;
}

.navbar-logo {
    height: 50px;
    margin-right: 8px;
}

.navbar-title-small {
    font-size: 12px;
}

.navbar-title-1,
.navbar-title-2,
.navbar-title-3 {
    font-size: 12px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    line-height: 1.4;
    background-color: #003C71;
    color: white;
}

#cart-btn {
    text-decoration: none;
    color: white;
    position: relative;
    font-size: 26px
}

#cart-count {
    position: absolute;
    top: 0px;
    right: -3px;
    font-size: 16px;
    background-color: #dc3545;
    color: #fff;
    padding: 0px 6px;
    border-radius: 3px;
    font-weight: bold;
    line-height: 1;
}

@media (max-width: 768px) {
    .navbar-logo {
        height: 40px;
        margin-right: 4px;
    }

    .navbar-title-large {
        font-size: 16px;
    }

    .navbar-title-small {
        font-size: 10px;
    }
}

@media (max-width: 390px) {
    .navbar-logo {
        height: 40px;
        margin-right: 2px;
    }

    .navbar-title-large {
        font-size: 14px;
    }

    .navbar-title-small {
        font-size: 8px;
    }
}

.swal2-container {
    z-index: 10001;
}