/* The side navigation menu */
#mySidenav {
    background: radial-gradient(139.88% 144.74% at -39.19% 151.09%, #53565C 0%, #686765 15.14%, #988E7A 53.75%, #B5A687 83.27%, #C0AF8C 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;

    height: 100%; /* 100% Full-height */
    /* width: 0%; 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 200; /* Stay on top */
    margin-right: -150vw;
    top: 0; /* Stay at the top */
    right: 0;
    /* background-color:#ffffff; Black */
    overflow-x: hidden; /* Disable horizontal scroll */
    /* padding-top: 60px; Place content 60px from the top */
    transition: margin-right .3s linear; /* 0.5 second transition effect to slide in the sidenav */
  }

  /* The navigation menu links */
  .sidenav a {
    /*text-decoration: none;*/
    display: block;
    /* transition: .1s; */
  }
.sidebar-header{
    /* margin-top: 25px; */
    height: 90px;
}
  /* When you mouse over the navigation links, change their color */
  /* .sidenav a:hover {
    color: #f1f1f1;
  } */


  /* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
  @media screen and (max-height: 450px) {
    /* .sidenav {padding-top: 15px;} */
    .sidenav a {font-size: 18px;}
  }



