/* -- QUICKLINKS -- */
.ql-wrap {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color:transparent;
    border: 0px solid #333;
    padding:1px;
    width:100%; margin-bottom:20px;
    margin-top:0px;  }
.ql-items {
    display: flex;  justify-content: space-evenly;
    justify-content: space-around;
    align-items: center;
    background-color:inherit;
    border: 1px solid #333;
    padding: 20px;
    width: 100%;
    margin-top: 10px;  }
.ql-each {
    display: block; 
    width:40px;
    height:40px;
    margin:0px; text-align:center;  }
.ql-each img {
    width:32px;
    height:32px;
    height: auto;  }
.ql-imag  {    width:32px;
    height:32px;
    height: auto;  }
.ql-each:hover { box-shadow: 0 0 10px  10px rgba(255,255,255,0.33);
    background-color:rgba(255,255,255,0.33); border:0px solid rgba(255,255,255,0.33);
    border-radius: 50%; }
.ql-text {
    display:inherit; font-size:9px; 
    text-decoration: none; text-align:center;  }
.show-text { display:block; }
.hide-text { display:none; }  


.uk-navbar-right, .uk-navbar-left {
        gap: 30px;
        text-align: center;
        margin: 0 auto;
    }

    .uk-navbar-nav {
        gap: 60px;
    }
}

