.menu-content {
    display: none;
    position:fixed;
    top:50px;
    bottom:0;
    left:0;
    
    width: 210px;
    height: 250px;
    height: 240px;
    
    
    width: 240px;
    height: 290px;
    height: 330px;
    height: 370px;
    height: 410px;
    
/*    background-color: #3A3A3A;*/
    background-color: rgb(255, 255, 255);
    
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    
    box-shadow: 0px 8px 16px 0px rgba(98, 98, 98, 0.3);
    border-bottom-right-radius: 10px;

    padding-top: 20px;
    
/*    border-bottom-left-radius: 10px;*/
/*
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
    
    top: 50px;
    width: 100%;
    min-width: 100%;
    height: calc(100vh - 50px);
    height: calc(100% - 50px);
*/
    z-index: 10;
}

/* Links inside the dropdown */
.menu-content a {
    text-align: left;
    color: #000000;
    color: #3077E1;
    font-size: 20px;
    font-weight: 700;
    /* padding: 12px 16px; */
    padding: 8px 5px 8px 15px;
    text-decoration: none;
    display: block;
    transition: 0.5s;
}

/* Change color of dropdown links on hover */
.menu-content a:hover {
/*    background-color: #ddd;*/
    font-size: 21px;
    font-weight: 900;
    transition: 0.5s;
}

.menu_contact {
    position: absolute;
    bottom: 10px;
    width: 100%;
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}