body {
    font-family: 'Myriad Pro', 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: -54px;
    margin-left: -5px;
}
.cus-container {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    padding: 20px;
    max-width: 800px;
    margin: 0 auto;
    flex-grow: 1;
    padding: 20px;
}
h1 {
    font-size: 28px;
    color: #333;
    margin-bottom: 20px;
}
.row .col-sm h2 {
    margin: 2% 10% 1% 5%;
    color: #1e70ad;
    font-size: 18px;
    text-align: left;
}
.row .col-sm h2 a{
    color: #002a59;
}
.row .col-sm h2 a:hover{
    color: #1e70ad;
}
.col-sm p a {
    color: #D81619;
}
p1 {
    font-family: 'Myriad Pro', sans-serif;
    font-size: 18px;
    color: #000000;
    line-height: 1.5;
}
.footer {
    background-color: #333;
    color: #fff;
    padding: 20px 0;
    text-align: center;
}
.footer a {
    color: #007bff;
    text-decoration: none;
}
.cus-section {
    margin-top: 20px;
}
.cus-title {
    font-family: 'Myriad Pro', sans-serif;
    font-size: 16px;
    /*font-weight: bold;*/
    color: #000000;
}
.cus-title a {
    color: #09509F;
}
.aip-link {
    color: #007bff;
    text-decoration: underline;
}
.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: 2%/* 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% 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;
    margin: 0 10% 1% 5%;
    color: #002a59;
}
.container-header {
    padding-right: 15px;
    padding-left: 15px;
    /*margin-right: auto;*/
    margin-left: 2%;
    max-width: 100%;
}
span a {
    color: #002a59;
}
span {
    font-size: 18px;
}
@media (max-width:768px)
{
   span a{
        font-size: 16px;
    }
    span{
        font-size: 16px;
    }
}
@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;
}
}