#top-nav {
  width: auto;
  height: 100px;
  padding: .75%;
  background-color: rgba(9, 48, 61, 1);
  text-align:right;
}

#top-nav #title_name{
 font-size: 140%; 
 float: left;
}

#top-nav a {
color:white; 
margin-left: 15px; 
margin-right: 15px; 
font-size: 90%;
}

#top-nav a:hover {
font-weight: bold;
color: #55A4C0;
}

#top-nav a.active {
font-weight: bold;
color: #55A4C0;
}
