body {
    font-family: Arial, sans-serif;
    background-color: #ffffff;
    margin: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background-image: url('../../dist/images/sky.jpg');
    background-size: cover;
    /* Add this line */
    background-repeat: no-repeat;
    /* Optional: Prevent image repetition */
    background-attachment: fixed;/* Optional: Fixed background */
}
#top {
    margin-top: -52px;
    margin-left: -5px;
}
.aim-heading {
    margin-top: 15px;
    font-size: 28px;
    line-height: 40px;
    font-family: 'Droid Sans';
    color: #1b1b1b;
    text-align: left;
}
.aip-container {
    /* Replace with your background image path */
    border-top: 3px solid #d41414;
    background-size: cover;
    background-repeat: no-repeat;
    /*background-color: #fff;*/
            /*border-radius: 10px;*/
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin: 70px auto;
    flex-grow: 1;
    width: 800px;
    border-bottom: 3px solid #274355;
}
h1 {
    font-size: 32px;
    color: #002a59;
    text-align: center;
    margin-bottom: 20px;
}
.row .col-sm h2 {
    margin: 1% 10% 1% 5%;
    color: #1e70ad;
    font-size: 18px;
    text-align: left;
}
ul {
    list-style-type: disc;
    /* Use bullet points for lists */
    margin-left: 20px;/* Add some margin to the left of lists */
}
.row .colp {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #002a59;
    font-size: 16px;
    line-height: 1.5;
    text-indent: 20%;
    margin: 0 10% 0 5%;
}
.banner {
    background-image: url('dist/images/fir%20chart-Model.pdf');
    background-size: cover;
    background-position: center;
    height: 200px;
    margin-bottom: 20px;
}
.intro {
    font-size: 20px;
    font-style: italic;
    margin-bottom: 20px;
}
.section-title {
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
    color: #002a59;
    /* Change to your desired color (e.g., orange) */
    font-family: 'Arial', sans-serif;/* Change to your desired font family */
}
.icao-docs {
    font-size: 15px;
    color: #333;
}
.purchase-info {
    margin-top: 20px;
    font-size: 18px;
}
.aeronautical-charts {
    margin-top: 20px;
    font-size: 18px;
}
.footer {
    background-color: #333;
    color: #fff;
    padding: 20px 0;
    text-align: center;
}
.footer a {
    color: #007bff;
    text-decoration: none;
    font-weight: bold;
}
.header {
    display: flex;
    justify-content: space-between;
    /* This ensures the elements are at opposite ends */
    align-items: center;
    /* This vertically centers the content */
    padding: 10px 10px;
    /* Adjust the padding as needed */
    background-color: #054c81;
    color: #fff;
}
.left-side-text {
    font-size: 12px;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
    color: #fff;
    margin-left: 4%;/* Adjust the margin as needed to separate it from the current time */
}
.left-side-text a {
    color: #fff;
}
.left-side-text a:hover {
    color: #C2C2C2;
}
.inside {
    float: left;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: justify;
    font-size: 16px;
    line-height: 2;
    text-indent: 10%;
    margin: 0 10% 2% 5%;
    color: #002a59;
}
.inside-no-indent {
    float: left;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: justify;
    font-size: 16px;
    line-height: 2;
    text-indent: 0;
    margin: 0 10% 1% 5%;
    color: #002a59;
}
.inside-no-indent-full-width{
    width:100%;
    float: left;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: justify;
    font-size: 16px;
    line-height: 2;
    text-indent: 0;
    margin: 0 10% 1% 5%;
    color: #002a59;
    
}
.container-header {
    padding-right: 15px;
    padding-left: 15px;
    /*/*margin-right: auto;*/
    margin-left: 2%;
    max-width: 100%;
}
@media (min-width: 768px) {
.navbar-expand-md .navbar-nav .nav-link {
    padding-left: 0;
    font-size: 12.75px;
}
}

@media (min-width: 810px) {
.navbar-expand-md .navbar-nav .nav-link {
    padding-left: 0;
    font-size: 14px;
}
}

@media (min-width: 992px) {
.navbar-expand-md .navbar-nav .nav-link {
    padding-left: 0.5rem;
    font-size: 16px;
}
}
