﻿
/* --------------------------------------------------------------------------------
   site.css
   (bundling + minification)
   -------------------------------------------------------------------------------- */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}
/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles -------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0,0,0,.05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* ensure the page is a flex-column so footer can stick ↓ */
html {
    position: relative;
    min-height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

/* ------------------------------------------------------------------
   Footer (replaces old absolute-positioned version)
------------------------------------------------------------------ */
.footer {
    position: relative; /* normal flow inside flex-column */
    width: 100%;
    background: #000;
    color: #FFD700;
    font-weight: bold;
    padding: 20px 0;
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; /* left, center, right */
    gap: 10px;
    max-width: 800px;
    margin: 0 auto;
}

.footer-title {
    margin: 0;
}

.footer-logo img {
    width: 120px;
    height: auto;
    display: block;
}

.footer-contact {
    margin: 0;
}

/* ------------------------------------------------------------------
   IMAGE + BODY LAYOUT
------------------------------------------------------------------ */
.imageThumbnail {
    height: 200px;
    width: auto;
}

.main {
    flex: 1 0 auto;
}
/* your <main> will grow by default */

.card-img-top {
    width: 100% !important;
    height: 150px;
    object-fit: contain !important;
    object-position: center;
    background-color: #fff;
}

/* ===================================================================
   PHONES (≤576px) SIMPLIFIED FIXES
=================================================================== */
@media (max-width: 576px) {
    /* clamp your logo */
    .navbar-brand img {
        max-height: 50px !important;
        width: auto !important;
    }

    /* bleed the starry bg full-width */
    .container-fluid {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    /* downsize jumbotron text */
    .jumbotron .display-4 {
        font-size: 2rem !important;
        line-height: 1.2 !important;
    }

    .jumbotron .lead {
        font-size: 1rem !important;
        margin-bottom: 1.5rem !important;
    }

    /* force footer into one single row on all small phones */
    .footer-container {
        display: flex !important;
        flex-wrap: nowrap !important;
        flex-direction: row !important;
        justify-content: center !important;
        align-items: center !important;
        align-content: flex-start;
        gap: 0.5rem !important;
    }
}

/* =========================================================================
   SITE-WIDE DEFAULT STICKY-FOOTER
   (non-Home pages)
   1) let your <main class="main"> flex:1 to push footer to bottom
   2) no extra bottom-pad anywhere else
============================================================================ */

/* 1) Default: grow your main, no bottom-pad hack */
.container.flex-grow-1 {
    flex-grow: 1 !important;
}

.container-fluid {
    padding-bottom: 0 !important;
}

    .product-description p {
        margin-bottom: 1em; /* space between paragraphs */
        line-height: 1.5; /* optional, for readability */
    }




.details-fields h4 .field-value {
    font-size: 1rem; /* match normal body text */
    font-weight: normal; /* remove the bold */
    margin-left: 0.25rem; /* a bit of breathing room */
}

/* ------------------------------------------------------------------
   CAROUSEL ARROW OVERRIDES
   (must come after Bootstrap’s own carousel rules)
/* make the little arrows sit on a semi‑transparent circle */
.carousel-control-prev-icon,
.carousel-control-next-icon {
    /* re‑use Bootstrap 4’s built‑in SVG arrow */
    background-image: url("data:image/svg+xml;charset=UTF8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M4.707 0.293L3.707 1.293 5.414 3H0v2h5.414L3.707 6.707l1 1L8 4 4.707 0.293z'/%3E%3C/svg%3E") !important;
    background-color: rgba(0, 0, 0, 0.3) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 50% !important;
    border-radius: 50% !important;
    width: 2.5rem !important;
    height: 2.5rem !important;
}




/* Note:
   The Home page has its own @section Styles {…} with 
   flex-grow:0 + padding-bottom:200px, plus the mid-range breakpoints.
   All other pages will simply flex-grow & push the footer to the bottom.
*/







/*a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}


a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}


html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}


html {
    position: relative;
    min-height: 100%;
}

bodyorginal {*/
    /* Margin bottom by footer height */
    /*margin-bottom: 60px;
}


.footer {
    position: relative; 
   
    width: 100%;
    background: #000;
    color: #FFD700;
    font-weight: bold;
    padding: 20px 0;
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; 
    gap: 10px;
    max-width: 800px;
    margin: 0 auto;
}



.footer-title {
    margin: 0;
}

.footer-logo img {
    width: 120px;
    height: auto;
    display: block;
}

.footer-contact {
    margin: 0;
}

@media (max-width: 600px) {
    .footer-container {
        flex-direction: row !important;
    }
}



.imageThumbnail {
    height: 200px;
    width: auto;
}


body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

.main {
    flex: 1 0 auto;
}*/

/* Styles for larger screens */
/*.line1,
.line2,
.line3 {
    display: inline-block;
}


@media (max-width: 480px) {
    .line1,
    .line2,
    .line3 {
        display: block;
    }
}


.footer p {
    display: inline-block;
    white-space: nowrap;
}




@media (max-width: 320px) {
    .footer p {
        display: block;
    }
}


.card-img-top {
    width: 100% !important;
    height: 150px; 
    object-fit: contain !important; 
    object-position: center; 
    background-color: #fff; 
}



.navbar .navbar-collapse {
    position: relative;
    z-index: 1050; /
}





@media (max-width: 576px) {
    
    .navbar h1 img,
    .navbar-brand img {
        max-height: 50px !important;
        width: auto !important;
    }

    .container-fluid {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

   
    .jumbotron .display-4 {
        font-size: 2rem !important;
        line-height: 1.2 !important;
    }

    .jumbotron .lead {
        font-size: 1rem !important;
        margin-bottom: 1.5rem !important;
    }

    
    footer.footer {
        background: transparent !important;
    }

    .footer-container {
        flex-direction: column !important;
        text-align: center !important;
        gap: 10px !important;
    }
}*/








