
/*---------------------------------------------------------------------
  File Name: Header.css
---------------------------------------------------------------------*/


body{
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.navbar{
  background-color: rgb(255,255,255);
}
.navbar-nav{
  margin-left: 50%;
  margin-right: 50%;
  position: relative;
  right: 75px;
}
.nav-item{
  border: none;
  margin-right: 5px;
}
.nav-link{
  color: rgb(0,0,0);
  font-size: 20px;
}
#nav-item_Active{
  border-bottom: 2px solid rgb(255, 60, 0);
  background-color: rgb(255, 60, 0);
}
#nav-link_Active{
  color: rgb(255,255,255);
  font-weight: bolder;
}

/* Adaptive Styling
--------------------
*/

.nav-item:hover{ background-color: rgb(255, 227, 227);}
.nav-item:active{ color: rgb(255,255,255); }

#togglerIcon{
  color: rgb(255, 60, 0);
}
