a:link {
    color: #CFD0D1;
    text-decoration: none;
}
a:visited {
    color: #CFD0D1;
    text-decoration: none;
}
.goldenline-button > a:hover {
    color: #3893c4;
    text-decoration: none;
}
.github-button > a:hover {
    color: #3893c4;
    text-decoration: none;
}
.linkedin-button > a:hover {
    color: #3893c4;
    text-decoration: none;
}
.email-button > a:hover {
    color: #3893c4;
    text-decoration: none;
}
.googleplus-button > a:hover {
    color: #3893c4;
    text-decoration: none;
}
.portfolio-button > a:hover {
    color: #3893c4;
    text-decoration: none;
}
.facebook-button > a:hover {
    color: #3893c4;
    text-decoration: none;
}
a:active {
    color: #CFD0D1;
    text-decoration: none;
}

.fa-inverse {
    color: #11171C !important;
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -175px;
}

.full {
    width: 100%;
    height: 100%;
}

.sized {
    width: 350px;
}