/* Header */
.navbar-expand-sm {
	background-color: black;
}

.h1{
  font-size: 30px;
  font-weight: 100;
}

.nav-item:hover {
	border-bottom: 3px solid green;
  }

  .nave-ite :active {
	border-bottom: 3px solid green;
  }