﻿.navbar{
    direction:rtl;
}
.nav-colored {
    background: white;
    border-bottom: 1px solid lightgray;
}
    .nav-colored .navbar a, .navbar a:focus {
        color: rgb(0,166,82);
    }

        .nav-colored .navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
            color: rgb(0,166,82);
            font-weight:bold;
        }

.Hreffooter {
    color: rgba(255, 255, 255, 0.6)
}
.Hreffooter:hover {
    color: white!important;
}

.mobile-nav-show {
    color: rgb(0,166,82);
    font-size: 50px;
}

.MenuFooter{
    float:left;
}
@media only screen and (max-width: 1000px) {
    .divMobile{
        margin-bottom:20px;
    }
}
.HrefcopyRight {
    color: rgb(0,166,82);
}
.HrefcopyRight:hover{
    color:white!important;
}

@media (width: 1920px) {
    .navbar a, .navbar a:focus{
        font-size:18px!important;
    }
}
