/*
Theme Name: ACC Medlink New
Description: Custom WordPress theme for ACC Medlink/Mercedes Medical Transport - Specializing in long-distance medical transport (200+ miles minimum) with premium Mercedes Sprinter fleet.
Author: ACC Medlink
Version: 1.0.0
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: acc-medlink-new
Tags: medical-transport, custom-theme, responsive, accessibility-ready

ACC Medlink/Mercedes Medical Transport - Premium long-distance medical transportation services across the lower 48 states. 
Mercedes Sprinter vehicles only. 200+ miles minimum distance. Private pay. Medical professional on every trip.
*/

body {
    margin: 0;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.6;
    color: #1f2937;
    background-color: #ffffff;
    min-height: 100vh;
}

/* Heading Styles */
h1, h2, h3, h4, h5, h6 {
    font-family: Montserrat, sans-serif;
    line-height: 40px;
    font-weight: 600;
}

/* fixes markdown images */
.attachment-full {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

/* fixes header offset on mobile */
@media (min-width: 768px) {
    #main-content {
        margin-top: 60px;
    }
}

/* Mobile responsive */
/* @media (max-width: 640px) {
    .text-4xl {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
    
    .section-padding {
        padding: 0.5rem 1rem;
    }


    
    .sm\:flex-row {
        flex-direction: column;
    }
} */


.page_background_image {
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0.63);
    background-blend-mode: lighten;
}
@media (min-width: 768px) {
    .page_background_image {
        background-size: auto;
        background-color: rgba(255, 255, 255, 0.63);
        background-blend-mode: lighten;
        background-repeat: no-repeat;
    }
}



/* .begin-page-content{
    margin-top: -15px;
} */

input .ninja-forms-field nf-element{
    height:10px;
    width:10px;
}

.list-checkbox-wrap .nf-field-element li input, .list-image-wrap .nf-field-element li input, .list-radio-wrap .nf-field-element li input {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    vertical-align: middle;
}