/* Enter Your Custom CSS Here */
#nav_menu-3 {
    font-family: 'Inconsolata',monospace;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.6em;
}

.menu-link {
	color: black;
}

.menu-link:hover {
	color: #191970;
}

.menu-link:active {
  background-color: #191970;
}

#secondary {
    width: 15% !important;
}