#menu{
    background: rgb(255, 255, 255); 
   z-index: 10;
  position:sticky;
  height: 100px;
   top: 0px;
   box-shadow: 0 8px 10px -8px rgba(128, 128, 128, 0.675);
   display: flex;
   transition: height 0.5s;
}
        .name{
            
              font-size: 18px;
              color: dark;
              position: absolute;
              top: 25px;
              left: 9%;
          }.nav{
            position: relative;
            margin-left: auto;
            margin-right: auto;
            width: 80%;
            display: flex;
            flex-direction: row;
            justify-content: flex-end;
            height: 30px;
        }.menubox{
            
            margin: 5px;
            padding: 19px;
            width: auto;
            text-align: center;
            display: flex;
            ju
            height: 40px;
            
        }#menubox{
            height: auto;
            position: absolute;
            bottom: -90px;
            

        }.menubox div{
            margin-right: 10px;
            width: 70px;
            height: 40px;
        }.menubtn{
            display: none;
        }
        /*menu options submenu */
        ul {
            list-style-type: none;
            padding: 0;
            background: WHITE;
            
          }.parent{
              position: relative;
              list-style-type: none;
              font-size: 19px;
                      text-align: center;
                      color: grey;
                      cursor: pointer;
          
          }
          
          li {
            margin-bottom: 5px;
          }
          
          .submenu {
            overflow: hidden;
            height: 0px;  
            width: 155px;
            position: absolute;
            text-align: left;
            padding-left: 7px;
            top: 1px;
            transition: height 0.2s;
          }.submenu li {
              margin-top: 17px;
              font-size: 18px;
              color: rgb(170, 49, 49);
          }.submenu li:hover{
             color: rgb(166, 43, 43);
             
          }
          
          .parent:hover .submenu {
            display: block;
            height: 140px;
          
          }
    
        @media only screen and (max-width: 900px) {
            
            .menu{
                height: 60px;
                overflow: hidden;
            }.submenu{
                top: -35px;
                right: -140px;
            }
            .name{
            
              font-size: 18px;
              color: dark;
              position: absolute;
              top: 15px;
              left: 30px;
          }
  .nav{

    flex-direction: column;
      justify-content: center;
      align-items: center; 
      height: 30px;
      }
            .menubox{
                position: absolute;
                top: 100px;
                flex-direction: column;
                align-items: center;
                padding: 10px;
            }
            .menubox div {
                margin-bottom: 15px;
                background: red;
            }#la{ 
            }
            #lb{  
            }
            #lc{  
            }
            .menubtn{
                display: block;
                width: 40px;
                height: 40px;
                background: white;
                position: absolute;
                top: 30px;
                right: 10px;
                margin-top: 9px;
                
            }.menubtn hr{
                width: 60%;
                border: 0.5px solid black;
                background: black;
                color: black;
            }
          
}
