
body {
    font-family: 'Spline Sans', sans-serif;
    font-size: 16px;
    color: #fff;
}

@media (max-width: 767px) {
    body {
        position: relative;
        z-index: 1;
    }
    #outer-wrapper:after {
        content: "";
        position: fixed;
        top: 0;
        height: 100vh;
        left: 0;
        right: 0;
        z-index: -1;
        background: #ffffff url(https://psmfirestorm.blob.core.windows.net/ba790497-e596-419f-8566-e79fc2d08eb0/feat-back-2.jpg) no-repeat center center;
        background-size: cover;
    }
}

@media (min-width: 768px) {
    body {
        background: #ffffff url(https://psmfirestorm.blob.core.windows.net/ba790497-e596-419f-8566-e79fc2d08eb0/feat-back-2.jpg) no-repeat center center;
        background-attachment: fixed;
        background-size: cover;
        overflow-x: hidden;
    }
}

body:after {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/a524b760-183c-4ba7-9063-2df25b531c11/line-bg.png);
    background-size: initial;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-repeat: repeat;
    z-index: -1;
}

a,
a.promo-link {
    color: #ffffff;
    transition: .3s;
    font-weight: 700;
}

a:focus, a:hover, 
a.promo-link:hover {
    color: #818181;
    text-decoration: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    text-transform: uppercase;
}

.breadcrumb {
    background-color: #000000;
}

#home-page .btnSection {
    padding: 0 0 55px;
}

.typeSection {
    background-color: #2e2e2e;
    background-image: url("https://psmfirestorm.blob.core.windows.net/ba790497-e596-419f-8566-e79fc2d08eb0/feat-back-2.jpg");
    background-repeat: no-repeat;
    margin-top: 75px !important;
    position: relative;
    background-size: 100%;
}

.typeSection:before {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/a524b760-183c-4ba7-9063-2df25b531c11/line-bg.png);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    z-index: 0;
    top: 0;
}

#promotions-page, 
#inventory-page,
.page-background > div,
#calendar-page,
#employees-team-page 
#vdp-container,
#thankyou-page,
#showroom,
#blog-page,
#blog-detail,
#credit-thankyou-page,
#events-page,
.custom-page,
#employees-team-page,
#vdp-container {
    background-color: rgb(0 0 0 / 50%);
    padding: 15px;
}

#content-container {
    padding-bottom: 25px;
}

#home-page {
    margin-bottom: -25px;
}





/* HEADER */

header.body {
    position: relative;
    z-index: 44;
    background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,0.28) 100%);
}

.headerContainer {
    padding: 15px;
    width: 1170px;
    display: flex;
    margin: auto;
    justify-content: space-between;
    align-items: center;
    text-transform: uppercase;
}

.headerBlock {
    flex: 0 0 25%;
}

.headerContainer > div:nth-child(1) {
    display: flex;
    flex-flow: column;
    align-items: flex-end;
    width: 100%;
}

.headerBlock .phone {
    text-align: right;
    margin-bottom: 8px;
}

.headerBlock .phone h5 {
    margin: 0;
    color: #0a8743;
    margin-top: 3px;
}

.headerBlock .dealer-phone {
    font-size: 24px;
}

.headerLogo {
    padding: 0 15px;
}

.headerLogo img {
    max-width: 420px;
}

.siteSearch {
    display: flex;
}

.siteSearch .form-control {
    border-radius: 0;
    border: 2px solid #2f73b9;
    margin: 0;
}

.siteSearch .btn-primary {
    border-radius: 0;
    background-color: #2f73b9;
    font-weight: 700;
    text-transform: uppercase;
    border: 2px solid #2f73b9;
    padding: 4px 9px;
}

.headerBlock .dealer-address {
    display: block;
}

.headerBlock .btn-primary {
    display: block;
    width: max-content;
    margin: 15px 0 0;
}

.siteSearch .btn-primary {
    margin: 0;
}





/* NAVIGATION */

@media (min-width: 768px) {
.navbar-nav {
    float: none;
    display: flex;
    justify-content: center;
}
}

.navbar-nav>li>a {
    text-transform: uppercase;
    text-shadow: 1px 1px 1px black;
}

.nav>li>a:focus, .nav>li>a:hover,
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
    color: #0a8743;
}

.dropdown-menu {
    background-color: rgb(0 0 0 / 86%);
}

#main-nav li.dropdown.open ul {
    border-top-color: rgb(0 0 0 / 53%);
}

.dropdown-menu>li>a {
    color: #fff;
    text-transform: uppercase;
}

#main-nav .dropdown-menu>li>a:hover, #main-nav .dropdown-menu>li>a:focus {
    background-color: #000000;
    color: white;
}

.social-media-icons {
    display: none;
}





/* CONTENT */

.btnContainer {
    display: flex;
    flex-flow: column;
}

.btnContainer h3 {
    margin: 0px;
    font-size: 37px;
    text-shadow: 3px 3px 3px #000000;
    color: white;
}

.btnContainer h3 span {
    font-weight: 400;
    display: block;
    letter-spacing: 4px;
}

.btnContainer div {
    position: relative;
    z-index: 5;
}

.btnContainer a {
    background-color: rgb(46, 46, 46);
    padding: 13px;
    margin-bottom: 11px;
    position: relative;
    border: 3px solid #cbcbcb;
    box-shadow: 2px 2px 5px black;
    border-left: 3px solid #858585;
    border-bottom: 3px solid #5a5a5a;
    border-right: 3px solid #8d8d8d;
}

.btnContainer a:before {
    content: '';
    background-size: cover;
    background-position: center;
    filter: grayscale(1) brightness(0.2);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: .3s;
}

.btnContainer a:hover:before {
    filter: grayscale(0);
}

.btnContainer a:nth-child(1):before {
    background-image: url(https://psmfirestorm.blob.core.windows.net/40d6787b-766e-4874-8148-edba84daad4b/btn-1.jpg);
}

.btnContainer a:nth-child(2):before {
    background-image: url(https://psmfirestorm.blob.core.windows.net/e39a62bc-8813-4b37-96fd-99d16cd8ccf6/btn-2.jpg);
}

.btnContainer a:nth-child(3):before {
    background-image: url(https://psmfirestorm.blob.core.windows.net/96185dbb-a975-4e6b-82b9-cc60eaa2301c/btn-3.jpg);
}

.btnContainer a:after {
    content: "";
    background-image: url("https://psmfirestorm.blob.core.windows.net/a524b760-183c-4ba7-9063-2df25b531c11/line-bg.png");
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background-repeat: repeat;
    z-index: 2;
}

.btnContainer a:hover:after {
    filter: opacity(0);
}

.typeContainer {
    margin-top: -65px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    text-align: center;
}

.typeContainer a {
    padding: 10px;
}

.typeContainer h3,
.typeContainer a img {
    transition: .3s;
}

.typeContainer h3 {
    text-shadow: 2px 2px 2px black;
}

.typeContainer a:hover h3 {
    color: #3173b9;
}

.typeContainer a:hover img {
    transform: translateY(-10px);
}

.homeSlider .carousel-inner {
    border: 3px solid #cbcbcb;
    box-shadow: 2px 2px 5px black;
    border-left: 3px solid #858585;
    border-bottom: 3px solid #5a5a5a;
    border-right: 3px solid #8d8d8d;
}

.p-header {
    position: relative;
    margin-bottom: 25px;
    border-bottom: 3px solid white;
    height: 300px;
}

.p-header h1 {
    position: absolute;
    margin: 0;
    font-size: 60px;
    padding: 12px 20px;
    color: #ffffff;
    width: 100%;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    text-shadow: 2px 2px 2px black;
    text-align: center;
}

.p-header h1 span {
    font-weight: 400;
}

.p-header img {
    width: 100%;
    object-fit: cover;
}

.mapWrapper {
    position: relative;
    padding-bottom: 106%;
    min-height: 150px;
}

.mapWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.maptext h1 {
    font-size: 29px;
    margin-top: 0;
}

.mapandhourstbl td:nth-child(1) {
    padding-right: 15px;
}

.department .title {
    border: 1px solid #ffffff;
    background: #ffffff;
    color: #2f73b9;
}

.department .employee .name p {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 18px;
    padding-top: 5px;
}

.department .employee {
    border-radius: 0px;
    padding: 10px;
    height: max-content;
}

.department-container .department {
    background: rgb(0 0 0 / 63%);
}

.department .employee .job p {
    margin-bottom: 0;
}

.brief {
    font-size: 14px;
    line-height: 18px;
}

#employees-team-page h1 {
    text-align: center;
    font-size: 45px!important;
}

#creditAppForm section {
    background: #000000!important;
    border-radius: 0;
}

.jumbotron {
    background-color: transparent;
    color: white!important;
}

.k-link:link, .k-link:visited, .k-nav-current.k-state-hover .k-link {
    color: #3173b9;
}

.k-draghandle.k-state-selected:hover, .k-ghost-splitbar-horizontal, .k-ghost-splitbar-vertical, .k-list>.k-state-highlight, .k-list>.k-state-selected, .k-marquee-color, .k-panel>.k-state-selected, .k-scheduler .k-scheduler-toolbar .k-state-selected, .k-scheduler .k-today.k-state-selected, .k-state-selected, .k-state-selected:link, .k-state-selected:visited {
    background-color: #d7d7d7;
    border-color: #cccccc;
}

.serviceCoupon {
    background-color: white;
    color: black;
    text-align: center;
    width: 500px;
    margin: 15px auto;
    padding: 15px;
    border: 5px dashed #3072b9;
}

.serviceCoupon h2 {
    margin-top: 0;
}

.serviceCoupon h1 {
    font-size: 138px;
    margin: -34px 0 0;
    background: -webkit-linear-gradient(#3072b9, #333);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.serviceCoupon h1 span {
    display: block;
    font-size: 50px;
    margin-top: -22px;
}

.serviceCoupon h1 sup {
    font-size: 27px;
    -webkit-text-fill-color: black;
}

.serviceCoupon p {
    font-size: 12px;
    margin: 0;
}






/* INVENTORY */

.inventory-container .vehicle .thumb {
    background-color: #000;
}

#FilterQuickSearch {
    margin: 0;
    border: 1px solid #cccccc;
    color: white;
}

.panel-default>.panel-heading {
    color: #fff;
    background-color: #242424;
    border-color: #636363;
    text-transform: uppercase;
    font-weight: 700;
}

.panel {
    background-color: #000;
}

.panel-default {
    border-color: #636363;
}

.k-pager-wrap {
    margin-top: 9px;
}

#filters-box .panel-body li {
    color: #b5b5b5;
}

.inventory-container .vehicle .price {
    font-size: 20px;
    padding-right: 0;
    text-transform: uppercase;
    text-align: center;
    background-color: #000000;
    padding: 3px 10px;
    white-space: nowrap;
    color: white;
    font-weight: 700;
    position: relative;
}

.inventory-container .vehicle .price:before {
    content: '';
    width: 86%;
    height: 3px;
    background-color: #0a8743;
    position: absolute;
    bottom: 33px;
    left: 50%;
    transform: translateX(-50%);
}

#vehicleList > div {
    margin: 0;
    padding: 10px;
}

.vehicle-box {
    border: 1px solid #636363;
}

.inventory-container .vehicle:hover {
    background-color: #ffffff;
    transition: .4s ease;
}

.vehiclemodel {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 21px;
    min-height: 25px;
}

.inventory-container .vehicle .title {
    padding: 10px 5px;
    background-color: black;
    text-align: center;
}

.inventory-container .vehicle .title a {
    color: white;
    font-weight: 100;
}

.info {
    font-size: 12px;
    color: #7b7b7b;
    text-align: right;
}

.price-box > text > a:hover {
    color: white;
}








/* VIDEO BACKGROUND STYLES */

.videoWidget {
    height: 0px !important;
}

.tv {
    position: fixed;
    top: 0px;
    z-index: -1;
}

.home-search-section {
/*  background-image: url( [ THIS IS YOU FALLBACK IMAGE BACKGROUND FOR BROWSERS THAT DO NOT SUPPORT AUTO-PLAYING VIDEOS] );*/
    background-size: cover;
    background-position: center;
    margin-top: -30px;
}

.cover {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 75%;
}

.cover .search-div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 24px;
    line-height: 26px;
    text-align: center;
}

.vidBox {
    position: absolute;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.vidBox .screen {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    margin: auto;
    opacity: 0;
    transition: opacity 0.5s;
}

.vidBox .screen.active {
    opacity: 1;
}
div.home-section1 {
    position: relative;
    display: block;
    float: none;
}
.cover {
    display: flex;
    flex-flow: column;
    top: 0px;
    left: 0px;
    z-index: 0;
    width: 100%;
}
.cover .search-div {
    position: relative;
    color: #fff;
    font-size: 24px;
    line-height: 26px;
    text-align: center;
    width: 60%;
}
/*.vidBox {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
}*/
.cover input, 
.cover button {
    font-size: 24px; /*!important;*/
    height: unset;
}
/* END VIDEO BACKGROUND STYLES */






/* FEATURED INVENTORY */

.single-item-slider .slider-inner .item {
    width: 260px;
}

.single-item-slider .slider-inner .item:hover {
    transform: scale(0.97);
}

.single-item-slider .img-container {
    height: 150px;
    background-color: white;
}

.single-item-slider .item {
    background-color: rgb(0 0 0 / 32%);
    border: none;
}

.single-item-slider .item-detail .price {
    font-size: 22px;
    padding: 0px;
    text-transform: uppercase;
    font-weight: 700;
    bottom: 0px;
    color: #0a8743;
}

.single-item-slider .slider-outer {
    height: 300px;
}

.single-item-slider .item-detail .name {
    font-weight: 400;
    color: aliceblue;
    text-transform: uppercase;
    line-height: 18px;
}

.featuredInventory h2 {
    display: none;
}

.featuredInventory {
    margin: 35px 0;
}

.featText h2 {
    margin: 80px auto 0;
    font-size: 38px;
    text-shadow: 1px 1px 1px black;
    text-align: center;
    position: relative;
    width: max-content;
    padding: 0 20px;
}

.featText h2:before {
    content: '';
    width: 100%;
    height: 3px;
    background-color: #0a8743;
    position: absolute;
    bottom: -11px;
    left: 0;
}

.featText h2:after {
    content: '';
    width: 150px;
    height: 7px;
    background-color: #2f73b9;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -13px;
}

.featText h2 span {
    font-weight: 400;
    letter-spacing: 3px;
}





/* FORMS */

.btn-primary {
    border-radius: 0;
    background-color: #2f73b9;
    font-weight: 700;
    text-transform: uppercase;
    border: 2px solid #2f73b9;
    padding: 4px 9px;
    transition: .3s;
    margin: 10px 0;
}

.btn-sec {
    font-size: 20px;
}

.btn-primary:hover,
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover,
.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary,
.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #204a76;
    border-color: #204a76;
}

.mainform {
    height: max-content;
    color: white;
}

.mainform > div {
    background-color: black;
    padding: 10px;
}

.mainform label {
    margin-right: 10px;
}

.form-header-text {
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 15px;
    font-size: 30px;
    color: #ffffff;
    font-weight: 700;
    position: relative;
}

.form-header-text:before {
    content: '';
    width: 100%;
    height: 3px;
    background-color: #0a8743;
    position: absolute;
    bottom: -2px;
    left: 0;
}

.form-header-text:after {
    content: '';
    width: 150px;
    height: 5px;
    background-color: #2f73b9;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -3px;
}

.form-control {
    font-size: 14px!important;
    margin: 5px 0;
    border: 1px solid black;
    background-color: #000000;
    box-shadow: none;
    transition: .3s;
    border-radius: 0;
    border-bottom: 1px solid #2a2a2a;
    color: white;
}

.form-control:hover {
    background-color: #1a1a1a;
}

.form-control:focus {
    background-color: #1a1a1a;
    border-color: #eaeaea;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(107 7 7 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(107 5 9 / 52%);
}

.forms-title-section {
    font-size: 18px;
    text-align: center;
    margin-bottom: 4px;
}

.field-validation-valid,
.field-validation-error {
    position: absolute;
    right: 12px;
    top: 8px;
}

.field-validation-valid {
    color: #7a7a7a;
}

.customForm textarea, 
.customForm input, 
.customForm select {
    padding: 3px 10px;
    font-size: 14px!important;
    background-color: #000000;
    color: white;
    border: 1px solid #343434;
    margin: 5px 0;
    transition: .3s;
}

.customForm textarea:hover, 
.customForm input:hover, 
.customForm select:hover {
    border-color: #767676;
}

.customForm [placeholder="First Name"], 
.customForm [placeholder="Last Name"] {
    width: 100px;
}

.customForm [placeholder="Zip Code"] {
    width: 83px;
}

.customForm [placeholder="Phone"] {
    width: 123px;
}

.customForm [placeholder="Questions/Comments"] {
    width: 100%;
}

.inquiryformcontainer, 
.locationBox {
    background-color: black;
    color: white;
}

.locationBox {
    margin-top: 20px;
}


@media (min-width: 768px) {
#Form2769 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5),
#Form2769 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+10) {
    width: 25%;
    display: inline-block;
    padding: 0 5px;
}

#Form2769 > div:nth-child(1) > fieldset > div:nth-child(n+11) {
    padding: 0 5px;
}
}





/* FOOTER */

footer.body .outer-wrapper {
    color: rgb(255, 255, 255);
    text-align: center;
    background: linear-gradient(rgb(18, 18, 18) 0%, rgb(0, 0, 0) 100%);
    padding: 25px 0;
}

footer.body .outer-wrapper a, footer.body .outer-wrapper a:visited, footer.body .outer-wrapper a:active {
    color: #0a8743;
}

.footer {
    background-color: #000;
    border-top: 3px solid #d1d1d1;
}

.footercontainer {
    width: 1170px;
    margin: auto;
    display: flex;
    padding: 50px 15px;
    justify-content: space-between;
    line-height: 30px;
    flex-flow: column;
    color: white;
}

.footercontainer a {
    font-weight: 100;
}

.footerlogo {
    max-width: 250px;
    margin-bottom: 20px;
}

.footerLocations {
    display: flex;
    flex-flow: column;
    margin-top: 20px;
}

.footerLocations .btn-primary {
    margin: 6px 0;
}

.footersocial {
    text-align: center;
    margin-top: 20px;
    display: flex;
    justify-content: space-around;
}

.footersocial a {
    font-size: 26px;
    padding: 10px 0;
    border: 2px solid #d1d1d1;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    display: inline-block;
}

.footersocial a:hover {
    background-color: #000000;
}

a.footercontact.btn.btn-primary {
    font-weight: 800;
    font-size: 16px;
    margin-top: 14px;
}

a.headercontact.btn.btn-primary {
    font-weight: 800;
    margin-top: -8px;
    font-size: 10px;
    padding: 5px 2px;
}

.footerblock ul {
    list-style: none;
    padding: 0;
}

.footerblock li:before {
    content: '\276F';
    color: #2f73b9;
    position: relative;
    transition: .3s;
    padding-right: 5px;
}

.footerblock ul a li {
    position: relative;
    min-width: 175px;
}

.footerblock a:hover li:before {
    padding-right: 10px;
}

.footerContact {
    text-transform: uppercase;
}

.footerhours td:first-child {
    text-align: left;
}

.footerhours td:last-child {
    text-align: right;
    padding-left: 25px;
}

.footerblock h3 {
    position: relative;
    margin-top: 0;
    text-align: center;
}

.home-about h1 {
    text-align: center;
}

.footerblock h3:after {
    content: '';
    width: 257px;
    height: 3px;
    position: absolute;
    bottom: -7px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 8px;
    background-color: #0a8743;
}

.footer-top {
    display: flex;
    justify-content: space-between;
}

.footer-bottom h4 {
    text-align: center;
}

a.footer-phone {
    display: block;
    font-weight: 700;
    font-size: 20px;
}





/* BREAKPOINTS */

@media (max-width: 1199px) {
.headerContainer,
.footercontainer {
    width: 970px;
}

.btnContainer h3 {
    font-size: 34px;
}

.single-item-slider {
    padding-left: 62px;
    padding-right: 62px;
}

.footerlogo {
    max-width: 200px;
}

.footerblock h3:after {
    width: 172px;
}

.p-header {
    height: 275px;
}

.p-header h1 {
    font-size: 55px;
}

.mapWrapper {
    padding-bottom: 130%;
}

.inventory-container .vehicle .price {
    font-size: 19px;
    padding: 3px 8px;
}

.vehiclemodel {
    line-height: 21px;
    min-height: 43px;
}
}




@media (max-width: 991px) {
.headerContainer,
.footercontainer {
    width: 740px;
}

.serviceCoupon {
    width: 350px;
}

.btnContainer {
    flex-flow: row;
    justify-content: space-around;
}

.btnContainer h3 {
    font-size: 29px;
}

.homeSlider {
    margin-top: 35px;
}

.headerLogo img {
    max-width: 100%;
}

.footer-top {
    flex-flow: column;
    align-items: center;
}

.footerblock {
    margin: 25px 0;
}

.headerBlock {
    flex: 0 0 30%;
}

.typeContainer h3 {
    font-size: 18px;
}

.single-item-slider .slider-inner .item {
    width: 212px;
}

.single-item-slider {
    padding-left: 28px;
    padding-right: 28px;
}

.single-item-slider .img-container {
    height: 120px;
}

.single-item-slider .item-detail .price {
    font-size: 18px;
}

.p-header {
    height: 225px;
}

.p-header h1 {
    font-size: 45px;
}

.mapWrapper {
    padding-bottom: 50%;
    margin-top: 25px;
}
}




@media (max-width: 767px) {
.headerContainer,
.footercontainer {
    width: 100%;
}

.serviceCoupon {
    width: 325px;
}

.serviceCoupon h2 {
    margin-top: 0;
    font-size: 26px;
}

.serviceCoupon h1 {
    font-size: 119px;
}

.serviceCoupon h1 span {
    font-size: 44px;
}

.btnContainer {
    flex-flow: column;
}

.headerContainer {
    flex-flow: column;
    align-items: center;
}

.headerLogo,
.headerContainer > div:nth-child(3) > a:nth-child(1),
.typeSection:before {
    display: none;
}

.headerContainer > div:nth-child(1) {
    align-items: center;
}

.featText h2 span {
    display: block;
}

.typeContainer {
    flex-wrap: wrap;
    justify-content: space-around;
}

.typeContainer a {
    flex: 0 0 50%;
}

.headerContainer > div:nth-child(3) > a.btn.btn-primary {
    margin: 6px 0 0;
    padding: 5px;
}

.siteSearch {
    width: 95%;
    margin: auto;
}

.headerContainer > div:nth-child(3) {
    position: absolute;
    right: 15px;
}

.headerContainer > div:nth-child(1) {
    align-items: flex-start;
}

.headerBlock .phone {
    text-align: left;
}

.navbar-collapse {
    border-top: none;
    box-shadow: none;
}

.navbar-nav>li>a {
    padding: 15px;
}

.btnContainer h3 {
    font-size: 10vw;
}

.typeSection {
    background-image: none;
    background-color: rgb(0 0 0 / 21%);
}

.featText h2 {
    margin: 70px auto 0;
    font-size: 35px;
}

.p-header {
    height: 100%;
    margin-bottom: 0;
}

.p-header h1 {
    font-size: 8vw;
}

#main-nav .navbar-brand {
    height: 60px;
}

.mapWrapper {
    padding-bottom: 100%;
    margin-top: 0;
}

.mapandhourstbl {
    text-align: left;
    margin: auto;
}

.inventory-container .vehicle .price.not-itemized {
    font-size: 22px;
}

.inventory-container .vehicle .title {
    font-size: 16px;
}

header.body {
    margin-bottom: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgb(0 0 0 / 50%) 100%);
}

#content-container {
    padding-bottom: 0;
}

#home-page .btnSection {
    padding: 0 0 40px;
}

.btnContainer a {
    margin-bottom: 15px;
}

.btnContainer a:before {
    filter: brightness(0.5) grayscale(0);
}
}








