

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');
}
#top {
    margin-top: -52px;
    margin-left: -5px;
}
.notam-container {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    padding: 20px;
    max-width: 800px;
    margin: 0 auto;
    flex-grow: 1;
    padding: 20px;
}
.span-color{
    color:#002a59;
}
ul li i{
    color:#1e70ad;
}
.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: 28px;
    color: #007bff;
    /* Blue color for the title */
    margin-bottom: 20px;
}
.row .col-sm h2 {
    margin: 0 10% 1% 5%;
    color: #1e70ad;
    font-size: 18px;
    text-align: left;
}
.row .col-sm p {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: justify;
    font-size: 16px;
    text-indent: 10%;
    margin: 0 10% 1% 5%;
    color: #002a59;
}
ul {
    list-style-type: none;
    /* Use bullet points for lists */
    margin-left: 20px;/* Add some margin to the left of lists */
}
.notam-info {
    font-size: 16px;
    color: #ff5733;
    /* Red color for important information */
    margin-top: 20px;
}
.notam-contact {
    /*background-color: #f9f9f9;*/
    border-radius: 10px;
    padding: 20px;
    margin-top: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* Two columns */
    gap: 20px;/* Spacing between columns */
}
.contact-title {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    /* Dark gray color for titles */
    margin-bottom: 10px;
    float: left;
}
.contact-section {
    display: flex;
    flex-direction: column;
}
.address {
    float: left;
    font-size: 18px;
    color: #555;
    /* Gray color for contact details */
    margin-bottom: 20px;/* Add some space below the address */
}
.other-details {
    font-size: 18px;
    color: #555;/* Gray color for contact details */
}
.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;
    /*dark blue#002a59;*/
    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;
}
.aip-title {
    font-family: 'Myriad Pro', sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #002a59;
}
.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% 1% 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;
}
@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;
}
}

