﻿.header-user-points-mobile {
    display:none;
}
.logout-svg {
    display: none;
}
.desktop-hidden{
    display:none;
}

@media screen and (max-device-width: 820px) {
    .featured-item-widget {
        display: none;
    }

    .desktop-hidden{
        display:inherit;
    }

    .btnEditPage {
        display: none;
    }

    .custom-zoo-header {
        word-wrap:break-word !important;
    }

    .header-image {
        width: unset !important;
        height: 10vh;
    }

    .logout-button-text{
        display:none !important;
    }

    .logout-icon {
        margin-top: 10px !important;
        left:85vw!important;
        display:
    }

    .header-user-points{
        display:none !important;
    }

    .header-user-name {
        display: none !important;
    }

    .logout-svg{
        display: inline !important;
    }

    .header-user-points-mobile {
        font-family: "peachy-keen-jf", sans-serif;
        font-weight: 600;
        font-style: normal;
        color: #0C437A !important;
        display: inline;
        margin-top: 0px !important;
        font-size: 6.5vw;
    }

    .mobile-hidden{
        display:none !important;
    }

    .btn-log-in-and-out{
        font-size:1.2em;
        padding-right:10px;
        padding-left:10px;
    }

    .navbar-collapsed-menu {
        width: 100%;
        background-color: #0C437A !important
    }

    .navbar-mobile-menu-dropdown {
        width: 100%;
        text-align: center;
    }

    .navbar-points {
        justify-content: center !important;
    }

    html, body {
        max-width: 100%;
        overflow-x: hidden;
    }

    .mobile-account-tran{
        height: 75vh !important;
    }

    .mobile-account-info {
        height: 75vh !important;
    }
}


@media screen and (max-device-width: 1281px){
    .container-fluid{
        max-width:100% !important;
        margin-left:0px !important;
        margin-right:0px !important;
    }

    .logout-button-text{
        display:none !important;
    }

    .nav-link {
        font-size: 1.3rem !important;
    }

    .mobtest {
        color: red !important;
    }

    .row.mt-5.mb-2 {
        margin-top: 0.75rem !important;
    }

    .row.mt-4 {
        margin-top: 0.75rem !important;
    }

    .card {
        max-height:100vh !important;
    }
}