 /*css:*/
      li {
         list-style: none;
         font-family: "Roboto";
         font-weight: 400;
       }

       h1 {
         right: 0px;
         position: absolute;
         font-family: Roboto;
         color: #f69f00;
         top: 2.4rem;
         font-size: 2.2rem;
       }

    
       #logo {
        /* position: absolute; */
        height: 300px;
        /* display: none; */
       }

       #nav-main ul,
       #nav_onepager ul,
       .article-nav {
         display: flex;
         flex-direction: column;
         justify-content: space-evenly;
         gap: 1.6rem;
       }

       #content_1 {
         width: 80vw;
         position: fixed;
         margin-top: 3rem;
         margin-bottom: 5rem;
       }

       #aside {
         position: fixed;
         right: 10px;
         top: 10px;
         z-index: 40;
         height: 100vh;
         /* height: 80px; */
         width: 15vw;
         /* width: 100%; */
         background-color: #f2f2ed;
         /* padding-left: 19rem; */
         /* display: none !important; */
       }

       #aside .inside {
        height: 100vh;
         display: flex;
         flex-direction: row; 
         justify-content: space-between;
         gap: 10rem;
       }


       #nav-main ul {
         margin: 0 0 1.6rem 0;
         padding-left: 1rem;
       }

       #nav-main ul li {
         padding-bottom: 1.6rem;
         color: #445566;
       }

       #nav-main li a {
         color: #445566;
         text-decoration: none;
         font-size: 1.2rem;
       }


       .footer_icon {
                 padding-bottom: 2vh;

        
      }

       .footer_icon img {
          width: 10rem;
       }
       