<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Chevrolet Site Colors GOLD: #cd9834; Gray: #808080; black: #262626; Fonts font-family: 'Roboto', Helvetica, sans-serif; font-weight: 400, 500, 700 font-family: 'Barlow Semi Condensed', Tahoma, sans-serif; font-weight: 100, 300, 400, 500, 600, 700, 800 */ /* ** */ .available-models { display: grid; justify-content: center; background: #f5f5f5; } .available-models .btn-good3 { width: 100%; margin-bottom: 11px; } .available-models .bx-viewport { height: auto !important; min-height: 370px !important; background: #f5f5f5; } .available-models .bxslider2 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 35px; /* Adjust gap as needed */ padding: 0; margin: 0; list-style: none; width: auto !important; } .available-models .bxslider2 li { border-radius: 20px; padding: 15px; background: #ffffff; } .available-models .bx-controls { display: none; } .carousel-inner&gt;.item&gt;a&gt;img { margin: auto; } /* Responsive adjustments */ @media (max-width: 1300px) { .available-models .bxslider2 { grid-template-columns: repeat(2, 1fr); /* 2 columns on tablets */ } } @media (max-width: 992px) { .available-models .bxslider2 { grid-template-columns: repeat(1, 1fr); /* 2 columns on tablets */ } } @media (max-width: 600px) { .available-models .bxslider2 { grid-template-columns: 1fr; /* 1 column on smaller screens */ gap: 20px; /* Reduce gap for smaller screens */ } .available-models .bxslider2 li { padding: 10px; /* Adjust padding for mobile */ } } /* /END Inventory Models*/ /* ====== HEADER BACKGROUND IMAGE ====== */ /* header { background-image: url("https://automotivecdn.com/quality_chevrolet/header-img/299/quality-chevrolet-header-img-299.jpg"); background-repeat: no-repeat; background-position-x: center; min-height: 391px; } @media screen and (min-width: 1198px) and (max-width: 1498px) { header { background-image: url("https://automotivecdn.com/quality_chevrolet/header-img/299/quality-chevrolet-header-img-med-299.jpg"); background-repeat: no-repeat; background-position-x: center; min-height: 510px; } } @media screen and (min-width: 943px) and (max-width: 1197px) { header { background-image: url("https://automotivecdn.com/quality_chevrolet/header-img/299/quality-chevrolet-header-img-sm-299.jpg"); background-repeat: no-repeat; background-position-x: center; min-height: 406px; } } @media screen and (max-width: 942px) { header { background-image: none; min-height: 91px; } } */ /* @media (min-width: 992px){ .navbar-inverse .navbar-nav &gt; li &gt; a { font-size: 14px; } } */ /* NAV Font Size Media Queries */ @media only screen and (max-width: 1311px){ .navbar-inverse .navbar-nav &gt; li &gt; a { font-size: 14px; } } @media only screen and (max-width: 1241px){ .navbar-inverse .navbar-nav &gt; li &gt; a { font-size: 13px; } } @media only screen and (max-width: 1170px){ .navbar-inverse .navbar-nav &gt; li &gt; a { font-size: 12px; } } @media only screen and (max-width: 1100px){ .navbar-inverse .navbar-nav &gt; li &gt; a { font-size: 11px; } } @media only screen and (max-width: 1029px){ .navbar-inverse .navbar-nav &gt; li &gt; a { font-size: 10px; } } @media only screen and (max-width: 879px){ .navbar-inverse .navbar-nav &gt; li &gt; a { font-size: 9px; } } @media only screen and (max-width: 808px){ .navbar-inverse .navbar-nav &gt; li &gt; a { font-size: 8px; } } @media only screen and (max-width: 767px){ .navbar-inverse .navbar-nav &gt; li &gt; a { font-size: 18px; } }
</pre></body></html>