
body::-webkit-scrollbar{
  display: none;
}
.logoContainer{
  position: absolute;
  top: 10px;
  
}

.title{
  font-size: 1.8rem;
  color: goldenrod;
  transition: all 0.5s ease;
  text-shadow: 1px 1px 2px black, 0 0 25px goldenrod, 0 0 5px darkblue;
  margin-left: 10px;

  
 
}


.offcanvasbtn{
    background-color: white;
}


.nav-link:hover{
  
    text-decoration:  underline;
 
    text-decoration-color: goldenrod;
   
}


.hide{
  display: none;
}

.adjust-logo{
  height: 50px !important;
  transition: all 0.5s ease;

  
}

.adjust-navbar{
  height: 65px !important;
  transition: all 0.5s ease;

}



.logo{
 
  /* width: 100px; */
  object-fit: contain;
 
  /* height:100px; */
  height: 90px;
  
  transition: all 0.5s ease;
 




}





/* 
.navbar {

  background-color: #183028 ;
 
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  position: fixed;
  top: 0;
  z-index: 20;
  transition: all 0.5s ease;
 
 
  
} */

/* .nav-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  max-width: 1500px;
 
} */
/* 
.nav-logo {

  color: goldenrod;
  align-items: center;
  margin-left: 20px;
  text-decoration: none;
  font-size: 2rem;
  flex-grow: 1;
  cursor: pointer;
} */

/* .nav-menu {
  display: flex;
  list-style: none;
  text-align: center;
  margin-right: 2rem;
  
} */

/* .nav-links {
  color: #fff;
  text-decoration: none;
  padding: 0.5rem 1rem;
  height: 100%;
  border-bottom: 3px solid transparent;
} */


/* .nav-item {
  line-height: 40px;
  margin-right: 1rem;
} */

.nav-item:after {
  content: "";
  display: block;
  height: 3px;
  width: 0;
  background: transparent;
  transition: width 0.3s ease, background-color 0.5s ease;
}

/* .nav-item:hover:after {
  width: 100%;
  
  background: goldenrod;
} */
/* 
.nav-item .active {
 
  color: goldenrod;

  border: 1px solid goldenrod;
} */

/* .nav-icon {
  display: none;
} */

@media screen and (max-width: 960px) {

 
/*   
  .nav-menu {
    display: flex;
    flex-direction: column;
    width: 100%;
    border-top: 1px solid #fff;
    position: absolute;
    top: 80px;
    height: 120rem;
 
    left: -110%;
    opacity: 1;
    transition: all 0.5s ease;
   
  } */

  .nav-menu.active {
    /* background: #1f5156; */
    background-color: #183028;
    left: 0px;
    opacity: 1;
    transition: all 0.5s ease;
    z-index: 1;
  }

  .nav-item .active {
    /* color: #ffdd40; */
    color: goldenrod;
    border: none;
  }

  .nav-links {
    padding: 1.5rem;
    width: 100%;
    display: table;
  }

  .nav-icon {
    display: block;
    position: absolute;
    top:0;
    right: 0;
    transform: translate(-100%, 60%);
    font-size: 1.8rem;
    cursor: pointer;
    /* color: #ffdd40; */
    color: goldenrod;
    margin-top: 10px;
    
  }

  .title{
    /* font-size: 1.0rem !important; */
    font-size: 1.0rem !important;
   
   
   
  }


  .adjust-nav-icon{
    position: absolute;
    top:0;
    right: 0;
    transform: translate(-100%, 60%);
    font-size: 1.8rem;
    cursor: pointer;
    /* color: #ffdd40; */
    color: goldenrod;
    margin-top: -10px;
    transition: all 0.5 ease;

  }



  /* .nav-logo .title{
   
    margin-top: 10px;
    

  } */

  /* .logo{
    position: absolute;
    margin-top: 10px;
  } */
}



   