/* ===============================
   MAIN SITE STYLES (Reconstructed)
   DNJ Strawberry Hill Auto
================================ */

/* Fonts */
body {
    font-family: 'Ubuntu', sans-serif;
    color: #333;
    background: #fff;
    margin: 0;
    padding: 0;
}

/* Navbar */
.navbar {
    border-bottom: 1px solid #eee;
}

.navbar-brand h4 {
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
    margin: 0;
}

.navbar .nav-link {
    font-weight: 500;
    padding: 20px 15px;
}

.navbar .nav-link.active {
    color: #d81324 !important;
}

/* Header Banner */
.page-header {
    background-size: cover;
    background-position: center;
}

.page-header-inner {
    background: rgba(0,0,0,0.55);
}

/* Section Titles */
h1, h2, h3, h4 {
    font-family: 'Barlow', sans-serif;
}

.text-primary {
    color: #d81324 !important;
}

/* About / Parking Sections */
.container-xxl .inner-column {
    padding: 20px;
}

.inner-column h2 {
    color: #d81324;
    font-weight: 700;
}

.inner-column h3 {
    margin-bottom: 15px;
    font-weight: 600;
}

/* Form */
.form-floating label {
    color: #555;
}

/* Footer */
.footer {
    padding-top: 40px;
}

.footer h4 {
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
}

.footer a {
    color: #fff;
}

.footer-text {
    text-align: center;
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px solid #444;
}

/* Back to Top Button */
.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: none;
}

/* Images */
img.img-fluid {
    max-width: 100%;
    height: auto;
}

/* Responsive */
@media (max-width: 991px) {
    .navbar .nav-link {
        padding: 10px;
    }
}
