

@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: #cccccc url(https://psmfirestorm.blob.core.windows.net/bfc688f0-4a1e-4255-a2ac-7a71550e0c1f/2024-slingshot-background.jpg) no-repeat center center;
      background-size: cover;
}
}

@media (min-width: 768px) {
    body {
        background: #cccccc url(https://psmfirestorm.blob.core.windows.net/bfc688f0-4a1e-4255-a2ac-7a71550e0c1f/2024-slingshot-background.jpg) no-repeat center center;
       background-attachment: fixed;
        background-size: cover;
    }
}

.slingshotPage a {
    transition: .3s;
}

.slingshotPage a:hover, .slingshotPage a:focus {
    color: #de0000;
    text-decoration: none;
}

.slingshotPage .h1, .slingshotPage .h2, .slingshotPage .h3, .slingshotPage .h4, .slingshotPage .h5, .slingshotPage .h6, .slingshotPage h1, .slingshotPage h2, .slingshotPage h3, .slingshotPage h4, .slingshotPage h5, .slingshotPage h6 {
    font-family: 'Bai Jamjuree', sans-serif;
    font-weight: unset;
}

.slingshotPage #section-1 {
    background-color: rgba(0, 0, 0, 0.75);
    margin-top: -30px;
    padding-top: 30px;
    padding-bottom: 100px;
}

.slingshotPage #section-3 {
    background-color: white;
    margin-top: 0px!important;
    padding: 30px 0px;
}

.slingshotPage #section-4 {
    background-color: rgba(0, 0, 0, 0.75);
    margin-top: 0px!important;
}


/* CONTENT */

.slingshotPage .lg-text-wrapper {
    color: white;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 0px 0px 5px black;
}

.slingshotPage .lg-text-wrapper h5 {
    font-size: 30px;
    border-bottom: 5px solid #014890;
    width: 27%;
    margin: auto;
}

.slingshotPage .lg-text-wrapper h1 {
    font-size: 54px;
    letter-spacing: 1px;
    margin-top: 0;
    font-weight: 700;
    font-family: 'Bai Jamjuree', sans-serif;
}

.slingshotPage .lg-text-wrapper h3 {
    font-size: 38px;
}

.slingshotPage .slingshot-logo img {
    margin: auto;
    display: block;
}

.slingshotPage .siteSearch {
    display: flex;
    width: 75%;
    margin: 50px auto 15px;
    justify-content: center;
}

.slingshotPage .siteSearch .form-control {
    border-radius: 4px;
    background-color: white;
    border: 1px solid gray;
    margin: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.slingshotPage .siteSearch .btn-primary {
    color: #fff;
    background-color: red;
    border-color: black;
    border: 1px solid gray;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: none;
    margin: 0;
    background-image: none;
    flex: unset;
    padding: 4px 13px;
    font-size: 16px;
    transform: none;
}

.slingshotPage .siteSearch .btn-primary:hover {
    color: #fff;
    background-color: #d40000;
    border-color: #cccccc;
    background-image: none;
}

.slingshot-model-background {
    background-color: white;
    margin-top: -30px;
}

.slingshot-model-container {
    display: flex;
    margin: auto;
    flex-wrap: wrap;
    padding-bottom: 30px;
}

.slingshot-model-container > .slingshot-model-block {
    flex: 0 0 20%;
    margin-top: -50px;
}

.slingshot-model-block {
    text-align: center;
}

.slingshot-model-block h3 {
    text-transform: uppercase;
    font-size: 1.3vw;
    margin-bottom: 0;
    font-weight: 700;
    color: red;
}

.slingshot-model-block h5 {
    color: black;
    border: 1px solid;
    width: fit-content;
    margin: 10px auto;
    text-transform: uppercase;
    padding: 2px 5px;
}

.slingshot-model-container .slingshot-model-block img,
.slingshot-model-container .slingshot-model-block h5 {
    transition: .5s;
}

.slingshot-model-container > a:hover img {
    transform: translateY(-25px);
}

.slingshot-model-container > a:hover h5 {
    background-color: #dedede;
}






/* FEATURED INVENTORY */

.widget-FeaturedVehicles {
    padding-top: 25px;
    padding-bottom: 25px;
}

.widget-FeaturedVehicles h2 {
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: white;
}

.slingshotPage .single-item-slider .item {
    background-color: rgb(255, 255, 255);
    border: none;
}

.slingshotPage .single-item-slider .item-detail .name {
    color: black;
}

.slingshotPage .single-item-slider .item-detail .price {
    font-size: 18px;
    padding: 0 3%;
    font-weight: 700;
    text-transform: uppercase;
    bottom: 0;
    color: red;
    background: none;
    background-color: transparent;
    font-family: 'Bai Jamjuree', sans-serif;
}







/* FORMS */

.slingshotPage .field-validation-valid,
.slingshotPage .field-validation-error {
    position: absolute;
    right: 12px;
    top: 5px;
}

.slingshotform {
    height: fit-content;
}

.slingshotform > div {
    background-color: #777777;
    padding: 10px;
}

.slingshotform .btn-primary, 
.slingshotBtn {
    color: #fff;
    background-color: red;
    border-color: #de0000;
    display: block;
    margin: 5px auto 0px;
    transition: .3s;
    background-image: none;
    width: max-content;
    text-transform: uppercase;
}

.slingshotform .btn-primary:hover, 
.slingshotBtn:hover {
    color: #fff!important;
    background-color: #de0000;
    border-color: red;
}

.slingshotform .form-header-text {
    font-size: 30px;
    text-transform: uppercase;
    display: block;
    text-align: center;
    font-weight: 700;
    margin-bottom: 0;
    font-family: 'Bai Jamjuree', sans-serif;
    color: black;
    text-shadow: none;
}

.slingshotform .form-control {
    margin: 6px 0px;
    border-radius: 4px;
}


/*#vehicleInquiryForm > fieldset > div.form-actions > button {
    color: #fff;
    background-color: red;
    border-color: #de0000;
}



.inquiryformcontainer,
.locationBox {
    background-color: #777;
}

.vdpinquiryheader {
    font-size: large;
    text-transform: uppercase;
    font-size: 25px;
}
*/





/* INVENTORY */

/*#vehicleList > div {
    margin: 0;
    padding: 15px;
}

.inventory-container .vehicle .title {
    padding: 5px;
}

.inventory-container .vehicle .title a {
    color: black;
}

.inventory-container .vehicle .price {
    padding-right: 0px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    font-size: 22px;
}

.vehiclemodel {
    font-size: 20px;
    text-transform: uppercase;
    min-height: 41px;
    line-height: 20px;
}

.info {
    color: #6b6b6b;
    font-size: 12px;
    text-align: right;
}

#filters-box .panel-body li {
    color: black;
}
*/

@media (max-width: 767px) {
    .lg-text-wrapper h1 {
        font-size: 6.5vw;
    }
    .siteSearch {
        width: 100%;
    }
    .slingshot-model-container {
        justify-content: space-around;
        align-items: flex-end;
    }
.slingshot-model-container > .slingshot-model-block {
    margin-top: 40px;
    flex: 0 0 45%;
}
    .slingshot-model-block h3 {
        font-size: 3vw;
    }
    .slingshot-model-block h5 {
        font-size: 3vw;
    }
}

@media (min-width: 992px) {
    .lg-text-wrapper h1 { 
        font-size: 72px;
    }
    .siteSearch {
        width: 60%;
    }
}

@media (min-width: 1200px) {
    .lg-text-wrapper h1 { 
        font-size: 88px;
    }
    .siteSearch {
        width: 50%;
    }
}






/* SLINGSHOT PRE-ORDER STYLES */

.preorder-background > div {
    background-color: rgb(0 0 0 / 70%);
    padding: 15px;
    color: white;
}

.preorder-form > div {
    background-color: white;
    padding: 15px;
    color: black;
}

.preorder-form .form-control {
    margin: 3px 0;
}

.preorder-form .form-header-text {
    text-align: center;
    font-family: 'Bai Jamjuree';
    text-transform: uppercase;
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 0;
}

.preorderHeader {
    position: relative;
    border: 3px solid #bdbdbd;
    margin-bottom: 25px;
}

.preorderHeader img {
    object-fit: cover;
    width: 100%;
}

.preorderHeader h1 {
    position: absolute;
    margin: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border: 3px solid #bdbdbd;
    border-bottom: none;
    padding: 10px;
    background-color: black;
    text-transform: uppercase;
    font-size: 43px;
    font-weight: 700;
}

.preorder-form .btn-primary {
    color: #fff;
    background-color: #8d8d8d;
    border-color: #000000;
    text-transform: uppercase;
}
