.menu_button{
    width: 2.90625vw;
    height: 2.90625vw;
    position: fixed;
    right: 1em;
    top: 0.5em;
    box-sizing: border-box;
    display: flex;
}
.menu-toggle {
    display: none;
}
.menutoggle{
    width: 100%;
    height: 100%;
    border-radius: 100px;
    background-color: #e31d38;
    cursor: pointer;
    margin-bottom: 0px !important;
    position: absolute;
    text-align: center;
    vertical-align: middle;
    /* display: flex; */
}
.menutoggle img{
    align-self: center;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
#menu {
    background-color: #a6a6a6;
    width: 2.7vw;
    overflow: hidden;
    max-height: 0;
    padding: 0;
    margin: 0.5em auto;
    -webkit-transition: all 0.3s ease;
    z-index: 1;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    /* padding-top: 2em; */
    /* box-sizing: border-box; */
    gap: 1em;
}
#menu-toggle:checked + #menu {
    max-height: 100vh;
}
#menu li{
    width: 100%;
    margin: 0px;
    /* margin-top: 2em; */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
}
#menu li a{
    width: 2vw;
    height: 2vw;
    overflow: hidden;
    padding: 0.3em;
    background-color: #e31d38;
    border-radius: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: center;
    box-sizing: border-box;
}
.nav_buttons img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.padd_top{padding-top: 2em;}
.padd_bottom{padding-bottom: 0.5em;}



/*-----------------------------------------------------------------text-edditor-css----------------------------------------------------------------------------------------*/


  