﻿@import url(../../css/fonts.css);

#mondialheader_menu {
    direction: rtl;
    position: absolute;
    bottom: 0;
    right: 0px;
    left: 0;
    display: flex;
    justify-content: space-around;
    padding-bottom: 8px;
}

    #mondialheader_menu a, #mondialheader_menu a:visited {
        direction: rtl;
        color: #ffffff;
        text-decoration: none;
        font-family: 'Open Sans Hebrew', sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 18px;
    }

        #mondialheader_menu a:hover span,.bold {
            border-bottom: solid 2px #f8e29d;
        }

.bold {
    color: #f8e29d;
}
