
.navbar-webgis {

    box-shadow:0 1px 1px #3990FF;
    /*height: 20px;*/

    background: #0099CC; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#0079AF, #0099CC); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#0079AF, #0099CC); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#0079AF, #0099CC); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#0079AF, #0099CC); /* Standard syntax (must be last) */

}

/*---- footer-----*/
.footer-separator{    
    background-image: url("../assets/images/separator.jpg");
    background-repeat: no-repeat;
    height:4px;
    margin:10px 0px 0px;
    background-size:100% 100%;
    -o-background-size: 100% 100%;
}

.navbar-webgis .navbar-nav .nav-link{
    color: white;
    opacity: 1;
}

a{
    font-weight: 600;
    color: #000000;
    text-decoration: none;
    background-color: transparent;
}
a:hover{
    color: #000000;
    opacity: 0.5;
    text-decoration: none;
}

.raise:hover,
.raise:focus {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    transform: translateY(-0.15em);
}

.raise-sm:hover,
.raise-sm:focus {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    transform: translateY(-0.15em);
}

.raise-lg:hover,
.raise-lg:focus {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
    transform: translateY(-0.15em);
}

/*footer .nav-link:not(.active):not(.disabled):not(:hover), section .nav-link:not(.active):not(.disabled):not(:hover) {
    opacity: .5;
}*/
