
  .main_navbar{
    display: flex;
    position: sticky;
    align-self: flex-end;
    width:100%;
    height: auto;
    z-index: 1100;
    flex-direction: row;
    top:0px;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }

  .secondaryNavbar{
    display: flex;
    position: sticky;
    width:100%;
    flex-direction: row;

    top: 13vh;   
     z-index: 1100;

    align-items: center;
    z-index: 1;
  }
  .bottom_bar{

    display:none;
    
  }







.main_navbar .navbar,.secondaryNavbar .navbar
{
  display:flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: end;
  align-items: center;
  width:auto;
}

.main_navbar .navbar .clickablelinknav , .secondaryNavbar .navbar .clickablelinknav 
{
  padding:0px 10px;
  margin:20px 10px;
}



/* Navbar footer */
.navbg{
  position: absolute;
  z-index: -10;
  opacity: 0.6;
  border-radius: 0px 0px 10px 10px;
}
.navbg ,.navElement
{
  width:100%;
  height:38px;

}
.navElement{
  display: flex;
  flex-direction: row;
  z-index: 500;
  justify-content: space-between;
  justify-items: center;
  align-content: center;
  align-items: center;
}
.navFoot{
  z-index: 500;

  position: sticky;
  top:5rem;
  width:100%;
}
 .navFoot ul li:hover{
  cursor: pointer;
}

.navElement ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  justify-items: center;
  align-content: center;
  align-items: center;
}
.navElement ul li{
  padding:5px 5px;
  margin-left: 10px;
  border-radius: 10px;
  align-self: center;

}

.navElement ul li::after{
  content: " >";
}
/* Hover */

.main_navbar .navbar li:hover
{
  cursor: pointer;

}
/* Secondary nav bar */


.secondary_navbar .navbar{
  display:flex;
  flex-wrap: wrap;
  max-width:60rem;
  align-items:center;
  justify-self: center;
  margin-right: 100px;
  gap:15vw;

}


/* Account Section */
.S_account{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  justify-items: center;
  align-content: center;
  align-items: center;
  cursor:pointer;
  gap:1rem;
}
.account_img{
  align-self: center;
  justify-self: center;

  width:50px;
  height:50px;
  border-radius: 10px;
}



.nav-menu {
  list-style: none;
  display: flex;
  justify-content: space-around;
  flex-grow: 1;
  justify-content: start;
}

.nav-menu li {
  position: relative;
}

.nav-menu a {
  color: white;
  text-decoration: none;
  padding: 10px 15px;
  display: block;
  transition: background-color 0.3s ease;
  border-radius: 1rem 0rem 0rem 1rem;
}





