/*Menu*/
.menu_bar {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 60px;
/*    background-color: #1F2240;*/
    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: 12px;
    right: 8px;
    width: 30px;
}


.menu_div {
    position: fixed;
    width: 180px;
    height: auto;
    top: 10px;
    right: 10px;

    padding-bottom: 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; */
}
.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;*/
}


.separator {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #555555;
    border-radius: 1px;
    margin: auto;
    width: 90%;
}
.separator_v {
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #e5e5e5;
    border-right-color: #555555;
    border-radius: 1px;
    margin: auto;
}

.menu_contact {
    position: relative;
    width: 50%;
    height: 50px;
/*    background-color: red;*/
    text-align: center;
    margin-top: 4px;
    padding-bottom: 10px;
    right: 0;
}

.menu_contact_text {
    color: black;
    font-weight: 600;
    font-size: 16px;
    margin: auto;
    line-height: normal;
    margin-top: -10px;
    /* position: relative;
    width: 50%;
    height: 100px; */
}

.menu_contact img {
    width: 26px;
    margin: auto;
    padding: 0px;
    margin-bottom: 0px;
/*
    width: 50%;
    background-color: red;
    text-align: center;
*/
}

.swim_sessions_menu_div {
    display: none;
    position: fixed;
    width: 180px;
    height: auto;
    top: 10px;
    right: 10px;

    padding-bottom: 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;
    }


.sub_menu_option:hover > .swim_sessions_menu_div{ display: block; }