assuming you have made a child theme, you will need to make the changes to in the css to
.socials a{
border: 1px solid #000;
color:#000;
}
.socials a:hover{
background: #000;
}
the same for the navigation
.main-navigation {
background: none repeat scroll 0 0 #000;
border-bottom: 3px solid #000;
clear: both;
display: block;
font-family: “Lato”,sans-serif;
font-weight: 300;
position: relative;
}
Use firebug plugin for firefox, will help