@import url('https//fonts.googleapis.com/css?family=Raleway:400,500,600,700&display=swap&subset=latin-ext');

#Menu_mobile {
    width: 200px;
}


.Mobnav {
    list-style: none;
    margin-top: 1px;
    margin-bottom: 0px;
}

#Mobnav {
    width: 200px;
}

/********** PROJECTS VERSION *****************************/

.Mobnav li a {
    text-decoration: none;
    display: flex;
    color: #fefefe;
    font-size: 0.85rem;
    letter-spacing: 1px;
    align-items: center;
    height: 36px;
    padding-left: 25px;
    background-color: rgba(0, 0, 0, 0.2);
}

.Mobnav li a:hover {
    color: rgba(255, 255, 255, 0.95);
    font-weight: 100;
    background-color: #444242;
}

.Mobnav>li {
    float: none;
    border-bottom: thin solid rgb(181 184 166);
}

.Mobnav li ul {
    position: absolute;
    display: none
}

.Mobnav li ul li {
    position: relative;
    border-top: 1px solid #fff
}

.Mobnav li:hover>ul {
    display: block;
    background-color: rgba(197, 160, 76, .85);
    text-shadow: 1px 1px 2px #222222;
}