@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

body {
    font-family: 'Poppins', arial, sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', arial, sans-serif !important;
}

h1 {
    font-size: 2rem !important;
}

h5, h6 {
    font-size: 1.4rem !important;
}

div.vehicle-description {
    font-family: 'Poppins', arial, sans-serif;
    font-size: 16px;
}

.palette-box1 {
    background-color: #ffffff;
    border-color: #ffffff;
}

.palette-box2 {
    background-color: #ffffff;
    border-color: #ffffff;
}

.embed-responsive-16by9 {
    padding-bottom: 33%;
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    /*width: revert-layer;
    height: revert-layer;*/
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 0;
    width: 60%;
    height: revert-layer;
}

.hours {
    font-size: 1rem;
}

.sitemap-container a.navbar-brand:has(.fa-home) {
    display: none;
}

.palette-bg1 {
    background-color: #f3f3f3;
}

.palette-bg2 {
    background-color: #ffffff;
}

.palette-bg2.inventory-header {
    display: none !important;
    color: #fff;
}

.inventory-header.vehicles-found-header {
    display: none !important;
}

.accent-color2.vehicle-heading {
    color: #131313 !important;
    font-family: 'Poppins', arial, sans-serif !important;
}