.dropdown-item.active {
    background-color: #DD8A8D;
    color: #181818; /* text color */
}

.workBackground.annieBack {
    background-image: url("workSite.png");
    background-size:100% auto;
}

.divisions {
    background-color: #DD8A8D;
}

.subdivision:hover {
    color:#A25457;
}

.logoCase {
    margin-top: 8%;
    margin-bottom: 0%;
}

/*divider Annie*/

.divider {
    background: #DD8A8D;
}

mark {
    color: #181818;
    background-color: #DD8A8D;
}


/* IDs Annie */

#spec, #re, #mo, #pro, #doc {
    padding: 9% 0 0;
    margin: -9% 0 4%;
}

#lastPro {
    margin-bottom: 4%;
}

#mo {
    margin-bottom: 1%;
}

#doc {
    margin-bottom: 10%;
}

.circles {
    margin: 5% 0% 5% 0;
    text-align: center;
}

.w3-button {
    background-color: #F5CFCA;
    border-color: #A25457;
    font-weight:600;
    cursor: pointer;
    font-size: 16px;
}

.w3-button:hover {
    background-color: #d9999a;
    border-color: #A25457;
}

.prevNext {
    padding-top: 20%;
    padding-bottom: 20%;
    padding-right: 40%;
    padding-left: 40%;
}

#myBtn {
    background-color: #f2dbd6;
}

#myBtn:hover {
    background-color: #f2dbd6;
}


.features {
    padding-left: 0;
}

.features > li {
    background-color: #4f91c3;
    background-color: #d9999a;
    color: #181818;
    list-style-type: none;
    margin: 5% 11% 5% 11%;
    padding: 3% 8% 3% 8%;
    border-radius: 15px;
    line-height: 150%;
}


.card {
    margin: 10% 6% 10% 6%;
    padding: 10% 7% 10% 7%;
    border-radius: 10px;
    background-color: #f2dbd6;
    height: auto;
}

.top {
    margin-top: 15%;
}

.col-sm-4.top {
    margin-top: 4%;
}

.mt-3 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
}

.dot {
    background-color: #6a737c;
}

.dot.active {
    background-color: #A25457;
}

.last:hover {
    color: #181818;
    background-color: #E3DD55;
}

.mySlides {
    display: none; /* Hide all slides by default */
    max-width: 100%;
    margin-top: 5%;
}