/*Experience*/
.nav-link{
    color: #00bcd4 !important;
    font-size: 1.2rem !important;
  }
  
  .nav-link:hover, .back a:hover{
    color: #9c27b0 !important;
  }

.exp-header{
    text-align: center;
    padding: 30px 0;
    font-size: 2.2rem;
    font-weight: 900;
    text-decoration-line: underline;
    text-decoration-color: #ffffff;
}

.exp-company{
    font-weight: 700;
    font-size: 1.2rem;
}

.exp-role{
    font-style: italic;
    font-weight: 100;
    font-size: 1.5rem;
}

.exp-location, .exp-dates{
    text-transform: uppercase;
    font-size: 0.8rem !important;
}

.row{
    padding-bottom: 20px;
}