﻿.sticky-banner {
    position: sticky;
    top: 160px;
    background-color: #f7f7f8;
    padding: 0.5rem 1rem;
    z-index: 999;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    margin-top: -10px;
    transition: transform 0.3s ease;
}

.banner-hidden {
    transform: translateY(-100%);
}
.banner-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1350px;
    margin: 0 auto;
    flex-direction: column;
}

.banner-text {
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 1rem;
}

.banner-buttons .btn {
    margin-left: 0.75rem;
    padding: 0.4rem 0.8rem;
 
}

.btn.primary {
    background-color: #ffcc00;
    color: #000;
}

.btn.secondary {
    background-color: #fff;
    color: #004080;
    border: 1px solid #004080;
}


section 
{
    padding-top: 4rem;
    padding-bottom: 4rem;
}

section.gray{
   background-color: #f7f7f8;
}

.bigtext{ 
font-size: 1.875rem;
line-height: 2.25rem;
}

#tradeshow-hero {
    margin-top: -75px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#tradeshow-hero .container-fluid {
    padding-top: 10px;
    padding-bottom: 10px;
}

#tradeshow-hero h1, #bottom h1
{
    color: white;
    font-size: 3rem;
}

#tradeshow-hero h2
{
    color: white;
    font-size: 1.5rem;
    font-weight: normal;
}

#tradeshow-hero p.desc, #bottom p.desc {
    color: white;
    font-size: 1.15rem;
    text-align: center;
}



#contact {
    min-height: 500px;
    background-color: #f3f7f9;
}

#team .nameplate
{
    height: 50px;
}


.text-orangey {
    color: #f15827;
}
.btn-orangey, .btn-orangey:hover, .btn-orangey-outline, .btn-orangey-outline:hover, .badge-orangey {
    background-color: #f15827;
    border-color: #f15827;
    color: #ffffff;
}

.btn-orangey-outline {
    background-color: transparent;
    border-color: #f15827;
    color: #f15827;
    font-weight: normal;
}

.btn-orangey-outline:hover {
    font-weight: normal;
}

    .btn-orangey-outline:hover img {
        filter: brightness(0) invert(1);
    }

.btn-orangey:hover, .btn-orangey-outline:hover {
    background-color: #ce4c23;
    border-color: #ce4c23;
}

.bg-gradient {
    background-image: linear-gradient(180deg, hsl(0, 0%, 100%), hsl(210, 6%, 93%));
    border: solid 1px #dde0e4;
    padding: 2rem 2rem;
}
ul.bigcheck {
    list-style: none;
    padding: 0;
}

ul.bigcheck li {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    line-height: 2rem;
    margin-bottom: 12px;
}

ul.bigcheck li .bullet-icon {
    width: 1.5rem;
    height: 1.5rem;
    flex-shrink: 0;
    margin-top: 4px; /* optional tweak for vertical alignment */
}
.card ul {
    padding-left: 1.25rem; /* Default is usually 40px; reduce this to bring bullets closer to edge */
 }
.card ul li {
    margin-bottom: 0.5rem;
 }

#specials .card-title {
    display: block;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

#specials .card-footer {
    background-color: #ffffff;
    border-top: none;
}

#specials .card-body
{
    padding-bottom: .25rem;
}

#connect .container-fluid {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
 
/* Small devices (≥576px) */
@media (min-width: 576px) {
    /* styles for small and up */
}

/* Medium devices (≥768px) */
@media (min-width: 768px) {
    /* styles for medium and up */
    #team .nameplate {
        height: 100px;
    }
    #tradeshow-hero {
        margin-top: -95px;
    }
}

/* Large devices (≥992px) */
@media (min-width: 992px) {
    #tradeshow-hero {
        margin-top: -55px;
    }

    #tradeshow-hero .container-fluid {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    #tradeshow-hero p.desc, #bottom p.desc {
        text-align: left;
    }

    #team .card-deck {
        margin-bottom: 15px;
    }
  

    .banner-content { 
        flex-direction: row;
    }
    .banner-text {
        margin-bottom: .25rem;
    }
   

}
@media (min-width: 1025px) {
    #team .nameplate{
        height: 50px;
    
    }
}