body {
    padding-bottom: 0;
}

.navbar-brand {
    font-weight: bold;

    .xb {
        color: #cc0000;
    }
}

.content {
    background-image: url('../img/RedxCarbon.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 20px 0;
}

.list-group {
    opacity: .97;
}

.social-icon {
    width: 32px;
    height: 24px;
}
    
footer {
    text-align: right;
    font-size: small;

    p {
        margin-bottom: 0;
    }
}