.font-reg {
    font-weight: 400;
    font-size: 1.75rem;
}

.font-bld {
    font-weight: 900;
    font-size: 1.75rem;
}

.font-lgt-sml {
    font-weight: 100;
    font-size: small;
    letter-spacing: 8px;
}

.logo-mt {
    top: -18px;
    position: relative;
}

.border-50 {
    border-radius: 0.50rem;
}

.x-small {
    font-size: 60%;
}

.typed {
    font-size: 1.75rem;
}

.projects-section {
    background-image: url("../assets/img/bg-projects.png");
    background-position: top;
    background-repeat: repeat-x;
}

.bg-darker {
    background-color: #252525;
}

.lists-no-space {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.bg-black-50 {
    background-color: rgba(0, 0, 0, 0.5) !important;
}