a:visited {
  text-decoration: none;
  font-weight: bold;
  color:black;


}

a:link {
  
  
  color:black;
  font-weight: bold;
}

a:hover {
  text-decoration: underline;
  color:black;
  font-weight: bold;
}

a:active {
  text-decoration: underline;
  font-weight: bold;
  color:black;
}

.navbar-logo {
  height: 50px;
}
.navbar{
  position: sticky;
  top: 0px;
  z-index: 10;
  width: 100vw;
  /* min-height: 80px; */
  background: #FFFFFF;
  font-family: Lato-bold,sans-serif;
  font-size: 1em;
  padding: 0rem 1.1875em;
  border-bottom: 2px solid #eee;
}
.navbar-under{
  padding:1em;
}
.navbar-collapse{
  height: 100vh;
}
.navbar-nav {
  margin-top: 1em;
}
.nav-item{
  padding:20px;
  border-top:2px solid #eee;
  outline: none;
}
.nav-tem:focus{
  outline:none;
}
.nav-button{
  display: block;
  margin:auto 0;
  position: relative;
  float: right;
  padding:5px 10px 9px 10px;
  margin-right: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.nav-button .icon-bar {
  display: block;
  background: #ccc;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  margin-top:4px;
}
@media screen and (min-width: 940px) {
  .nav-button{
      display: none;
      margin:auto 0;
  }
  .navbar{
      position: relative;
      width: 100vw;
      padding: 0rem 3.1875em;
  }
  .laptop-hide{
      display: none;
  }
  .navbar-collapse{
      height: auto;
  }
  .nav-item{
      padding: 0;
      padding-left:20px;
      border: none;
  }
  .navbar-nav {
      margin-top: 0;
  }
  
}
