﻿.about-project-text {
    text-decoration: inherit;
    color: inherit;
    font-weight: 700;
}

.icon-group a {
    border: 1px solid white;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    text-align: center;
}

    .icon-group a svg {
        vertical-align: -webkit-baseline-middle;
    }

#contact {
    background-color: #34373a;
    color: #9a9a9a;
    height: 100%
}

    #contact i, a {
        color: #9a9a9a;
        text-decoration: none;
    }

    #contact span, strong {
        width: auto;
        overflow: visible;
        white-space: nowrap;
    }