.resume-div,
.resume-div p,
.resume-div h2,
.resume-div span {
    cursor:pointer;
   
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.resume-div:hover {
    background-color: #ffbd39;
}
.resume-div:hover span  {
    color: black; }

.resume-div:hover h2  {
        color: black; }

.resume-div:hover p  {
    color: black; }

/* .resume-div:hover span  {
    background: #ffbd39; }
.resume-div:hover .icon i {
      color: #fff; }
.resume-div:hover h3 {
      color: #000000; }
.resume-div:hover h3:after {
        background: #000000; } */


.accordion-expand {
    background-color: #ffbd39;
    color: black;
}

.expertise-boxes,
.expertise-boxes h2 {
    cursor: pointer;
    border-radius:15px;
    -moz-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in;
    height: auto;
}

.expertise-boxes:hover {
    background-color: #ffbd39;
}

.expertise-boxes:hover h2  {
        color: black; }


#cv-click-here-button {
    transition: all .2s ease-in;
    background-color:#ffbd39;

}     

#cv-click-here-button:hover {
    background-color:#ffec3e !important;
    text-shadow: 0 0 .95px #333, 0 0 .95px #333;
}

#skillboxesdiv {
    border-radius: 10px;
    padding: 1px;
}

.other-skills-box {
    height:100px;
    border-radius:15px;
    cursor: pointer;
    transition: all .2s ease-in-out;
}

.other-skills-box:hover {
    background-color: #ffbd39;
}

.other-skills-box:hover h2  {
        color: black; }

.show-border-white{
    border: 1px solid white;
}

.full-height-card {
    height:100px;
    display:flex;
    justify-content: center;
    align-items: center;
}