body {
    font-family: 'Roboto', sans-serif;
}

.customFontColor {
    color: #165a72 !important;
}

h1,h2,h3,h4,h5,h6 {
    color: #165a72 !important;
}


.navbarCust{
    background-color: #0c5c6c;
}

.footerCust {
    background-color: #0c5c6c;
}

 .iframe-padding-wrapper {
        padding: 10%; /* Padding around the iframe */
    }

.responsive-iframe-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%; /* 16:9 Aspect Ratio */
    width: 100%;
}

.responsive-iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.image-padding-container {
    padding: 10%; /* Adjust the padding as needed */
}

.note-highlight{
    color: #32516b;
    background-color: #dfebf5;
    border-color: #d3e3f1;
    padding: 0.75rem 1.25rem;
    position: relative;
    margin-bottom: 1rem;
}

.alignleft{
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.entry .alignleft.rounded.float-left {
    max-width: 40%;
    height: auto;
    vertical-align: middle;
    border-style: none;
    margin-bottom: 2rem;
    margin-left: 2rem;
    margin-right: 3rem;
}

.justify-text {
    text-align: justify;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    width: 100%;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .container, .container-md, .container-sm {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .container, .container-md, .container-sm {
        max-width: 960px
    }
    .navbar-nav .nav-item {
        margin-right: 2px; /* Further reduce spacing */
    }
    .navbar-nav .nav-link {
        font-size: 18px; /* Further reduce font size */
    }
    .navbar .custom-hide-on-large {
        display: none;
    }
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1080px
    }
    .navbar-nav .nav-item {
        margin-right: 3px; /* Further reduce spacing */
    }
    .navbar-nav .nav-link {
        font-size: 20px; /* Further reduce font size */
    }
    .navbar .custom-hide-on-large {
        display: inline-block;
    }
}

.no-list-style {
    list-style-type: none; /* Removes the bullet points */
}
.footer-text-container {
    text-align: center;
    /* Additional styling if needed */
}
