.bg-image {
    position: absolute;
    width: 100%;
    background-image: url("/assets/img/bg.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: 50%;
    height: 100%;;
    opacity: 0.1;
}

h3.page-title {
    color: rgba(22, 107, 127, 0.8);
}

.navbar-asais {
    background-color: #fff;
}

.navbar-asais .asais-collapse li a {
    color: rgba(22, 107, 127, 0.5);
    font-size: 20px;
    padding-bottom: 1px;
}
.navbar-asais .asais-collapse li a:hover {
    font-size: 20px;
    color: rgba(22, 107, 157, 0.7);
    border-bottom: 1px solid rgba(22,107,157,0.7);
}


.asais-toggler .navbar-toggler-icon {
      background-image: url("data:image/svg+xml;charset=utf8, %3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath stroke='rgba(22,107,127, 0.8)' stroke-width='4' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E" );
}

.asais-toggler.navbar-toggler {
      border-color: rgb(22,107,127);
} 
