.card-custom {
    overflow: hidden;
    min-height: 450px;
    box-shadow: 0 0 15px rgba(10,10,10,0.3)
}

.card-custom-img {
    height: 200px;
    min-height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-color: inherit
}

.card-custom-img::after {
    position: absolute;
    content: '';
    top: 161px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-top-width: 40px;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 545px;
    border-left-width: calc(575px - 5vw);
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: inherit;
}

.card-custom-avatar img {
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(10,10,10,0.3);
    position: absolute;
    top: 100px;
    left: 1.25rem;
    width: 100px;
    height: 100px
}

.card-body {
    padding-bottom: 0px
}

.card-footer {
    padding-top: 0px
}

.dev-icons {
    padding-left: 0;
    list-style: none;
    font-size: 2rem;
    margin-bottom: 0px;
    margin-top: 0px;
    text-align: center
}

.software-skill-inline-dark {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px
}

.software-skill-inline-dark>p {
    font-size: 10px
}


.btn.btn-danger.btn-3d {
    box-shadow: inset 0 -2px 0 #6d2018;
}
.btn.btn-large-archive {
    font-size: 20px;
    padding: 17px 24px;
}
.btn.btn-danger-archive {
    background-color: #c0392b;
}
.btn.btn-round {
  -webkit-border-radius: 40px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 40px;
  -moz-background-clip: padding;
  border-radius: 40px;
  background-clip: padding-box;
}