#banner {
    background-size: auto;
    background-attachment: fixed;
    background-position: center top;
    position: static;
    margin: 0;
    background-color: transparent;
}

#banner .container {
    height: auto;
    width: auto;
}

body {
    font-family: "Helvetica Neue","Open Sans",Helvetica,Arial,sans-serif;
    font-size: 17px;
    line-height: 1.628571;
    color: black;
}

.social a {
	border-bottom: none;
}

.social .list-group-item {
	background-color: inherit;
}

.social i {
	margin-right: 3px;
}