/*img{
width:200px;
height:200px;
}*/
.navbar-wrapper {
z-index: 999;
padding: 0;
-webkit-border-radius: 3px 3px 0 0;
-moz-border-radius: 3px 3px 0 0;
border-radius: 3px 3px 0 0;
background-color: #1d1d1d;
-webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, .2);
-moz-box-shadow: inset 0 1px 1px rgba(255, 255, 255, .2);
box-shadow: inset 0 1px 1px rgba(255, 255, 255, .2);
border: 1px solid #000;
background-image: -webkit-linear-gradient(ellipse farthest-corner at center 0px, #31a2a6 -150%, #333240 45%, #333240 85%);
background-image: -moz-linear-gradient(ellipse farthest-corner at center 0px, #31a2a6 -150%, #333240 45%, #333240 85%);
background-image: -o-linear-gradient(ellipse farthest-corner at center 0px, #31a2a6 -150%, #333240 45%, #333240 85%);
background-image: radial-gradient(ellipse farthest-corner at center 0px, #31a2a6 -150%, #333240 45%, #333240 85%);
position: relative;
}
.social-top {
float: left;
left: 8.333%;
padding: 0;
border-radius: 0;
top: 30px;
position: absolute;
}
.social-top a:before {
border: none;
border-radius: 0;
content: '';
z-index: 0;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 1;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2);
}
.social-top a {
padding: 8px 10px 5px;
display: block;
font-size: 17px;
position: relative;
float: left;
margin-right: 5px;
border: 1px solid #000;
background-image: radial-gradient(ellipse farthest-corner at center 0px, #31a2a6 -150%, #333240 45%, #333240 85%);
color: #ff8800;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2);
}
@media (max-width: 768px) {
.social-top {
display: none;
}
}
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<!--HEADER-->
<header>
<div class="navbar-wrapper">
<div class="social-top">
<a rel="nofollow" target="_blank" href="#">
<i class="fa fa-facebook" style="padding-right: 5px;"></i>
</a>
<a rel="nofollow" target="_blank" href="#">
<i class="fa fa-twitter"></i>
</a>
<a rel="nofollow" target="_blank" href="#">
<i class="fa fa-youtube"></i>
</a>
</div>
<div style="justify-content:center;display:flex;width:100%;">
<img class="img-responsive" src="https://image.prntscr.com/image/MFOIvVb5TRO8-AgQGFTJAw.png" style="padding: 15px;" alt="Hiraeth logo">
</div>
<div style="position:absolute;top:0;right:0;">
<img class="img-responsive" src="https://image.prntscr.com/image/3knsxcoiQ2_pFpe_PcG-sQ.png" alt="Hiraeth logo">
</div>
</div>
</header>
<!--END HEADER-->