.navbar-brand {
    position: absolute;
    padding: 1px;
}

.facebook-section {
    background: url(../img/face.jpg) no-repeat 0px 0px;
    background-size: cover;
}

.footer-section {
    background: #272727;
}

.face-top {
    padding: 1.1em 0 .5em;
}
.face-top h5 {
    font-size: 1.2em;
    color: #fff;
}
.face-top span {
    margin-left: 30px;
}

.copy-section{
    padding:2em 0;
    text-align:center;

}
.copy-section p {
    font-size: 0.9em;
    color: #fff;
    font-weight: 400;
}
.copy-section  a {
    font-size: 1em;
    color:#fff;
    font-weight: 400;
    text-transform: capitalize;
}
.copy-section a:hover {
    color: #fff;
}
.copy-section a {
    margin: 0 0.3em
}