* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.menu-popup{
    padding-left: 2%;
    padding-top: 10%;
    padding-right: 0;
    width: 100%;
    height: 100%;
    width: 18.5%;
    float: left;
    padding-right: 5vh;
    background-color:rgb(71, 63, 63);
    transition: all .5s ease-in-out;
    position: fixed;
    z-index: 1;
    display: none;
}

.toggle-icon{
    position: fixed;
    z-index: 2;
    top: 2.6%;
    left: 2%;
    font-size: 45px;
    padding: 2px 5px 2px 5px;
    color: rgb(212, 195, 195)
}


.menu-item{
    display: block;
    width: 100%;
}

.menu-item img{
    /* display: inline; */
    position: relative;
    top: 15%;
}

.menu-heading{
    /* color: gray; */
    color: rgb(83, 198, 198);
    font-size: 120%;
    margin-left: 0;
    padding-left: 2.8%;
}

.topnav {
    overflow: hidden;
    background-color: #333;
    position: absolute;
}

.menu-list{
    font-size: 100%;
    font-family: Georgia, 'Times New Roman', Times, serif;
    color:white;
    line-height: 2;
    margin-right: 12%;
    margin-top: 6%;
    z-index: 2;
    list-style-type: none;
    margin-left: 3%;
    padding-left: 0;
    width: 100%;
}

.menu-list li{
    margin-left: 0;
    padding-left: 0;
    width: 100%;
}

.menu-list li:hover{
    background-color: rgb(61, 93, 112);
}

.menu-list li a{
    padding-left: 0;
    margin-left: 0;
    padding: 2px 20px 2px 2px;
    text-decoration: none;
    color: white;
    position: relative;
    width: 100%;
}

.menu-list li a, .menu-heading{
    font-size: 150%;
}

.menu-hr{
    width: 90%;
    margin-bottom: 3%;
    margin-left: 2.5%;
    height: 2px
}

.menu-icon{
    opacity: 0.8; 
    width: 22px; 
    height: auto;
    position: relative;
    bottom: -2.3px;
    margin-right: 5px;
}
