﻿@media (min-width: 1200px) {
    .menu-full {
        visibility: visible;
    }

    .mobileMenuLogin {
        position: absolute;
        right: 0;
        display: none;
    }

    .mobileMenuHamburger {
        position: absolute;
        left: 15px;
        display: none;
    }

    .footer-info {
        display: flex;
        justify-content: center;
        height: 100%;
        width: 100%;
        max-width: calc(60vw);
        flex-direction: row;
    }

    .footer-powered {
        display: flex;
        justify-content: flex-end;
        height: 100%;
        width: 100%;
        max-width: calc(36vw);
    }

    .main-company-scrawl {
        width: 50%;
        min-width: 300px;
    }

    .main-company-links {
        width: 50%;
        min-width: 550px;
        max-width: 800px;
    }

    .main-company-links-body {
        flex-wrap: wrap;
        display: flex;
        justify-content: flex-end;
    }


    .featuredInventoryEntry {
        transition: .5s ease;
        opacity: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        text-align: center;
    }

        .featuredInventoryEntry .featuredInventoryTitle {
            font-family: 'raleway-variablefont_wght';
            font-size: xx-large;
            color: #0078C3 !important;
            font-weight: bold;
        }

        .featuredInventoryEntry .featuredInventoryDescription {
            font-family: 'raleway-variablefont_wght';
            font-size: 1.5rem;
        }

        .featuredInventoryEntry .featuredInventoryDetailsBtn {
            font-family: 'raleway-variablefont_wght';
            font-size: x-large;
            background-color: rgb(227, 25, 55) !important;
            border-radius: 1.25rem;
            text-transform: none !important;
            font-weight: bold;
        }

        .featuredInventoryEntry .featuredInventoryContainer {
            height: 100%;
            display: flex;
            width: 100%;
            height: 100%;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            border: 10px solid #0078C3;
        }

    .siteContent {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        /*max-width: 920px;*/
        max-width: calc(100vw - 460px);
        flex-direction: column;
    }

    .siteContentContainer {
        /*max-width: 920px;*/
        max-width: calc(100vw - 460px);
        display: flex;
        flex-wrap: nowrap;
    }

    .userProfileSidebarMenuItems {
        display: none;
    }
}
