@font-face {
  font-family: loves;
  src: url(../fonts/loves.ttf);
}

.powered-social ul{
    padding:0px !important;
    padding-inline-start: 0px !important;
}

.loves{
    font-family: loves;
}

@font-face {
  font-family: eight;
  src: url(../fonts/eight.ttf);
}

.eight{
    font-family: eight;
}

@font-face {
  font-family: futura;
  src: url(../fonts/futura.otf);
}

@font-face {
  font-family: bwel;
  src: url(../fonts/bwhelder.otf);
}

.bwel{
    font-family: bwel;
}

.tim-bg{
    width: 100%;
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.tim-section{
    padding-top: 100px;  
}
  
.tim-section h1{
    font-family: bwel;
}

.tim-text{
    padding: 40px 0px;
}

.tim-img{
    padding-bottom: 70px;
}

.tim-profili{
    padding: 50px 15px;
}

.profile{
    margin-top: 20px;
}

.profile h5{
    color:#27a8e0;
}

.profile img{
    margin-bottom: 10px;
    border-radius: 50%;
    border: 2px solid #0b1d38;
    width: 247px;
    height: 247px;
}

.jezici-kategorija{
    display: block;
}

.nauke-kategorija{

    display: none;
}

.tumaci-kategorija{

    display: none;
}


.category-button{
    color:#27a8e0;
    transition: 0.3s ease-in-out all;
    background-color:white;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border:2px solid #27a8e0;
    font-weight: 600;
    margin-right: 20px;
    cursor:pointer;
}

.selected-button{
    color:white;
    transition: 0.3s ease-in-out all;
    background-color: #27a8e0;
}


.profile p i{
    font-style: normal;
    color:rgb(12, 29, 57);
    font-size: 1.05rem;
}

.activee{
    display: block !important;
    transition: .8s all ease;
}

.visiblee{
    opacity: 1 !important;
}

.tim-profili{
    display: none;
    transition: .8s all ease;
    opacity: 0;
}

@media only screen and (max-width: 440px){
    .buttons-tim{
        display: flex;
    }
}