.logo{
    width:90px;
}
.logo-db{
    width:200px;
    margin:10px auto;
}
.header-logo{
    text-align:center;
}
.my-auto{
    margin-top:unset !important;
    margin-bottom:unset !important;
    width:100%;
}
.my-auto.top-margin{
    margin-top:20px !important;
}
.bg-primary {
    background-color: #44dcab !important;
}
.navbar-dark .navbar-brand {
    color: #080808;
}
.nav-link {
    color: #080808 !important;
}
.subheading {
    text-transform: uppercase;
    font-weight: 500;
    /* font-family: 'Saira Extra Condensed', serif; */
    font-size: 13px;
}
.acc{
    width:100% !important;
}
.text-primary{
    color:#44dcab !important;
}
.db-text{
color:rgb(58,131,79);
}
a{
    color:#080808 !important;
}
.card-header {
    /*background-color:#89eab0 !important;*/

}
.card{
    margin-bottom:43px;
}


#awards{
    background-color:#a8efce;
}
section.resume-section {

     padding-top: unset !important;

}

.card.onArrow::after {
    content: '';
    position: absolute;
    bottom: -53px;
    left: 50%;
    margin-left: -20px;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px;
    border-color: #b6efda transparent transparent transparent;
}

.submit-btn{
    background-color:#44dcab !important;
    border-color:#44dcab !important;
    width:100px;
    padding:10px;
    font-size:20px;
    font-weight:500;
    margin-top:10px;
}
.input-group.warning{
    margin-top:30px;
}