/** TOP NAV **/
.top-nar {
  position: relative;  
  background-color: #585757;
  color: white;
  width: 100%;
}
.top-nar ol, .top-nar ul {
  padding-left: 1rem;
}
.top-nar .title {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: auto;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}
.top-nar .h1 {
  font-size: 2.4vw;
  text-align: center;
  padding: 9px 5px;
  font-weight: normal;
  margin: 0;
  width: fit-content;
}
#header_nav {
  width: fit-content;
  margin: 0;
  column-gap: 5px;
  display: flex;
  justify-content: center;
  padding: 0;
  top: unset;
  right: unset;
}
#header_nav li {
  margin: 0;
  list-style-type: none;
  display: flex;
  font-size: 2.2vw;
  line-height: 1.2;  
  background-image: none;
  padding: 0;
}
#header_nav li a {
  font-size: 2.2vw;
  line-height: 1.2;
  color: white;
  margin: 0;
  text-decoration: none;
}
/** NAVBAR **/
.navbar {
  margin: auto;
  background-color: #f2f3f4 !important;
  padding-bottom: 15px;
  width: 100%;
  overflow: hidden;
}
.navbar>.container-fluid {
  flex-direction: column;
  position: relative;
  align-items: flex-start;
}
a.navbar-brand {
  text-align: center;
  width: 100%;
  z-index: 10;
}
a.navbar-brand img {
  width: 160px;
}
.navbar-toggler {
  position: absolute;
  top: 10px;
}
.navbar-toggler {
  margin-top: 5px;
  z-index: 50;
}
div#navbarNav {
  width: 100%;
}

li.nav-item a {
  display: flex;
  flex-direction: column;
  align-items: center;
}

ul.navbar-nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

a.nav-link span:nth-child(2) {
  font-size: 0.74rem;
}

ul.social_media {
  padding: 0;
  display: flex;
  justify-content: center;
  column-gap: 8px;
  margin-top: 8px;
}
ul.social_media li {
  list-style: none;
  width: 20px;
}
.sticky-top.sticky .logout a {
  margin: 2px 0;
}
#navbarNav svg {
  color: rgba(0, 0, 0, 0.65);
}

#footer {
  background-color: #595757;
  padding: 1rem 0;
  text-align: center;
  letter-spacing: 1px;
  width: 100%;
}
address {
  padding: 0;
  color: #fff;
  font-size: 10px;
  margin: 0;
  font-style: normal;
  line-height: inherit;
}

@media screen and (min-width: 530px) {
  .top-nar .h1, #header_nav li, #header_nav li a {
      font-size: 12px;
  }
}

@media screen and (min-width: 992px) {
  .navbar {
    max-width: 1260px;
    padding-bottom: 22px;
  }
    a.navbar-brand {
    position: relative;
  }  
  .navbar-nav .nav-item {
    width: calc(100% / 5);
    border-right: 1px solid;
  }
  .navbar-nav .nav-item:first-child {
    border-left: 1px solid;
  }
  ul.social_media {
    display: none;
  }
  a.nav-link span:nth-child(1) {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px;
  }
  a.nav-link span:nth-child(2) {
    font-size: 11px;
    line-height: 17px;
  }
}
@media screen and (min-width: 1200px) { 

}
@media screen and (min-width: 1600px) { 
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 6px 8px 6px 8px;
  }
}