.navbar-custom {
    background-color: #38938c;
    color: #FFF;
}
.navbar-custom .navbar-brand{
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
}
.navbar-custom .navbar-brand img{
    height:30px;
}
.navbar-custom a{
    color: #FFF;
}
.navbar-custom a.mini-link{
    color: #FFF;
    margin-left:30px;
}
.blur {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);

    pointer-events: none;
    cursor: default;
}
#navIco {
    padding-top: 0.45rem;
    padding-bottom: 0.45rem;
    box-shadow: 0px 0px 12px rgba(0, 0, 130, 0.33);
    border-radius: 10px;
    margin-top: 10px;

    font-size: 0.85em;

}