.astuteLogo {
    height: 84px;
    width: 230px;
}

.NavBackgroundImage {
    background: url('../images/building.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    width: 100%;
}

ul li a {
    color: black;
    font-size: 14px;
    font-weight: 400;
    margin-right: 15px;
}

.current {
    font-weight: 800;
    font-size: 14px;
    border-bottom: 4px solid #4AB4A1;
    padding-bottom: 0px;
}

.container-fluid {
    padding: 0px 0px 0px 11% !important;
}

.btnWhatsApp {
    background-color: #2ECD70;
    color: white;
    padding: 5px 40px 5px 50px;
    border-radius: 30px 0px 0px 30px;
    display: flex;
    justify-items: center;
    font-weight: 700;
}

.btnWhatsApp:hover {
    background-color: #2ECD70;
    color: white;
    padding: 5px 40px 5px 50px;
    border-radius: 30px 0px 0px 30px;
    display: flex;
    justify-items: center;
    font-weight: 700;
}

.btnWhatsApp[type="button"]>img {
    padding: 0px 20px 0px 0px;
}

@media (max-width: 499px) {
    .navbar-nav {
        background-color: white !important;
        padding: 15px;
    }

    .navbar-toggler {
        margin-right: 10px;
    }
}