body {
    font-family: 'Inter', sans-serif;
    color:  #ffffff !important;
}

h1,h2,h3,h4,h5,p,span {
    padding: 0;
    margin: 0;
}

.set-nav-flex {
    display: flex;
    flex-wrap: wrap;
}

.custom-navbar{
    /* background-color: #010743 !important; */
    background: rgb(0,1,51);
    background: linear-gradient(183deg, rgba(0,1,51,1) 34%, rgba(0,22,103,1) 77%);
}

.nav-border-right{
    border-right: solid 2px #7e8090;
    margin-left: 30px;
    /* padding: 0 0.5rem; */
}

/* .nav-custom {
    padding-left: 4rem;
} */

.searchbar {
    display: flex;
    justify-content: center;
}

.custom-search-bar {
    border-radius: 18px;
    background-color: #FFFFFF;
    opacity: 29%;
    width: 100%;
    height: 100%;
}

.custom-search-bar::placeholder {
    color: black !important; /* Use this to test if there's an override issue */
    font-weight: bold;
  }

.custom-nav-item {
    color: #ffffff !important;
    font-weight: 600;
    text-transform: uppercase;
}

.custom-nav-item.active {
    color: #00a8e9 !important;
}

.custom-nav-item:hover {
    color: #00a8e9 !important;
}

.custom-footer {
    /* background-color: #010743 !important; */
    background: rgb(0,22,103);
    background: linear-gradient(183deg, rgba(0,22,103,1) 34%, rgba(0,1,51,1) 77%);
}

.mb-text {
    font-size: 10px;
}

.mb-address {
    font-size: 12px;
}

#footer-container {
    width: 100%;
    /* bottom: 0; */
    position: static;
}

.footer-left, .footer-right {
    font-size: 1rem;
    text-align: left !important;
}
  
.footer-left span,
.footer-right span {
    display: block;
    color: #ffffff;
    font-weight: 500;
}

.foo-custom-left {
    padding-left: 2rem;
}

.foo-custom-right {
    padding-right: 2rem;
}

.uppercase {
    text-transform: uppercase;
}

/* ---------------------------------------------------------------- new --------------------------------------------------- */
.nav-design {
    /* display: flex;
    justify-content: center; */
    text-align: center;
}

.nav-text {
    margin-left: 10px;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.custom-mobile-nav {
    color: white !important;
    background-color: transparent !important;
    border-color: white !important;
}

#nav-menu-sm {
    display: none;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 30px;
}

#nav-menu-md {
    display: none;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 30px;
}

#nav-menu-md {
    display: none;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 30px;

}

.nav-item {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid white;
    text-align: center;
}

.nav-item a{
    text-decoration: none;
    color: white;
}





@media (max-width:599px) {
    
    .navbar-light .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    }

    .custom-mobile-nav {
        color: white !important;
        background-color: transparent !important;
        border-color: white !important;
    }

    .navbar-toggler-icon {
        background-image: white !important;
    }

    .footer-left {
        padding-left: 1rem;
        padding-right: 0.5rem;
        font-size: 0.8rem;
        text-align: left !important;
    }

    .footer-right {
        padding-right: 0.2rem;
        font-size: 0.7rem;
        text-align: left !important;
    }
}

@media (max-width: 767px) {
    .searchbar {
        display: unset;
        padding-top: 5px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 1728px) {
    .custom-nav-item,
    .custom-search-bar,
    .foo-custom-left,
    .foo-custom-right {
        font-size: 1vw !important;
    }
}

@media (min-width: 1023px) {
    .nav-item {
        padding-top: unset;
        padding-bottom: unset;
        border-bottom: unset;
    }

    .set-header {
        height: 10vh;
    }

    .about-header {
        height: 9vh;
    }
}

@media (min-width: 767px) {
    .md-nav-item {
        display: none;
    }

    .nav-item {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    #nav-menu-md {
        padding-left: 40px;
        padding-right: 50px;
    }

    .mb-address {
        padding-left: 60px;
    }

    .mb-text {
        font-size: 11px;
    }

    /* .nav-item:last-child {
        border-bottom: none;
      } */
}