/* Small devices (landscape phones, 576px and up) */
@media (max-width: 575.98px) {
    /* .color-nav {
        background-color: #008f77 !important;
    } */
    .logo-nav {
        height: 14px;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 576px) and (max-width: 767px) {
    /* .color-nav {
        background-color: #008f77 !important;
    } */
    .logo-nav {
        height: 14px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 768px) and (max-width: 991px) {
    /* .color-nav {
        background-color: #008f77 !important;
    } */
    .logo-nav {
        height: 14px;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
    .color-nav {
        background-color: #fdf9f7;
    }
    .logo-nav {
        height: 20px;
    }
}

@media (min-width: 1200px) {
    .color-nav {
        background-color: #fdf9f7;
    }
    .logo-nav {
        height: 20px;
    }
}

/* General - No Screen size limit */

.color-nav {
    background-color: #fdf9f7;
}
.top-flex {
    padding :10px 10px
}
.flex-col {
    flex-direction: column;
}
.navbar-margin {
    margin-left: 32px !important;
}
/* .navbar-dark .navbar-toggler-icon {
    background-image : url('https://d2j1npr7zw1pkf.cloudfront.net/aghaz-images/menu.png')
} */
