/* Navbar */
.navbar {
    top:0;
    background-color: #FFF9E3; 
    /* #FBF9B9; */
    position: fixed;
    width: 100%;
    z-index: 9999999;
    box-shadow: 0px 0px 4px 0px #7d7878;
}

.navbar-brand {
    font-weight: bold;
}

.nav-link {
    color: #000 !important;
}

.nav-link:hover {
    text-decoration: underline;
}

.get_in_touch {
    width: max-content;
    height: 50px;
    flex: none;
    order: 5;
    flex-grow: 0;
    box-sizing: border-box;
    border: 1px solid #0000005e;
    border-radius: 10px;
    display: flex;
    align-items: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.navbar-toggler-icon {
    filter: invert(100%);
}
