#header {
    position: relative;
    z-index: 999;
    color: #7a7a7a;
    background: #f6f6f6;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.11);
}
#header .header-nav {
    max-height: 50px;
    border-bottom: #8f8989 2px solid;
}
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    color: #363a42;
    background-color: #f6f6f6;
}
#header .logo {
    max-width: 160%;
    height: auto;
}

.homeslider-container {
  margin: auto;
  margin-bottom: 50px;
  position: relative;
  float: left;
  width: 100%;
}

.hidden{display:none;}

#menu-icon {display:none;}
