header {
  background: black;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  max-width: 1160px;
}

header h1 {
  margin-top: 0px;
  color: white;
}

.header-body {
  position:relative
}

.header-body {
  padding-left:130px;
  overflow: hidden;
}

@media screen and (max-width: 600px) {
  .header-body {
    padding-left:0px
  }  
}

.header-logo {
  width: 100%;
  height: 0px;
}

.header-logo a {
  display:block;
  overflow:hidden;
  text-indent:100%;
  white-space:nowrap
}

@media screen and (min-width: 600px) {
  .header-logo {
    position:absolute;
    left: 10px;
    z-index: 110;
    width: 110px;
    height: 106px
  }
  .header-logo a {
    background-image: url("../images/logo-110x106.png");
    width:100%;
    height:100%;
  }  
}

.topnav {
  overflow: hidden;
  background-color: #333;
  float: left;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #04AA6D;
  color: white;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

.header-socialmedia {
  float: right
}

.social-links {
  overflow: hidden;
  background-color: #333;
  float: left;
}

.social-links a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 0px 4px;
  text-decoration: none;
  font-size: 17px; 
}