@font-face {
    font-family: bookmanOldstyle;
    src: url(/Bookman\ Old\ Style\ Regular/);
}

.nav-link,
.dropdown-item {
    font-family: bookmanOldstyle;
    font-weight: normal !important;
}

.dropdown-menu {
    background-color: #cf9a62 !important;
    border: none;
    /* box-shadow: 1px 3px 7px 1px #b1b1b1fc !important; */
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #1e2125;
    background-color: #f1bd85 !important;
}

.dropdown-menu li:before {
    display: none;
}

.dropdown-item {
    color: #ffffff;
    text-align: left !important;
    padding-left: 5px !important;
}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0rem 0.5rem;
    background-color: #fff;
    z-index: 1;
}

.navbar-expand-lg .navbar-nav .nav-link {
    border-right: 2px solid #003060c7;
    padding-right: 7px !important;
    padding-top: 2px;
    padding-bottom: 2px;
    color: #FFF;
}

.navbar-nav li {
    text-align: center;
    margin: 0 auto;
    position: relative;
    padding-left: 7px;
}

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    margin: auto;
    text-align: center;
    width: 100%;
    padding: 9px 0px;
    ;
}

.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 0rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

.navbar-nav .nav-link {
    padding-right: 14px !important;
    padding-left: 0 !important;
    font-size: 14px;
    color: #003060 !important;
    font-weight: 500;
    text-align: center;
}

a.nav-link.active,
a.nav-link:hover {
    color: #cf9a62 !important;
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none;
}

ul {
    list-style: none;
    width: 100%;
}

.navbar-nav li {
    text-align: center;
    margin: 0 auto;
    position: relative;
}

/*
.navbar-nav li:before{
 content: '';
    position: absolute;
    background: none;
    width: 0;
   height: 30px;
    border: solid 1px #003060 ;
    right: 6px;
    top: 4px;

}

*/

.navbar-nav li:last-child:before {
    display: none;
}

.navbar-nav li.nav-item {
    text-align: center;
    margin: auto;
}

@media (max-width:576px) {
    ul {
        list-style: none;
        width: 100%;
    }
    .navbar-light .navbar-nav .nav-link {
        color: #fff;
    }
    .navbar-light .navbar-nav .nav-link:focus,
    .navbar-light .navbar-nav .nav-link:hover {
        color: rgba(255, 255, 255, 0.7);
    }
    .navbar-light .navbar-nav .nav-link.disabled {
        color: rgba(255, 255, 255, 0.3);
    }
    .navbar-light .navbar-nav .show>.nav-link,
    .navbar-light .navbar-nav .active>.nav-link,
    .navbar-light .navbar-nav .nav-link.show,
    .navbar-light .navbar-nav .nav-link.active {
        color: rgba(0, 0, 0, 0.9);
    }
    .navbar-light .navbar-toggler {
        color: #FFF;
        border-color: #FFF;
    }
    .navbar-light .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(235, 235, 235, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
        font-weight: normal;
    }
    .navbar-light .navbar-text {
        color: rgba(0, 0, 0, 0.5);
    }
    .navbar-light .navbar-text a {
        color: rgba(0, 0, 0, 0.9);
    }
    .navbar-light .navbar-text a:focus,
    .navbar-light .navbar-text a:hover {
        color: rgba(0, 0, 0, 0.9);
    }
}

/* dropdown link in management */

.dropbtn {
    background-color: #04AA6D;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
}

.dropdown1 {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    left: 154px;
    top: 0px;
    background-color: #cf9a62;
    border-radius: 0.25rem;
    width: max-content;
}

.dropdown-content a {
    white-space: break-spaces !important;
    font-size: 14px;
    text-align: center;
    padding: 0.25rem 0rem !important;
    display: block;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.dropdown1:hover .dropdown-content {
    display: block;
}

.dropdown1:hover .dropbtn {
    background-color: #3e8e41;
}

@media only screen and (min-width: 992px) and (max-width: 1100px) {
    .nav-link {
        font-size: 13px !important;
    }
}

@media only screen and (min-width: 1200px) {
    .nav-link {
        font-size: 16px !important;
    }
}

@media only screen and (max-width: 992px) {
    .nav-link {
        border: 0px !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1318px) {
    .menu-last {
        transform: translateX(-116px);
    }
}

@media only screen and (min-width: 992px) and (max-width: 1066px) {
    .web-logo img {
        max-width: 68px;
        width: 100%;
        z-index: 1;
        border: 6px solid #ffffff;
        border-radius: 100px;
        background: #ffffff;
        position: absolute;
        top: -15px;
        left: -38px;
    }
    .logoName {
        transform: translate(17px, -5px) !important;
        max-width: 90%;
    }
}

@media only screen and (max-width: 400px) {
    .dropdown-menu {
        min-width: max-content !important;
        padding-right: 10px;
    }
    .dropdown-content {
        left: 95px;
    }
}