#nav{
  border-bottom: 1px #0000001f solid;
  background-color: rgb(20, 20, 20);
  position: fixed;
  z-index: 1034;
  top: 0;
  padding: 0;
  width: 100%;
  margin-bottom: 400px;
}


#navbar-brand img{
  height: 60px;
}

.nav-link{
  font-size: 15px !important;
  font-weight: 700 !important;
  margin: 0px 10px;
  color: rgba(245, 245, 220, 0.938) !important;
}

.nav-link:hover{
  color: rgb(138, 6, 6) !important;
}

a.nav-link.active{
  color: rgb(138, 6, 6) !important;
}

#nav-icon{
  border-radius: 10px;
}