/*Menu*/
/* .menu_bar {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 60px;
    z-index: 100;
    
    background-color: rgba(255, 255, 255, 0.64);
     backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    
    transition: 0.4s;

    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #008bf0;
    border-bottom-color: #1F2240;
}

.menu_logo {
    position: fixed;
    top: 10px;
    left: 10px;
    height: 40px;
}

.menu_contact {
    position: fixed;
    top: 10px;
    right: 10px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    font-weight: 800;
    color: white;
    text-decoration: none;
    color: #1F2240;
} */

.menu_item {
    position: fixed;
    top: 22px;
    right: 8px;
    width: 30px;
}


.menu_div {
    position: fixed;
    width: 180px;
    height: 300px;
    height: 230px;
    height: 250px;
    height: 285px;
    height: auto;
    padding-bottom: 15px;
    /* height: 320px; */
    top: 10px;
    right: 10px;
    
    background-color: white;
    
    border-radius: 10px;
    
    box-shadow: 0 0px 10px 1px rgba(64, 64, 64, 0.37);
    -webkit-box-shadow: 0 0px 10px 1px rgba(64, 64, 64, 0.37);
    -moz-box-shadow: 0 0px 10px 1px rgba(64, 64, 64, 0.37);
    
    
    background-color: rgba(255, 255, 255, 0.64);
    background-color: rgba(255, 255, 255, 0.84);
    
    
     backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    
    
    transition: 0.4s;

    /* text-align: right; */
    
    
    z-index: 140;
}

.menu_div h4{
    color: black;
    font-weight: 700;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-bottom: 15px;
    
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #555555;
    
    width: 90%;
    text-align: center;
    /* text-align: center; */
}

.menu_seperator {
    margin: auto;
    margin-top: 0px;
    margin-bottom: 10px;
    padding-bottom: 15px;
    
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #555555;
    
    width: 90%;
    text-align: center;
}

.menu_div a{
    text-decoration: none;
}
.menu_div a p{
    color: black;
    font-size: 18px;
    font-weight: 600;
    
    margin-top: 4px;
    margin-bottom: 0px;
    padding: 5px;
    
    clear: both;
/*    background-color: red;*/
}

.menu_div a p:hover{
    color: rgb(33, 120, 201);
    font-size: 18px;
    font-weight: 600;
    
    margin-top: 4px;
    margin-bottom: 0px;
    padding: 5px;
    
    clear: both;
/*    background-color: red;*/
}