body{
	padding:0;
	margin:0;
}
.logo-wrapper {
    text-align: center;
    background-color: rgba(169,138,76,1.0);
}
.social-list {
    padding: 0;
    margin: 0;
    z-index: 100;
    text-align: center;
    background-color: rgba(169,138,76,1.0);
}
.social-list li {
    list-style: none;
    display: inline-block;
    padding: 0 2px;
}
.social-list a {
    display: block;
    width: 2.5em;
    line-height: 2.75em;
    background: transparent;
    -o-transition: background 300ms linear;
    transition: background 300ms linear;
    border-radius: 5px;
    color: #fff;
    list-style: none;
    display: inline-block;
    padding: 0 2px;
}