﻿/* CSS Document Orlando */
@import url('https://fonts.googleapis.com/css?family=PT+Sans');
@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&family=League+Gothic&display=swap');

body {
    background-color: rgb(16, 16, 16);
}

a {
    text-decoration: none;
}

.main-container {
    background: white;
    box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.4);
}

#header {
    background-color: white;
    height: 211px;
    background-image: url("images/header.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top left;
}

#header-seller {
    background-color: white;
    background-image: none;
    text-align: center
}

#left-column {
    align-self: center !important;
}

#business-name {
    text-shadow: 2px 2px 10px rgb(95 95 95);
    font-family: "League Gothic", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;    
    color: white;
    font-size: 62px;
    letter-spacing: 7px;
    text-transform: uppercase;
}

#site-header-text {
    text-align: left;
    font-size: larger;
    margin-top: -10px;
    color: white;
    font-family: "Archivo", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;    
    text-shadow: 2px 2px 10px rgb(95 95 95);
    background-color: rgb(255 255 255 / 18%);
    border-radius: 5px;
    display: table;
    padding-left: 12px;
    padding-top: 6px;
    padding-right: 12px;
}

#right-column {
    align-self: center !important;
}

.logo {
    max-height: 211px;
    float: right;
    margin-right: -12px;
}

.logo-footer {
    max-width: 125px;
}

#marketplace-link a {
    /*color: white;*/
    /*text-shadow: 0px 4px 3px rgb(0, 0, 0);*/
    font-weight: 600;
}

    #marketplace-link a:hover {
        /*text-decoration: none;
        text-shadow: 0px 0px 10px rgb(255, 187, 0);*/
    }

#marketplace-link-seller {
}
/* 1. Update your HTML
In your <nav> tag, remove any background utility classes (like bg-primary or bg-body-tertiary) so they don't interfere with your custom styles. */

.custom-navbar {
    border-top: #b9b9b9 solid 1px;
    background-color: rgba(0,0,0,.15);
    background: linear-gradient(to bottom, #181818 0%,#151515 100%); /* W3C */
    /* Optional: Add a slight shadow for depth */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

    /* Ensure the links are readable against the gradient */
    .custom-navbar .nav-link,
    .custom-navbar .navbar-brand {
        color: white !important;
    }

        .custom-navbar .nav-link:hover {
            color: rgba(255, 255, 255, 0.8) !important;
        }

a.dropdown-item:active {
    background-color: darkgray;
}

.navbar-brand {
    display: none;
}
/* Nav bar hamburger menu color */
.navbar-toggler {
    background-color: #ffffff70;
    position: relative;
}

    .navbar-toggler:before {
        content: "Menu";
        left: 65px;
        top: 10px;
        position: absolute;
        width: 50px;
        color: rgba(255, 255, 255, .91);
    }


.img-shadow {
    -moz-box-shadow: 0 2px 8px rgba(0,0,0,.15) !important;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .15) !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .15) !important;
    -moz-transition: all .333s ease-in !important;
    -o-transition: all .333s ease-in !important;
    -webkit-transition: all .333s ease-in !important;
    transition: all .333s ease-in !important;
}

.img-set {
}

.img-shadow:hover {
    border-color: green !important;
    -moz-box-shadow: 0 2px 8px #777 !important;
    -webkit-box-shadow: 0 2px 8px #777 !important;
    box-shadow: 0 2px 8px #777 !important;
    -moz-transition: all .1s ease-in !important;
    -o-transition: all .1s ease-in !important;
    -webkit-transition: all .1s ease-in !important;
    transition: all .1s ease-in !important;
    /*cursor:pointer;*/
}

.auction-details-image {
    cursor: pointer;
}

.status-label {
    font-weight: bold;
    color: red;
}

/* Pill style */
#scrollUp {
    position: fixed;
    z-index: 2147483647;
    cursor: pointer;
    bottom: 5px;
    right: 15px;
    background: #555;
    color: #fff;
    font-size: 12px;
    font-family: sans-serif;
    text-decoration: none;
    opacity: .9;
    padding: 10px 20px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    -webkit-transition: background 200ms linear;
    -moz-transition: background 200ms linear;
    transition: background 200ms linear;
    -webkit-backface-visibility: hidden;
}

    #scrollUp:hover {
        background: #000;
    }

    #scrollUp a {
        color: #fff;
    }

.ui-widget-content a {
    color: #0275d8 !important;
}

/*button color overrides*/
.btn-primary, .dropdown-item:active {
    background-color: #00ADA0 !important;
    border-color: #009388 !important;
}

    .btn-primary:hover, .btn-primary:focus {
        background-color: #00cebe !important;
        border-color: #009388 !important;
    }

.btn-outline-primary {

}

    .btn-outline-primary:hover, .btn-outline-primary:focus {
    }

.back-to-list {
    background-color: #dd1e25 !important;
    border-color: #dd1e25 !important;
}

    .back-to-list:hover, .back-to-list:focus {

        background-color: #dd1e25 !important;
        border-color: #dd1e25 !important;
    }

.next-previous {
}

    .next-previous:hover, .next-previous:focus {
    }

.add-watch-list {
}

    .add-watch-list:hover, .add-watch-list:focus {
    }


a[x-apple-data-detectors] {
    color: inherit !important;
    text-decoration: none !important;
    font-size: inherit !important;
    font-family: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
}

a[href^="tel"] {
    color: inherit;
    text-decoration: none;
}
/*home page css*/
.section-title {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 1.6em;
    font-weight: bold;
    font-family: sans-serif;
    display: inline;
    margin-top: -15px;
    margin-left: -12px;
    box-shadow: 5px 5px 5px #666666;
    background: rgb(130,217,71);
    background: linear-gradient(0deg, rgba(130,217,71,1) 0%, rgba(130,217,71,0.6339578067555147) 48%, rgba(130,217,71,1) 100%);
}

.auction-groups {
    border: thin solid #000000;
}

.AuctionGroupsLink {
    padding-left: 3px;
    padding-right: 3px;
    display: block;
    background: #82d947;
}

    .AuctionGroupsLink a {
        color: black;
        display: block;
        transition: all .15s linear;
    }

        .AuctionGroupsLink a:hover {
            box-shadow: 0 0 5px 5px rgba(130, 217, 71, 0.45);
            color: black;
        }

        .AuctionGroupsLink a:active {
            color: #ed1c24;
        }

.hand-pointer {
    display: none;
}

/*#newsletter-box {
    display: none;
}*/
.mainImages {
    width: 170px;
    height: 170px;
}

@media (max-width: 575px) {
    .white {
        margin: 0;
    }

    .mainImages {
        width: 100px;
        height: 100px;
    }

    .hand-pointer {
        display: none;
    }

    .auction-groups {
        margin-left: -13px;
        margin-right: -13px;
    }

    .AuctionGroupsLink {
        width: 100%;
    }

    .card-body {
        padding: 1.0em;
    }
}

.footer {
    text-align: center;
    color: #2D2425;
    font-size: 13px;
    font-family: 'PT Sans', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    border-top: 1px dotted gray;
}

.xpert {
    font-size: 18px;
}
/*Code to make adjustments for smaller screens.*/
@media (max-width: 576px) {
    #search-box {
        font-size: 0.7rem;
    }

        #search-box .form-control,
        #search-box .form-select {
            font-size: 0.7rem;
        }
}

@media (max-width: 991.98px) {
    #header {
        height: 160px;
    }
    .logo {
        max-height: 160px;
    }

    #business-name, #business-name-seller {
        font-size: 2.5em;
        letter-spacing: 3px;
    }

    #site-header-text, #site-header-text-seller {
        font-size: 1em; /* The em unit represents the font size of the current element relative to the size of its parent element.  */
    }
}
/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {

    #right-column {
        display: none;
    }
   
}
