#grad1 {
    background-color: : #9C27B0;
    background-image: linear-gradient(120deg, #FF4081, #81D4FA)
}

#editProfileWizardForm {
    position: relative;
    margin-top: 20px
}

#editProfileWizardForm fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}

#editProfileWizardForm fieldset:not(:first-of-type) {
    display: none
}

.fs-title {
    font-size: 32px;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: left
    font-family: 'AvertaBold';
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
    margin-left: -30px !important;
    margin-right: -30px !important;
}

#progressbar .active {
    color: #000000
}

#progressbar li {
    list-style-type: none;
    font-size: 12px;
    width: 25%;
    float: left;
    position: relative;
    cursor: pointer;
    z-index: 1;
}

#progressbar #photos:before {
    font-family: FontAwesome;
    content: "\f03e"
}

#progressbar #about:before {
    font-family: FontAwesome;
    content: "\f007"
}

#progressbar #portfolio:before {
    font-family: FontAwesome;
    content: "\f0f2"
}

#progressbar #contact:before {
    font-family: FontAwesome;
    content: "\f0e0"
}

#progressbar #website:before {
    font-family: FontAwesome;
    content: "\f00c"
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 18px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
    z-index: 1;
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1;
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #290064;
}

.fit-image {
    width: 100%;
    object-fit: cover
}

#editProfileWizardForm h3 {
}


.portfolioItemCard img {
    min-height: 10rem; 
    height: 10rem; 
    overflow:hidden;
    object-fit: cover; 
}

.portfolioItemCard .card-body {
    min-height: 10rem;
    max-height: 10rem;
    overflow:hidden;
    padding-top: 1rem !important;
}

.portfolioItemCard .card-text {
    max-height: 2.5rem;
    min-height: 2.5rem;
    overflow: hidden;
}

.portfolioItemCard .card-title {
    max-height: 1.5rem;
    min-height: 1.5rem;
    overflow: hidden;
}

.porfolioItemsRow {
    max-height: 40rem;
    overflow-y: scroll;
}

@media screen and (max-width: 410px) {
  #progressbar li {
    font-size: 0.55rem;
  }
}