:root {
    --bs-body-font-family: 'Roboto', 'Arial', 'Helvetica', sans-serif;
}

/* You can then define specific bold weights for elements that are naturally bold or for custom classes */
h1, h2, h3, h4, h5, h6, strong, b {
    font-weight: bold; /* Sets a bold font weight for headings and bold elements */
}

.no-wrap {
    white-space: nowrap;
}

@media print {
    .navbar,
    footer
    {
        display: none !important;
    }
}

.title-container {
    display: flex;
    align-items: center;
    gap: 1rem;  /* Space between title and image */
}

.title-container img {
    height: 90px;  /* Adjust size as needed */
    width: auto;
}

#aircraft_resize_wrapper {
    position: absolute;
    top: 15.5em;
    left: 0;
    right: 0;
    bottom: 0;
}

#pilot_log_resize_wrapper {
    position: absolute;
    top: 9em;
    left: 0;
    right: 0;
    bottom: 0;
}

#trip_summary_resize_wrapper {
    position: absolute;
    top: 9em;
    left: 0;
    right: 0;
    bottom: 0;
}

.employee_management_resize_wrapper {
    position: absolute;
    top: 12.5em;
    left: 0;
    right: 0;
    bottom: 0;
}

#project_work_area_resize_wrapper {
    position: absolute;
    top: 9em;
    left: 0;
    right: 0;
    bottom: 3em;
}

#nsr_tracker_resize_wrapper {
    position: absolute;
    top: 12.5em;
    left: 0;
    right: 0;
    bottom: 0;
}

#clients_details_resize_wrapper {
    position: absolute;
    top: 9em;
    left: 0;
    right: 0;
    bottom: 0;
}
